This topic has 9 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hello!
I’m using Woopress theme(3.2.1), and just have updated to woocommerce 3.3.3
Now I can see that there are errors in the system, but my web seems Works ok.
¿Do you recoomend me to update woopress 4.1?
Thanks!
Laura
Hello,
Yes, it is recommended to use compatible versions of theme and woocommerce, so you need to update theme to latest version.
Don’t forget to create backup of your files and database before starting update process!
You need to enter your purchase code to activate our new theme version and skip Setup Wizard.
Do not forget to update all required plugins https://www.8theme.com/download-plugins/ (to update free plugins just click on update link from your Dashboard (Plugins > Installed Plugins); to update premium plugins, connect to your server using FTP. Copy extracted plugins folders into wp-content/plugins/).
Also, from the 4.0 update, all the custom styles come not like inline CSS but as styles from separate file – dynamic.css (to speed up the site loading). If you created child theme before 4.0 update you need to make changes in your child theme functions.php file and add one line http://prntscr.com/ikbhbt
wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
after that create an empty dynamic.css file in child theme directory.
Feel free to ask if you have any other questions.
Regards
Ok, then, can you confirm me please if is this the order?:
1-backup files and database
2-add line in theme functions.php (Control Panel wordpress/appearance/editor/ choose woopress child theme/functions.php/add line
3-then update theme (delete woocommerce folder before update??)
4-update plugins
Thank you in advance,
Laura
Hello,
1. Backup files and database
2. Update theme (delete “woocommerce” folder, which is located in wp-content/themes/woopress/ to avoid problems with old files)
3. Update plugins
4. Create an empty dynamic.css file in woopress-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
in woopress-child/functions.php file. Then go to Theme Options and re-save them
Regards
Thanks, one last doubt; how i do this?:
Create an empty dynamic.css file in woopress-child theme folder and set permissions 777 for the file
If you use the child theme you need to create dynamic.css file via FTP > http://prntscr.com/iowdld
If you do not use the child theme, you can download it here https://www.8theme.com/download-plugins/ and upload it to /wp-content/themes/ folder of your server (WordPress child theme is a theme that inherits the functionality of the parent theme. With child theme you can make modification or add additional functionality to parent theme. A child theme is the safest and easiest way to modify an existing theme, whether you want to make a few tiny changes or extensive changes.)
Regards
Yes, I’m using the child theme, then I will créate dynamic.css as you indicate me. Thank you so much, I did not know how to do it.
Regards.
Updated! everything works well.
Thanks for the great support, have a good day.
Laura.
You’re welcome!
If you love WooPress and have something nice to say don’t hesitate to tell about this!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Have a nice day too.
Regards
You must be logged in to reply to this topic.Log in/Sign up