Hello,
1. Please add this code in custom.css file:
code {
color: black;
}
2. Please provide us with WP Dashboard and FTP credentials in private content.
Best regards,
Jack Richardson.
Hello,
1. Please add this code in custom.css file:
code {
color: black;
}
2. Please provide us with WP Dashboard and FTP credentials in private content.
Best regards,
Jack Richardson.
Hello,
You can overwrite styles in child style.css. You can remove “!important” from parent style.css in order to make your own changes.
Best regards,
Jack Richardson.
Hello,
Sorry, but there is still no tax value:
http://storage3.static.itmages.com/i/15/0812/h_1439375615_1404606_ad3cdf7c3d.png
Please check it.
Best regards,
Jack Richardson.
Hello,
I’ve added this code in child style.css:
@media (max-width: 768px) {
.tabs {
display: inline-block;
}}
Please check the page now.
Best regards,
Jack Richardson.
Hello,
Please take our apologies but we don’t guarantee full compatibility of 3rd-party plugins with the theme.
We can’t test them all as you know there is huge amount of plugins.
Thank you for understanding.
Best regards,
Jack Richardson.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hello,
Please add this code in child style.css:
.cart_totals .shipping td {
text-align: none !important;
}
tr.tax-rate.tax-rate-at-red-ust-1 td {
text-align: right !important;
}
Sorry, but I don’t see tax value on single product pages. Did you remove it?
Best regards,
Jack Richardson.
Hello,
Please provide us with WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
Hello,
Where did you set filters? I don’t see any widgets in “Shop Sidebar” area in Appearance > Widgets. You need add widgets in there to make them visible in the sidebar on Shop page.
To make product images changing when hovering, go to 8Theme Options > E-Commerce > Products Page Layout > Product Image Hover > Swap.
Then edit each product and upload an image in “Hover image” section at the bottom of the page editor.
Best regards,
Jack Richardson.
Hello,
You must never reload the files in wp-content/themes/woopress/woocommerce directory. They are modified by our developers to align Woocommerce templates with the theme design.
The only folder that you can update is wp-content/plugins/woocommerce. Woocommerce plugin files are stored in there. The directory wp-content/themes/woopress/woocommerce contains the files that are modified by theme developers.
I’ve reuploaded “woocommerce” folder in wp-content/themes/woopress directory from the theme package. Please check your site now.
Best regards,
Jack Richardson.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hello,
We’re sorry for the delay.
As I see price is shown correctly now. Have you resolved the issue after Woocommerce update?
Best regards,
Jack Richardson.
Hello,
Please provide us with WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
Hello,
Please refer to these articles:
http://benfrain.com/how-to-easily-add-jquery-scripts-to-a-wordpress-child-theme/
http://wordpress.stackexchange.com/questions/26822/how-to-override-javascript-files-in-child-theme
http://themes.simplethemes.com/skeleton/tutorials/how-to-add-custom-css-and-javascript-using-a-child-theme/
https://wordpress.org/support/topic/how-to-add-js-files-to-child-theme
Best regards,
Jack Richardson.
Hello,
Please provide us with WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
Hello,
LookBook page has been sent to your email address. Please check it.
Best regards,
Jack Richardson.
Hello,
Please add your footer block to “Footer” area in Appearance > Widgets, just drag “8theme – Static Block” widget to “Footer” area and select your block.
Best regards,
Jack Richardson.
Hello,
Go to Products tab and there you’ll see “Display” link.
Best regards,
Jack Richardson.
Hello,
Please try to use this cache plugin https://wordpress.org/plugins/w3-total-cache instead of the current one and disable “Object Cache” in the settings of “w3-total-cache” plugin.
Best regards,
Jack Richardson.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hello,
Sorry, but I don’t see any issues with scrolling.
What mobile device are you using. Does the problem persist in other devices?
Best regards,
Jack Richardson.
Hello,
You shouldn’t worry about those notices. They won’t affect your site at all. We edited Woocommerce files in wp-content/themes/blanco/woocommerce directory and old version may be written in those files. But, please don’t worry, as the original version is written in wp-content/plugins/woocommerce/templates directory.
So you can hide this message or you can fix it by editing the files in wp-content/themes/blanco/woocommerce directory and change the version to the current Woocommerce version that you’re using.
Best regards,
Jack Richardson.
Hello,
No, your theme will work properly without those plugins.
Best regards,
Jack Richardson.
Hello,
The color of shopping bag can be changed with some image editor because it’s loading from the image file wp-content/themes/blanco/images/shopping-bag.png.
To change color for Twitter feed text use this css code:
.twitter-message {
color: black;
}
Please clarify for what element you want to change highlighter color.
Best regards,
Jack Richardson.
Hello,
Please refer to our documentation how to translate the theme:
https://www.8theme.com/demo/docs/idstore/index.html#!/how_to_translate
Best regards,
Jack Richardson.
Hello,
There is only documentation for TheLeader theme:
https://www.8theme.com/demo/docs/leader/index.html
Please clarify what difficulties you’re experiencing and provide us with WP Dashboard and FTP credentials in private content.
Best regards,
Jack Richardson.
Hello,
Unfortunately there is no such possibility.
Sorry.
Best regards,
Jack Richardson.
Hello,
Please add this code in child style.css:
.menu > li a {
font-family: "Roboto",Arial !important;
}
body {
font-family: "Raleway",sans-serif !important;
}
.products-page-cats {
font-family: "Raleway",sans-serif !important;
}
Best regards,
Jack Richardson.
Hello @w_dav,
You can select “Boxed” layout in Theme Options > General > Site Layout > Boxed.
Best regards,
Jack Richardson.
Hello,
You can change that link in wp-content/themes/royal/etheme.js (line 1392), find the code:
href: 'javascript:void(0);', and replace javascript:void(0); with your shop link, for example it will look like this href: 'http://site.com/shop',.
Best regards,
Jack Richardson.