Hello,
I’ve resaved permalinks settings in wp-admin panel.
Please clear browser cache and check Shop page now.
Regards,
Eva Kemp.
Hello,
I’ve resaved permalinks settings in wp-admin panel.
Please clear browser cache and check Shop page now.
Regards,
Eva Kemp.
Hello,
In this case add this code in style.css of your child theme:
.banner .banner-content {
margin-top: 8% !important;
}
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hello,
Please update WordPress to the latest version and all other required plugins https://www.8theme.com/download-plugins/ .
Thank you.
Regards,
Eva Kemp.
Hello,
Is your issue resolved?
Regards,
Eva Kemp.
Hello,
2. Thank you for your cooperation. We’ll contact you on the email concerning the testing.
3. Recommended dimensions for product images are:
Catalog images: 450 * 600px
Single Product Image: 555 * 741px
Product Thumbnails: 149 * 198px
You can change it in WooCommerce > Settings > Products tab > Display.
Regards,
Eva Kemp.
Hello,
It’s because Ajax Filter function is enabled (Theme Options > Shop). “Return to previous page” loads the previous URL in the history list. But shop page is not reloaded if you use Ajax pagination and this method will not work, because the previous page in the history list is Home page, not the 1st shop page. Disable Ajax Filter in Theme Options > Shop if you want to use “Return to previous page” on shop page.
Thank you.
Regards,
Eva Kemp.
Hello,
Now we can’t access your site, getting an error “Secure Connection Failed”.
Please check the site.
Thank you.
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css file:
.categories-mask span {
display: none !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Hello,
That field is located in “wp_postmeta” table in a database.
Regards,
Eva Kemp.
Hello,
Try to use this code:
.header-type-3 .logo-with-menu img {
width: 300px !important;
}
.header-type-3 .main-nav .menu {
width: 830px !important;
}
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
I’ve added this code in CSS block of Visual Composer:
.banner .banner-content {
margin-top: 8% !important;
}
Clear browser cache and check the page now.
Regards,
Eva Kemp.
Hello,
Please show us a page link where that content is shown.
Thank you.
Regards,
Eva Kemp.
Hello,
Please clarify your issue with more details.
Show a screenshot for better understanding.
Regards,
Eva Kemp.
Hello,
I’ve added the code in style.css of the child theme.
Please clear browser cache and check Brands drop down menu http://www.maidens.livingdigitally.co.uk/wordpress/ .
Regards,
Eva Kemp.
Hello,
You can try to use Photoshop.
Regards,
Eva Kemp.
Hello,
Please update the theme to the latest version and Woocommerce as well.
Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.
Also update all required plugins https://www.8theme.com/download-plugins/ .
Don’t forget to create back up of your files and database before starting update process!
(it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Hello,
You can change breadcrumbs background in Theme Options > Header > Breadcrumbs Background.
Regards,
Eva Kemp.
Hello @TeeDev,
Please provide us with FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hello,
We’re glad you’ve solved the issue.
Have a nice day!
Regards,
Eva Kemp.
Hello.
To adjust star-rating in a slider add this code:
.carousel-area .product-title {
position: relative !important;
bottom: 10px !important;
margin-top: -20px !important;
}
If you want to change stars color you need edit the file wp-content/themes/woopress/images/rating-active.png with some image editor.
Regards,
Eva Kemp.
Hello,
You can add your content into short description area in a product editor and add this code in custom.css file:
.products-grid .product-excerpt {
display: block !important;
}
Regards,
Eva Kemp.
Hello,
Try to add this code in style.css file of your child theme:
.menu-column3 .nav-sublist-dropdown ul li:nth-child(3n+1) {
margin-right: 50px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Hello,
Yes, it is.
Regards,
Eva Kemp.
Hello,
To remove star-rating from slider add this code in style.css:
.slide-item .product .star-rating {
display: none !important;
}
Regards,
Eva Kemp.
Hello,
I’ve added this code in CSS block of Visual Composer editor:
http://storage3.static.itmages.com/i/15/0602/h_1433239145_1398859_53af78f0fb.png
Please check the page now.
Regards,
Eva Kemp.
Hello,
To remove star-rating add this code in style.css of the child theme:
.products-grid .star-rating {
display: none !important;
}
Regards,
Eva Kemp.