Hello @faf,
You’re welcome!
Regards,
Robert Hall.
Hello @faf,
You’re welcome!
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello haramizuki,
To avoid losing your changes after theme update we recommend you to use the Child Theme.
Please read more in our documentation:
https://www.8theme.com/demo/docs/woopress/index.html#!/3_child_theme
As I see here:
http://www.themelocation.com/how-to-add-quantity-field-with-each-product-on-shop-page-woocommerce/
the author wrote
You can find the add-to-cart file under wp-content > plugins >woocommerce > templates > loop > add-to-cart.php
In this case you need copy this file into it saving folder structure and make changes there.
For example:
wp-content/themes/woopress_child/woocommerce/templates/loop/add-to-cart.php
Is it safe to update WordPress to 4.4 with WooPress?
We recommend you to keep 4.3.1 version for now as we haven’t tested 4.4 version yet.
Regards,
Robert Hall.
Ok, looking forward to your reply.
Regards,
Robert Hall.
Hello,
Here is video tutorial how to update theme:
Don’t forget to make backup of the site before update.
https://www.youtube.com/watch?v=KdWESIIPU1k
The video tutorial is for Legenda theme, but the process is identical.
Regards,
Robert Hall.
I’ve clicked on ‘update’ (http://prntscr.com/9c765e) for ‘Product 2003’ and now the price is true.
Please try this for all others products.
Regards,
Robert Hall.
Sorry, but it’s very difficult to tell you the right code for this element.
Could you please transfer your site to some hosting and provide us with credentials to admin panel?
Regards,
Robert Hall.
Hello,
I’ve just checked variable product and price is the same as in the admin panel.
See screenshots:
http://prntscr.com/9c70nv
http://prntscr.com/9c714c
Could you please clarify with more details?
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
Hello,
You can use Lightshot program to make screenshots and then provide us with link to them.
Regards,
Robert Hall.
Hello,
Please try to add this code in Theme Options->Custom CSS->Global Custom CSS
.product-title{
margin: 15px 0 15px;
}
Regards,
Robert Hall.
Please replace code above to
.page-heading #breadcrumb,
.page-heading .woocommerce-breadcrumb {
display: none;
}
Regards,
Robert Hall.
Hello,
Do you want to disable breadcrumbs on the shop page?
Please try this code in Theme Options->Custom CSS->Global Custom CS.
.page-heading .woocommerce-breadcrumb {
display: none;
}
Regards,
Robert Hall.
Hello,
First you need to disable ‘Show footer demo blocks’ option in Theme Options->General then create footer manually.
Please read more in our documentation:
https://www.8theme.com/demo/docs/woopress/index.html#!/0_footer
Regards,
Robert Hall.
Hello,
Yes, you can.
Also your FTP credentials aren’t correct. Please check them.
Regards,
Robert Hall.
Hello,
1) Please provide us with link to this page.
2) Try use this code in Global Custom CSS
.etm_menu_old_side.size0 {
margin-top: -6px;
}
Regards,
Robert Hall.
Hello,
Did you make changes in default theme files?
Please try this code in Theme Options->Custom CSS->Global Cusstom CSS.
.page-content {
margin-top: 90px;
}
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
We’ve taken your request into our account.
Have a good day!
Regards,
Robert Hall.
As I see you’re already edited code that I added and they working on click.
You can also add text ‘Sign out/in’ like you did it with ‘Login/Register’.
Is there really no way to add the top links (Register | Sign In) to the left side of the top bar? This would be great.
Unfortunately we don’t have such options.
Regards,
Robert Hall.
Hello,
I’ve added this code
<p>Welcome in <a href="#">Woobags</a> Guest! <a class="active" href="#">Login</a> or <a class="active" href="#">Register</a></p>
in Theme Options->Header->Header custom HTML (for 6, 7, 13, 14, 18 headers). Please check it.
Regards,
Robert Hall.
Hello,
I’ve changed code in wp-content/themes/royal/js/etheme.js file in // ! Tabs section from
scrollTop: currTab.offset().top - 50
to
scrollTop: currTab.offset().top - 150
Please check animation now.
Regards,
Robert Hall.
Hello,
Try to disable third-party plugins one by one and check it, one of them caused issue.
Regards,
Robert Hall.
Hello,
You can delete it in Dashboard->Theme Options->Single Product Page.
Regards,
Robert Hall.
Hello,
We’re glad to hear it.
If you have any questions feel free to contact us.
Regards,
Robert Hall.
Hello @danielunda,
http://themeforest.net/item/the-leader-ecommerce-responsive-mpurpose-theme/5493981
Before update delete “woocommerce” folder in the directory wp-content/themes/theleader/ 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!
https://www.youtube.com/watch?v=KdWESIIPU1k
(it’s for Legenda theme but the process is the same).
Regards,
Robert Hall.
Hello,
Please use this code in custom.css
@media (max-width: 767px){
.logo img {
max-width: 280px !important;
}}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.