Hello Jimbo,
Sorry but we do not do not keep change log of file changes.
All changes you may see there
https://themeforest.net/item/woopress-responsive-ecommerce-wordpress-theme/9751050?s_rank=1
Hello Jimbo,
Sorry but we do not do not keep change log of file changes.
All changes you may see there
https://themeforest.net/item/woopress-responsive-ecommerce-wordpress-theme/9751050?s_rank=1
You’re welcome!
Regards,
Andrew Mitchell
Hello, thanks for using our them.
Sorry but you can’t upload image for product new label,
but you can change it using custom css (Theme Options -> Custom CSS -> Global Custom CSS).
Hello,
Please, read WP documentation attentively. Unfortunately, it does not work for scripts. Follow the official WP documentation if you need to add custom scripts.
Hello, thanks for using our them.
Please, provide ftp and admin panel access and we’ll fix google map issue.
There is no any additional options for currency in our theme. If you need such feature contact WooCommerce support.
Hello,
To change the color of navigation items when they are visited add the following code in custom css (Theme Options -> Custom CSS -> Global Custom CSS)
.menu-main-container ul li.current-menu-item a{
color: #278e1c;
}
Hello,
First of all, we recommend to use child theme if you plan to do any changes in template files. Child theme archive you can find it in theme package.
Create your widget area (use function.php of child theme). Copy header.php file and headers folder into the child theme folder and make appropriate changes to add widget area.