Hello,
You can add this code in Theme Options > Styling > Custom css:
.single-product .product-information .tagged_as {
display: none;
}
Regards
Hello,
You can add this code in Theme Options > Styling > Custom css:
.single-product .product-information .tagged_as {
display: none;
}
Regards
Hello,
You need to create footer static block and add it in Appearance > Widgets > Footer area.
Read more https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/ https://www.8theme.com/documentation/xstore/support/static-blocks/
Regards
Yes, the fix will be included in next theme update.
Regards
Dear @temppelinemanta,
You’re welcome!
Regards
You’re welcome!
xstore/framework/widgets/menu.php file
http://prntscr.com/iky3m7 to http://prntscr.com/iky3sw
Regards
Hello,
Please provide screenshot of the message. You can use such screenshot maker as Lightshot and provide screenshot link.
Did you read our documentation? https://www.8theme.com/demo/docs/idstore/#!/installation
If you need help with installation, provide temporary wp-admin and FTP access + purchase code in Private Content area.
Regards
Hello,
You’re welcome!
Regards
You’re welcome!
Regards
Hello,
Please check now.
Regards
Please see screenshot http://prntscr.com/ikxr1o
Regards
Hello, @temppelinemanta
Tiinas excerpt is still in english.
– please clear cache and check now.
I also would like to have this text off http://prntscr.com/ikhnoi (modern blog plugin) on my front page..
– use this code http://prntscr.com/ikxpkb
Regards
Hello,
What plugin do you use to export products? Are you trying to export products from the site where our theme is installed and import them also to site where our theme is installed?
Regards
Hello,
In 3.0 theme version was added “Sidebar position for responsive layout” option (Theme Options > Products page layout > Sidebar position for responsive layout – Top / Bottom). So if the desired result is sidebar that displayed under content on shop and single product pages, this will be possible after theme update (but note, that the browser loads the webpage and reads it from top to bottom).
Latest theme version is 4.1 and it compatible with WC 3.3.3. Here you may find theme changelog – https://themeforest.net/item/woopress-responsive-ecommerce-wordpress-theme/9751050?s_rank=5
Don’t forget to create backup of your files and database before starting update process!
You need to enter your purchase code to activate our new theme version and skip Setup Wizard.
Do not forget to update all required plugins https://www.8theme.com/download-plugins/ (to update free plugins just click on update link from your Dashboard (Plugins > Installed Plugins); to update premium plugins, connect to your server using FTP. Copy extracted plugins folders into wp-content/plugins/).
Also, from the 4.0 update, all the custom styles come not like inline CSS but as styles from separate file – dynamic.css (to speed up the site loading). If you created child theme before 4.0 update you need to make changes in your child theme functions.php file and add one line http://prntscr.com/ikbhbt
wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
after that create an empty dynamic.css file in child theme directory.
Feel free to ask if you have any other questions.
Regards
Hello, @temppelinemanta
You’re welcome!
We changed displaying on mobile because there was a specific issue with this on iPhone mobile.
Regards
Please delete this code http://prntscr.com/ikwxel and change this https://prnt.sc/ikwxny to https://prnt.sc/ikwb85 > save Theme Options > clear cache and check.
Regards
My pleasure 🙂
Regards
You’re welcome!
Old demo posts can be simply deleted https://prnt.sc/ikwpes
Regards
Hello,
You may enable the gallery in Theme Options > E-commerce > Single product page and disable it via [8theme] Product Options on some products http://prntscr.com/ikwmok
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
If you see pagination in this way https://prnt.sc/ikkqgs then try to clear browser and plugin cache, CDN if you use it.
If you want completely hide it use css code (Theme Options > Styling > Custom css):
.woocommerce-pagination {
display: none;
}
Regards
Hello,
Please clear cache and check one more time.
Regards
Hello,
Please try to activate theme now.
Note that you may use the 1 license for the 1 dev domain and 1 live domain. But keep in mind that you can use our theme license for 1 end product only https://themeforest.net/licenses/standard
Feel free to ask if you have any other questions.
Regards
You’re welcome!
Regards
Hello,
You’re welcome!
Have a nice day.
Regards
We’ve added custom css code http://prntscr.com/ikvz8z
Please check now.
Regards
Hello,
Thanks for screenshots. Please add this code in Custom css:
.nav-sublist-dropdown {
display: block;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease-in-out;
}
.menu-wrapper .menu > li:hover .nav-sublist-dropdown {
visibility: visible;
opacity: 1;
}
Regards
Hello,
I hope this article will be useful for you – http://hub.mpcreation.net/knowledgebase/scroll-to-id/
Regards
Hello,
Please provide css code, that you using as fix for the menu, and temporary wp-admin access in Private Content.
Regards
Please check now.
Regards