badjohnny
Forum Replies Created
-
Forum: Themes and Templates
In reply to: demo dataHi
After you activated the theme, install and activate One Click Demo Import plugin, then go to appearance > import demo data, click the import button and waiting for a few minutes until the process is finished, then all the demo data will imported.
Forum: Themes and Templates
In reply to: Customising the homepageMaybe this is a custom issue which is out of the free support. Because ‘add to cart’ button is the core feature of WooCommerce, if you want to change the button action, you have to customize some woocommerce template functions.
Forum: Themes and Templates
In reply to: Customising the homepageThanks for using this theme.
For the handpicked products, actually, it means the featured products, if you quick edit a product, you will find the ‘featured?’ checkbox, if it’s selected, this product will display in the handpicked section.
For the one sale section, you know there are two price options when you edit a product, regular price and sales price, we usually only set the regular price, let’s say $40, once you also set the sales price for the promotion, for example, $29 on sale, then this product will display in the on sale section.
Thanks!
Forum: Themes and Templates
In reply to: Fatal Error Can’t use function return value in write contextGlad to hear that!
Forum: Themes and Templates
In reply to: Fatal Error Can’t use function return value in write contextHi
Please try this new changed file https://www.dropbox.com/s/ctk3rlm0e6jqzv7/template-tags.php.zip?dl=0
Thanks
Forum: Themes and Templates
In reply to: Fatal Error Can’t use function return value in write contextStrange.
Download this changed file https://www.dropbox.com/s/12x00ya4lbtuuwk/template-tags.php.zip?dl=0
Unzip it and upload template-tags.php to /lithestore/framework/templates/ folder via FTP client overwrite the old file.Please let me know how about it on your server.
Thanks
Forum: Themes and Templates
In reply to: div anchors jumping too farHi
Thanks for your very detailed feedback. I added this issue to the update list, and I will release new version soon!
For the blue border around anchor targets, yes, I defined :focus style in the CSS file. Of course you can remove the border by custom CSS like below:
:focus {outline:0;}Thanks
Forum: Themes and Templates
In reply to: LitheStore site-icons and page widthThanks for your feedback and sorry for the delay.
Yes, I reproduced the issue, since 1.1.1 released, maybe some new changed CSS causes this issue.
After I fixed it, I will release the new version soon!
Forum: Themes and Templates
In reply to: Three Images with Links?Hi
Those three images and links are product categories. Just go to Product > Category, edit the product category, you can upload the thumbnail there for this category and then the thumbnail and category link will show up on the home page.
Thanks
Forum: Themes and Templates
In reply to: How to edit the three icons address in nav menuHi
Sorry for the delay!
Fot those icon buttons are not working, you should go to WooCommerce > Settings page, check “checkout” tab, then set the cart page, checkout page, and go to “account” tab, select my account page. Then, the icon button should work fine.
If you want to hide those icons, you can use the following custom CSS
.site-icons{display:none;} .main-navigation{float:right;}Thanks!
Forum: Themes and Templates
In reply to: woocommerce product sorting is on top of drop down menuWell, maybe that plugin has changed the level of select tag to high,
Anyway, glad to hear this!Forum: Themes and Templates
In reply to: [Theme LitheStore]Problem with addClass('withbg')I checked your website with Chrome developer tools, and I found javascript error at line 173 in theme.js file The error information is “theme.js:173 Uncaught SyntaxError: Unexpected identifier”
In the LitheStore demo, there’s no js error. So I guess you have changed theme.js file, right? And then I checked your theme.js, I found this line (173) is wrong
Center the cart button in the product thumbnail*/The correct is
/*Center the cart button in the product thumbnail*/The front comment symbol /* is missed.
Thanks
Forum: Themes and Templates
In reply to: [Theme LitheStore]Problem with addClass('withbg')Hi
Could I check your website first?
Thanks
Forum: Themes and Templates
In reply to: woocommerce product sorting is on top of drop down menuHi
I’m not sure whether it’s caused by a certain plugin, so please give a test below.
Step 1, use your browser to check my demo: http://demo.lithestore.com/shop/ move the mouse over on ‘page’ menu item, then check the sub menu, is it also overlaped by the selector? If it’s working fine on my demo, I think the issue must be caused by a plugin, then go to the next step.
Step2, Deactivate all your plugins, then check the sub menu, how about it? If the sub menu will display as normal, then, just activate your plugin one by one until the issue appeared again, now you will know which plugin causes the overlap issue.
Please let me know the result.
If you can publish your test it on the hosting, that will easy to debug for me.
Thanks
Forum: Themes and Templates
In reply to: woocommerce product sorting is on top of drop down menuThanks for your screenshot, I see.
It’s working fine on my Mac+chrome/firefox/safari, so, I’m not sure what browser you use, anyway, I will test it under Windows later.
Now, you can try to add the following custom CSS into “Appearance > Edit CSS”(Install WordPress Jetpack first)
.main-navigation ul ul{z-index:999;}Please let me know the result.
Thanks