But I found two issues:
1) The header image is not visible on iphones devices (safari). I tryed on several models. I want to show the header image to all the visitors. On Android devices is working fine, like all the desktop browsers. Any idea how can I do it?
2) The search product pop up is not responsive on all the mobile devices. Can you help me with the Additional CSS to fix it?
Thank you very much for your help!
Aditional info:
WP version: 4.7.4
LitheStore Theme version: 1.1.3
woocommerce plugin version: 3.0.5
How are you today? Following the directions in the Lithestore theme docs on how to remove a section, for some reason I cannot get this to work properly.
adding this to functions.php or frameworks/hooks.php in the child theme:
<?php
remove_action( 'lithestore_on_sale_products', 'lithestore_on_sale_products');
remove_action( 'lithestore_popular_products', 'lithestore_popular_products');
?>
does nothing for me. What am I missing here, or what am I doing wrong? Thank you once again for your help and support.
]]>I’m using the Lithestore theme and have just upgraded to Woocommerce 3.0 from the previous version.
Here’s a demo of the theme: demo.lithestore.com
Now all of a sudden the text for the three product category panels “Cool Man”, “Fashion Lady”, “Office Supply” is no longer showing up.
Please Help! Thank you.
Regards,
LB
My categories are not showing up on the three category panels on my Lithestore theme… any suggestions would be appreciated.
Thanks!
LCB
]]>Im in the process of setting up a Chinese and English Language version of an ecommerce multi-site using the Lithestore theme.
Ive managed to create Child sites for both language versions and would like to modify the section headers in Lithestore to be in Chinese Langauge (the default is English). I found out that the headers are specified in the following:
themes/lithestore-child/framework/woocommerce/template-tags.php
Thus I created two child sites, one for the Chinese site and one of the English version.
However, when I modify the template-tags.php file for the chinese language version of the site, it does not seem to be updating.
Please let me know if there is anything I might be missing.
Note: I am not an experienced WP developer! so your kind advise would be appreciated.
Thank you!
LCB1982
Fatal error: Can’t use function return value in write context in /home4/adii08/public_html/winemeatsyonce.com/wp-content/themes/lithestore/framework/templates/template-tags.php on line 172
Currently locked out of my back end, but if anyone has a code fix that would be marvelous.
]]>Fatal error: Can’t use function return value in write context in /home/latoscan/public_html/wp-content/themes/lithestore/framework/templates/template-tags.php on line 172
I’ve been researching and i guess the problem is in the !empty value but i dont really know what should i write insted
function lithestore_custom_logo(){
if (!empty (get_theme_mod( ‘logo_upload’)) && get_theme_mod( ‘logo_upload’)<>” ) {
$lithestore_logo='<img src=”‘.esc_url(get_theme_mod( ‘logo_upload’)).'” alt=”‘.get_bloginfo(‘name’).'” />’;
} else {
$lithestore_logo=get_bloginfo(‘name’);
}
Thank you so much!
]]>