Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1350540

    The background color is not working on color section or any other page element in enfold. Its very strange that it stopped working. When i click preview it shows up corectly but when i hit update it will not show the color on the background. It stopped working on all pages. Please look at the color sections and other sections and see where there is a color set and it is not showing up. Alos do a preview and see it is showing up there but not on the live page.
    Please help.

    #1350569

    Hey metalbuildingoutlet,

    Thanks for the login details. First off, could you try updating the theme to the latest version (4.9.2.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please try to deactivate all plugins to see if that changes anything.

    Best regards,
    Rikard

    #1350644

    I have updated the theme and already tried turning on an doff the plugins. This does not help

    #1350669

    Hi,

    Thanks for the update. Please share FTP login details with us as well, so that we can try to disable the post specific CSS file generation for you. I tried adding it via WordPress, but it’s giving me an error message.

    Best regards,
    Rikard

    #1351249

    ftp credentials are attached

    #1351270

    Hi,

    Thanks for that. I turned off the page specific CSS creation on your site, and that seems to have helped. Please review your site, and let us know if this should happen again.

    /**
     * Filter to skip css file generation.
     * You can add logic to skip for certain pages/posts only.
     * 
     * @since 4.8.6.1
     * @param boolean $create
     * @return boolean					true | false or anything else to skip generation of css file
     */
    function custom_avf_post_css_create_file( $create )
    {
    	return false;
    }
    
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    Best regards,
    Rikard

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