Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1314080

    Colour sections have lost there background images. No change if just colour used.

    Regards
    Paul

    #1314353

    Hi 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,
    Rikard

    #1314372

    Same 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, 2 months ago by taaning.
    #1314443

    Same issue here. Subscribing!

    #1314632

    Same 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?

    #1314636

    Hey,

    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,
    Yigit

    #1314639

    Hello 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.

    #1314805

    Hi,


    @edolmen

    After updating the php file – did you:

    – save theme options (this invalidates our post css files and forces a rebuild)
    – clear server and browser cache

    If 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ünter

    #1314826

    hello, yes I saved theme options and cleared the cache.
    I opended a new thread here:

    however it seems to be a common issue…

    #1314876

    For 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, 2 months ago by christiemade.
    #1314884

    Hi,

    @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ünter

    #1314887

    hello, did you replace the original file or put it in the child theme? thanks

    #1314895

    @Günter Wonderful, thank you!

    @edolmen
    Yes, in the child theme, child_folder/shortcodes/section/section.php

    You’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;
    }
    #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, 2 months ago by edolmen.
    #1316053

    Hi,

    @taaning

    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:

    https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Performance/avf_post_css_create_file.php

    – save theme options (this invalidates and removes all post css files)
    – clear server and browser cache

    If 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

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.