Hello,
To remove related posts go to Theme Options > Blog Layout > Show Related posts > Off.
Best regards,
Jack Richardson.
Hello,
To remove related posts go to Theme Options > Blog Layout > Show Related posts > Off.
Best regards,
Jack Richardson.
Hello,
1. I’ve edited Cart page and select “Without Sidebar” for “Sidebar Position” field in Page Layout box. Please check your Cart page now.
2. That text is added in Woocommerce > Settings > Bulk Discount tab > Optionally enter information about discounts visible on cart page.
3. Add this code in Custom CSS:
.cart_totals .tax-total {
display: none;
}
Best regards,
Jack Richardson.
Hello,
You can add background image in header for product categories in WP Dashboard > Products > Categories > edit a category > Category Header.
Best regards,
Jack Richardson.
Hello,
Create .po files with your language prefix as described in this article: http://betterwp.net/wordpress-tips/create-pot-file-using-poedit./ and translate the needed string there.
Best regards,
Jack Richardson.
Hello,
I’ve changed permissions to 777 for the folder “uploads” and images have appeared.
Please clear browser cache and check your site.
Best regards,
Jack Richardson.
Hello,
As I see you’ve already hidden the arrows. Is your issue resolved?
Best regards,
Jack Richardson.
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Best regards,
Jack Richardson.
Hello,
Try to use this css code in custom.css:
.main-nav.visible-desktop {
z-index: 0 !important;
}
.et-search-result {
z-index: 1000 !important;
}
Best regards,
Jack Richardson.
Hello,
You need to use Info Box element in Visual Composer editor. Unfortunately there is no specific shortcode for this item.
Best regards,
Jack Richardson.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hello,
You’re welcome.
Have a nice day too.
Best regards,
Jack Richardson.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hello,
As I see the icon is centered:
http://storage1.static.itmages.com/i/15/0805/h_1438777155_7563480_39bed5e54f.png
Please show a screenshot how you want it to be displayed.
Thank you.
Best regards,
Jack Richardson.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hello,
I’ve added the code in functions.php file of the child theme.
Please check Pinterest share icon now and clear browser cache before.
Best regards,
Jack Richardson.
Hello,
The errors are shown when you click “Proceed to PayPal” button in “Your Order” section. Please check it. So you won’t be able to checkout without filling in all information.
Best regards,
Jack Richardson.
Hello,
Try to use this code in custom.css:
.quick-view-popup .flex-direction-nav {
display: none;
}
Best regards,
Jack Richardson.
Hello,
Please use this code in custom.css file:
.blog-post.post-single .images-slider {
display: none;
}
Best regards,
Jack Richardson.
Hello,
I’ve added the code in child style.css that Robert mentioned in the topic you provided.
As to other modifications we need FTP login details. Please provide us with them.
Thank you.
Best regards,
Jack Richardson.
Hello,
Try to use this code in custom.css file:
.post-images .blog-mask .mask-content {
top: 45%;
}
Best regards,
Jack Richardson.
Hello,
We’re sorry for a delay.
You can translate that button using .po file and Poedit as mentioned in the theme documentation https://www.8theme.com/demo/docs/idstore/index.html#!/how_to_translate .
Best regards,
Jack Richardson.
Hello,
I’m using FileZilla to connect to your server but getting this error:
http://storage1.static.itmages.com/i/15/0805/h_1438770060_9913155_a080edd8bc.png
Best regards,
Jack Richardson.
Hello,
You need update the theme to the latest version and Visual Composer plugin as well.
You can download plugin archive at this link:
https://www.8theme.com/download-plugins/
Don’t forget to create back up of your files and database before starting update process!
Best regards,
Jack Richardson.
Hello,
Please update the theme to the latest version.
Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ and it’ll be reuploaded from a new theme package.
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).
Best regards,
Jack Richardson.
Hello,
You forgot to close additional } in the code
@media (max-width: 979px) {.left-bar .left-titles {
width: 20% !important;
}}
I’ve added it.
Please check the code in custom.css file now.
Best regards,
Jack Richardson.
Hello,
Please use this code in custom.css file:
.single_variation_wrap {
display: block !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Best regards,
Jack Richardson.
Hello,
You can use SEO plugins in this case. Try https://wordpress.org/plugins/all-in-one-seo-pack/ or https://wordpress.org/plugins/wordpress-seo/ .
Best regards,
Jack Richardson.
Hello,
Try to use this code in custom.css file:
.product-category:nth-child(3n+1) {
clear: none;
}
.product-category {
width: 23% !important;
}
How to create custom.css you can watch in this tutorial
Best regards,
Jack Richardson.
Hello,
Sorry, but we still can’t connect to the server via FTP:
“Sorry, cleartext sessions are not accepted on this server.
Error: Could not connect to server”.
Please check it.
Best regards,
Jack Richardson.
Hello,
Seems the changes that were made by your programmer caused the issue with container width. All modifications should have been made in a child theme, but not in original theme files, because when you update the theme all those changes will be lost. So ask your programmer to create a child theme and move all his changes into there, after that reupload original theme files to the parent theme.
Best regards,
Jack Richardson.