Hello,
Fixed. Please check it now.
Regards,
Rose Tyler.
Hello,
Fixed. Please check it now.
Regards,
Rose Tyler.
Hello,
Please, use this code:
.widget_shopping_cart_content .btn-checkout.wc-forward {
background-color: #ca3110;
border-color: #ca3110;
}
.widget_shopping_cart_content .btn-checkout.wc-forward a:hover {
background-color: #9e2c13 !important;
border-color: #9e2c13 !important;
}
.woocommerce-cart .actions .btn.gray{
background-color: #ca3110;
border-color: #ca3110;
}
a.checkout-button.button.alt.wc-forward {
background-color: #ca3110;
border-color: #ca3110;
color:white;
}
a.checkout-button.button.alt.wc-forward:hover{
background-color: #9e2c13;
border-color: #9e2c13;
color:white;
}
Regards
Hello,
I’ve added image in Media > Add New.
Credentials you provided are incorrect. Check them and provide the correct one
Regards
Hello,
You’re welcome! Try this:
.fixed-header-area.color-lite .shop-text {
color: black;
}
Regards,
Rose Tyler.
Hello,
To enable/disable Catalog mode go to Theme Options > E-Commerce > Shop > Just Catalog
To add filters into sidebar go to Appearance > Widgets and use Shop sidebar widget area.
Regards
Hello,
You can disable category in Theme Options -> ECommerce -> Product page layout -> Show product categories -> Off.
Try to use this code in Custom CSS (Theme Options > Styling > Global Custom CSS):
.content-product .product-title a {
font-size: 14px;
text-transform: none;
color: blue;
letter-spacing: 1px;
line-height: 25px;
}
Regards
Hello,
I’ve uploaded png image and it works fine now.
Try to contact your server providers for help in this question.
Regards
Hello,
Please check if the issue persists with default WordPress theme. Also, try to set permissions to 777 for your uploads folder in wp-content directory.
Regards
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Regards
Hello,
Try to re-add your images there
Regards
Hello,
Please, add this code in Custom CSS:
.single-product #pa_phone-model {
width: 175px;
}
and read this article https://businessbloomer.com/woocommerce-remove-additional-information-tab/
Regards
Hello,
On the official site of this plugin, the last version is 3.1.1. You can download it https://www.8theme.com/download-plugins/page/2/
Could you please say where you received information about the availability 3.1.2 version?
Regards,
Rose Tyler.
Hello,
You’re welcome! Feel free to ask if you need any help.
Regards,
Rose Tyler.
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
I’ve re-added previous code. Please, check it now.
Regards,
Rose Tyler.
Hello,
Could you please provide link to your site so we could check issue?
Regards
Hello,
Have you changed color in 57 line?
Could you please provide FTP credentials to check the issue?
Regards,
Rose Tyler.
Hello,
You need add Brands widget into Single Product Page sidebar area in Appearance > Widgets.
Concerning ‘Our offers’ block you need add up-sells to your products.
Please read Woocommerce documentation:
http://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/
You can select the position of up-sells in Theme Options > Single Product Page.
Also, see screenshots: http://prnt.sc/e8i0o7 http://prnt.sc/e8i170
Regards,
Rose Tyler.
Hello,
You can add Price Filter widget in Appearance > Widgets.
You can find how to create variable products in Woocommerce documentation:
http://docs.woothemes.com/document/product-variations/
Regards,
Rose Tyler.
Hello,
Could you please provide link to your site so we could check issue?
Regards,
Rose Tyler.
Hello,
Also, please, update the theme to the latest version 2.9.
Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ 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!
https://www.youtube.com/watch?v=KdWESIIPU1k&feature=youtu.be
(it’s for Legenda theme but the process is the same).
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day!
Regards,
Rose Tyler.
Hello,
Please navigate to Dashboard->Theme Options->Typography->Menu Font and change color.
Regards,
Rose Tyler.
Hello,
Sorry for a delay.
The speed of removal of the product from the card popup depends on the site speed.
Please, try to use previous advice.
Regards,
Rose Tyler.
Hello,
As I see, it works fine now http://prntscr.com/e87667. Clear browser cache, and check.
Let us know the result.
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
Have a nice day!
Regards,
Rose Tyler.
Hello,
https://developers.google.com/maps/documentation/javascript/tutorials/adding-a-google-map#step_3_get_an_api_key
You need edit the file wp-content/themes/legenda/contacts.php, find the line 171
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> , replace the code with this
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&sensor=false"></script>
, add your API key instead of “YOUR_API_KEY” text in the link.
Regards,
Rose Tyler.