-
AuthorPosts
-
August 3, 2021 at 8:07 am #1314080
Colour sections have lost there background images. No change if just colour used.
Regards
PaulAugust 4, 2021 at 11:47 am #1314353Hi Paul,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardAugust 4, 2021 at 12:52 pm #1314372Same error here.
It ignores the background color in the color section, and uses the default color from section ( Eg. logo area, main area, Alternate Content etc.)
It shows up the right way when you preview the page, but not when you publish it.
It seems to be related to cache. As when I remove my cache plugin it works…
- This reply was modified 3 years, 3 months ago by taaning.
August 4, 2021 at 5:39 pm #1314443Same issue here. Subscribing!
August 5, 2021 at 11:52 am #1314632Same issue here.
After updating Enfold from 4.8.3 to 4.8.6 I lost the color section:
after just the update I noticed that the background image was no more in the center, left position, but just in the center, center position.
This seemed like a minor issue, I edited the section and re-saved it. But suddenly it disappeared.
Can you please have a look into this?
August 5, 2021 at 12:00 pm #1314636Hey,
Thanks for contacting us and sorry for the inconvenience!
Could you please try to replace /enfold/config-templatebuilder/avia-shortcodes/section/section.php file with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_6/shortcodes/section.php?
If you would like us to update the file for you, please create temporary admin logins, post them here privately and point out the Color Section element.
Regards,
YigitAugust 5, 2021 at 12:12 pm #1314639Hello Yigit, I tried replacing the file but it didnt work: color section is blank.
First I tried to replace it in child theme, then I tried in the enfold theme folder but without success.
August 6, 2021 at 10:53 am #1314805Hi,
After updating the php file – did you:
– save theme options (this invalidates our post css files and forces a rebuild)
– clear server and browser cacheIf this does not help we need access to the shortcode of the page so we can check it on our dev server to find the problem.
Please enable debug mode by adding the code provided in this link to your functions.php file which can be accessed from Appearance > Editor
This lets us view the shortcode for all the page elements.
Then we would need WP admin access to your site and the link to the page and which section is not working.
I would suggest you open an own thread so the private content is only visible to you and our moderators.
Best regards,
GünterAugust 6, 2021 at 12:12 pm #1314826hello, yes I saved theme options and cleared the cache.
I opended a new thread here:however it seems to be a common issue…
August 6, 2021 at 4:35 pm #1314876For anyone else following along, the provided section.php file fixed the color section issue for me. (Save Theme Options required)
- This reply was modified 3 years, 3 months ago by christiemade.
August 6, 2021 at 5:06 pm #1314884Hi,
@christiemade
Thanks for feedback and glad it fixed your problem.
Together with the help of @edolmen we could localize a problem with minification plugin and wrong aligned background images.
We are working on a fix for this for the next update.
Best regards,
GünterAugust 6, 2021 at 5:25 pm #1314887hello, did you replace the original file or put it in the child theme? thanks
August 6, 2021 at 6:35 pm #1314895@Günter Wonderful, thank you!
@edolmen Yes, in the child theme, child_folder/shortcodes/section/section.phpYou’ll want to have the shortcodes fitler setup in your child theme’s function.php as well, I believe.
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
August 6, 2021 at 9:49 pm #1314910@christiemade it did not work for me: it keeps positioning the background image in ‘center, center’ position, and not displaying the bg color. Of course I cleared the cache and re-saved theme options.
I’ve had to roll back to Enfold 4.8.3 hoping for a new release…
- This reply was modified 3 years, 3 months ago by edolmen.
August 10, 2021 at 1:04 pm #1316053Hi,
Are you using https://wordpress.org/plugins/sg-cachepress/ ?
Please update to the latest version 4.8.6.1 and try to add this code to your functions.php:
– save theme options (this invalidates and removes all post css files)
– clear server and browser cacheIf you need help, please let us know and we can do it for you.
Edit: Please also have a look at this reply:
Best regards,
Günter -
AuthorPosts
- You must be logged in to reply to this topic.