There was a mistake in readme
wordpress February 26th, 2006There was a mistake in readme of WordPress On ZenCart
before
.leftboxcontent ul li, .rightboxcontent ul li , .singleboxcontent ul li{
list-style-type: none;
margin:0px;
padding-left: 0px;
}.leftboxcontent ul,rightboxcontent ul , .singleboxcontent ul{
margin:0px;
padding-left:0px;
}.leftboxcontent ul ul,rightboxcontent ul ul, .singleboxcontent ul ul{
list-style-type: square;
margin:0px;
padding-left:5px;
}
after
.leftboxcontent ul li, .rightboxcontent ul li , .singleboxcontent ul li{
list-style-type: none;
margin:0px;
padding-left: 0px;
}.leftboxcontent ul, .rightboxcontent ul , .singleboxcontent ul{
margin:0px;
padding-left:0px;
}.leftboxcontent ul ul, .rightboxcontent ul ul, .singleboxcontent ul ul{
list-style-type: square;
margin:0px;
padding-left:5px;
}
In addition, the change mentioned above is needless because I revised readme on today when it is downloaded in future.
May 28th, 2006 at 2:59 pm
nice site !! i really enjoyed it so wanted to just post a thank you for the kind of information you have on the blog ..keep it alive.
Thanks
Mike
August 14th, 2006 at 1:27 pm
Great.
i wanted to use wp on zc, finally got it here.
Question though: will it be supported in the future ? upgrading was really painful for me from 1.2.7 to 1.3.0.1. now next upgrade comes up and then will this mod be supported?
August 14th, 2006 at 9:35 pm
thanks!
ZenCart which I use is a ZenCart Japanese edition.
And a Japanese edition is still 1.2.x.
I intend to upgrade it with 1.3 sometime soon. (To or the later thing).
But there is not a guarantee of support because this module is the thing which I developed so that I use it.