Hello,
As I see plugins are still not updated. Please update WPBakery Visual Composer, Ultimate Addons for Visual Composer and Revolution Slider plugins. Also set Classico 1.7.1 version as a parent theme, and not 1.2 version, and update WordPress too.
Don’t forget to create back up before update.
Regards,
Eva Kemp.
Hello,
1. I’ve set custom item to the menu and added blog url. Please check menu for English version now.
2. The problem is related to permalinks settings. If you set them to default, Wishlist link will work properly.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
You’re welcome.
Regards,
Eva Kemp.
Hello,
Try to upload plugins via FTP. Download the archives here https://www.8theme.com/download-plugins/ , extract and upload to wp-content/plugins directory. Then activate them in Plugins section of wp-admin panel.
Regards,
Eva Kemp.
Hello,
You need edit the file wp-content/themes/royal/woocommerce/cart/cart.php, copy the code from lines 138-165 and paste it after line 16.
Regards,
Eva Kemp.
Hello,
Go to Woocommerce > Settings > Products > Display > Add to cart behaviour > enable “Redirect to the cart page after successful addition”.
Regards,
Eva Kemp.
Hello,
Sorry, but we can’t suggest you any solution. You can contact Woocommerce support regarding your query or search for some plugin.
Regards,
Eva Kemp.
Hello,
I’ve created custom sidebar called “products” in Appearance > Widgets and added Woocommerce Products there. After that I’ve added Widgetised Sidebar element in your static block and selected previously created custom sidebar http://prntscr.com/d9zpa0.
Please check it now.
Regards,
Eva Kemp.
Hello,
Please provide WP admin credentials in private content.
Regards,
Eva Kemp.
Hello,
Sorry, but notices in your screenshot aren’t clear for us because they are in non-English language.
Please write them in English.
Thank you.
Regards,
Eva Kemp.
Hello,
Now the product link where the issue persists, isn’t working. Please give us correct url.
Regards,
Eva Kemp.
Hello,
Try to use this code in Global Custom CSS section:
.shop-full-width .products-grid.row-count-3 .product img {
width: auto;
}
Regards,
Eva Kemp.
Hello,
I’ve sent you the archive of updated files to the email address. Extract it and upload “checkout” folder to wp-content/themes/legenda/woocommerce directory. Overwrite the existing folder.
Regards,
Eva Kemp.
Hello,
You should update Legenda to the latest version.
Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ 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!
If you’re using such old theme version – 1.0.1 – then after update you’ll have to recreate some pages.
Regards,
Eva Kemp.
Hello,
1. As I see product page is shown even if I’m not logged in http://storage6.static.itmages.com/i/16/1118/h_1479495232_6642498_0a74fad8b1.jpeg .
2. Please read here how to mark featured products https://bobwp.com/how-to-feature-products-in-woocommerce/ .
3. You’re using very old version of Visual Composer plugin. Update it. You can download the latest archive here https://www.8theme.com/download-plugins/ . Also update Revolution Slider plugin.
4. You provided FTP credentials for empty account. There are no any files to view.
Remove “cache” folder in wp-content directory and check the site on mobile then.
Regards,
Eva Kemp.
Hello,
Add this code in custom.css file:
.archive.tax-brand .toolbar .woocommerce-ordering {
display: none;
}
.archive.tax-brand .span3.sidebar.sidebar-left {
display: none;
}
.archive.tax-brand .content.span9 {
width: 100%;
}
You can create a separate page and add Brands element from Visual Composer editor.
Regards,
Eva Kemp.
Hello,
Could you please clarify your issue with more details and provide WP Dashboard credentials as well.
Regards,
Eva Kemp.
Hello,
This is related to Woocommerce configuration, not to the theme. Please refer to these articles:
https://www.skyverge.com/blog/how-to-edit-required-woocommerce-checkout-fields/
https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
Regards,
Eva Kemp.
Hello,
Please add this code in Custom CSS for mobile section:
.single-product-sidebar {
display: inline-block;
}
After that check Reviews section.
Regards,
Eva Kemp.
Hello,
Try to disable Ajax “Add To Cart” option in Theme Options > Single Product Page and check product page after that.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re using very old theme version.
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,
Ask your hosting provider support to install gzip compressions on a server. Also optimize your images. These articles may be helpful for you:
http://techtage.com/speeding-up-wordpress-sites/
http://www.sparringmind.com/speed-up-wordpress/
https://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#heartbeat-in-action
http://premium.wpmudev.org/blog/10-best-image-optimization-plugins-to-speed-up-your-wordpress-site/
http://www.elegantthemes.com/blog/tips-tricks/optimize-images-for-your-wordpress-website
Regards,
Eva Kemp.
Hello,
So, is your issue resolved?
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
As for the “Earrings” category page, you need add products to it and white space will disappear.
Regards,
Eva Kemp.
Hello,
Please refer to this article https://docs.woocommerce.com/document/allow-html-in-term-category-tag-descriptions/ .
Regards,
Eva Kemp.
Hello,
You can try to edit the file wp-content/themes/legenda/woocommerce/archive-product.php and add the code after line 38:
<?php $description = term_description(); ?>
<?php if ($description) : ?>
<div class="product-category-description">
<?php echo $description; ?>
</div>
<?php endif; ?>
Regards,
Eva Kemp.
Hello,
Add this code in custom.css file:
.single-product .woocommerce-message {
background-color: #98c391 !important;
}
Set the color you need.
Regards,
Eva Kemp.