oops_39
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] How to indent the product Name and Description?figured out!
Forum: Plugins
In reply to: [WP eCommerce] How to indent the product Name and Description?found wpsc-default.css controls the product layout:
div.textcol{
position:relative;
float:left;
top:0;
left: 0;
padding: 0;
padding-bottom: 10px;
margin: 0;
/* Adjust this width according to your layout */
/* width: 77%; */
text-align: left !important;
/* border: 1px solid green; */
_display: inline;
}What should I change to indent the text box to right 30px?
thanks,
JYForum: Plugins
In reply to: [Polylang] Language Switcher is not workingWell, you need to ask the author I think. I don’t know the solutions yet. Sorry.
Forum: Plugins
In reply to: [Polylang] Language Switcher is not workingCheck out hide default language flag option. Just uncheck that.
Forum: Plugins
In reply to: [Polylang] How to add a stringCool, will give it a shot. Thanks!
Forum: Plugins
In reply to: [Polylang] Language Switcher is not workingProblem solved!
Forum: Plugins
In reply to: [Polylang] Language Switcher is not workingGot it. I just created a Chinese homepage. Then, the language switcher is working! So the plugin will not translate the English. I have to create a Chinese page for whatever pages I wanna them in Chinese, right?
Forum: Plugins
In reply to: [Polylang] Language Switcher is not workingNo. The plugin is not going to translate the English home page to Chinese? So, I need to create a Chinese page for every English pages? Sorry about the confusion.
Forum: Plugins
In reply to: [Polylang] Language Switcher is not workingWhat do you mean Chinese content? A Chinese page? I wannna the website has English and Chinese version.