Hello,
1) http://prntscr.com/o4rs14
2) http://prntscr.com/o4rt99
3) https://prnt.sc/o4ru7k
4) https://prnt.sc/o4rux5
Regards
Hello,
1) http://prntscr.com/o4rs14
2) http://prntscr.com/o4rt99
3) https://prnt.sc/o4ru7k
4) https://prnt.sc/o4rux5
Regards
Hello,
http://prntscr.com/o4qjrs then go to Appearance > Widgets > http://prntscr.com/o4qjb2
Also, watch these videos – https://youtu.be/4SfPPuwPCVI https://youtu.be/1Nu49dskD1Q https://youtu.be/hmsxW5KF9dg
Regards
Hello,
Please check now.
This border you can remove http://prntscr.com/o4p1mi by deleting code – http://prntscr.com/o4p1xl
and this one http://prntscr.com/o4p22l > http://prntscr.com/o4p276
Regards
You’re welcome!
Regards
Hello,
Please make sure that all required plugins are activated. Classico Core (formerly 8theme Post Types) should be updated to 1.2v https://www.8theme.com/downloads/ http://prntscr.com/o4oztt
If this doesn’t help, provide temporary wp-admin access so we can take a closer look.
Regards
Hello,
Thanks for contacting us.
What element do you use to show products on the Home page?
Do you have a Shop page?
Please provide URL and temporary wp-admin access.
Regards
Hello,
Please add this code:
.mobile-menu-opened .select2-container {
z-index: 99999;
}
Regards
I am glad that you sorted out.
Regards
Hello,
The Additional Information tab is a default tab created by WooCommerce based on your product’s attributes.
Please see screenshots – http://prntscr.com/o4eac5 > http://prntscr.com/o4eafm
Regards
Hello,
1/ Read about “Revisions” on the internet to find out how to restore the page https://make.wordpress.org/support/user-manual/content/pages/page-revisions/
2/ http://prntscr.com/o4dese
Regards
Hello,
You shouldn’t remove the 143 line. Put it back.
Change
.single-etheme_portfolio .mobile-nav .menu .menu-item-36 a, .single-etheme_portfolio .mobile-nav .menu .menu-item-42 a, .single-etheme_portfolio .mobile-nav .menu .menu-item-17522 a {
color: #ffffff !important;
}
to
.single-etheme_portfolio .mobile-nav .menu .menu-item-36 a, .single-etheme_portfolio .mobile-nav .menu .menu-item-42 a, .single-etheme_portfolio .mobile-nav .menu .menu-item-17522 a,
.single-etheme_portfolio .menu-item-36 a, .single-etheme_portfolio .menu-item-42 a, .single-etheme_portfolio .menu-item-17522 a {
color: #ffffff !important;
}
This code should give the desired result on mobile and desktop for website A.
On B you did some changes in past, after I replied them on A but probably you didn’t tell me all changes to replicate
– when?
Regards
Hello,
Change these classes .single-etheme_portfolio .menu-item-36 a http://prntscr.com/o4cn9t to .single-etheme_portfolio .mobile-nav .menu .menu-item-36 a https://prnt.sc/o4cnvx
Regards
Hello,
You’re welcome!
Regards
You’re welcome!
Have a nice day.
Regards
Appearance > Widgets > Left side top bar area / Right side top bar area, add Text widget with the desired content.
Regards
You’re welcome!
Regards
Hello,
Theme Options > Shop > Products style > Product title chars limit.
Regards
Hello,
You’re welcome!
Regards
Hello,
You need to use custom CSS code to manage it. Provide us with links of your pages, so we can help you with the code.
Regards
You’re welcome!
Regards
Hello,
Provide temporary wp-admin and FTP access.
Regards
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Hello,
We’d love to help you optimize your site but that is outside the scope of our support. I can give you just the main tips but every site is individual.
General site speed depends on many factors. Below you’ll find the main of them
1) Plugins. When you have multiple plugins installed and activated on your site, it can slow it down. So, please, keep enabled only those plugins that you really need for the correct functioning of your site and disable all the plugin that you don’t use. The more plugins you use, the slower it will be.
2) Caching. The most important part of optimizing your site is caching. Combine cached page with gzip compression to get better results. We recommend using W3 Total Cache. Read the beginners guide to setting up W3 Total Cache plugin https://premium.wpmudev.org/blog/w3-total-cache-settings/
Also, a very good plugin is WP Rocket, but it’s paid.
3) Images. Use optimized images only otherwise you will have big images and slow loading time. Do not upload larger images than what is needed. When you use image editing tool like Photoshop don’t save images without using the option “Save For Web”.
There are different ways on how to compress images. Use special services or WordPress plugins to optimize your images for decreased loading times:
– tinypng.com
– Compressor.io
– Kraken.io
– Ewww Image Optimizer
– Smush Image Compression and Optimization plugin
4) Server/Hosting.
Sometimes slow speed can be a result of your hosting service. If you have checked the above items and the site is still slow, the most likely it is a server/hosting issue. Contact your host and discuss it with them. Because even with the default WP theme site speed could be slow.
Also, you can find information about our Speed Optimization options here – https://www.8theme.com/documentation/xstore/theme-installation/main-theme-options/
In case you need professional help with site optimization you may contact wpkraken team because unfortunately, that is outside the scope of our support.
Regards
Hello,
Because this question relates to WC plugin, I would recommend you to contact the support of the plugin.
Regards
Hello,
Sorry for the delay in answering.
Please change this code https://prnt.sc/o47hbn to:
.product_list_widget li .product-title a,
.products-grid .product-title a,
.products-slider .product-title a {
height: 5ex;
line-height: 2.5ex;
overflow: hidden;
}
Regards
Hello,
Theme Options > Single product page > Tabs Settings > Custom Tab.
Custom tab content on a separate product page > [8theme] Product Options.
If you want to add more tabs, use the code from this article in fucntions.php of your child theme – https://docs.woocommerce.com/document/editing-product-data-tabs/
Regards
Hello,
Please read this article – https://www.8theme.com/documentation/xstore/troubleshooting/how-to-add-custom-favicon/
Regards
There is no such possibility, by default.
You can edit content-product-slider.php and content-product.php (woopress/woocommerce folder) via child theme to change the content of footer-product.
Regards