Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1425942

    Hi,
    When I save a change, for example the color of the writing of a special title, or the background of a button, or even the size of the text in a block of text, I see the variations in the preview but in the pages of the site the variations do not have any effect. effect and everything remains as before. The problem appeared randomly a few days ago; Other page changes are saved without any problems.
    Ciao.

    Massimo

    #1425943

    Look at this page

    #1425988

    Hi,
    Thank you for the link to your site, but the login is not working please check. Please also include screenshots of the error that you are seeing. Are you comparing the element “preview” to the live version or the WordPress “draft preview” to the live published version? Please note that the WordPress “draft preview” doesn’t always display the elements correctly.

    Best regards,
    Mike

    #1426060

    Hi,
    thank for your answer and sorry for wrong login. In the privat the exact login
    I have no error messages; after editing a page I can update it, but when I view the page I don’t see any changes; in the link I indicated the special titles have the color set to #105e96 but only one of them is colored and the others are black. I cleared my browser cache there are no active plugins to manage the cache

    #1426112

    Hi,

    Thank you for the info.

    The changes to the builder elements don’t reflect immediately because the post css file doesn’t get updated or regenerated after updating the page. To address the issue temporarily, we added this code in the functions.php file.

    function avf_post_css_create_file_mod( $create )
    {
    	return false;
    }
    
    add_filter( 'avf_post_css_create_file', 'avf_post_css_create_file_mod', 10, 1 );
    

    The filter will disable the post css files and embed the custom element styles as inline css. Just fyi, we duplicated the Special Heading element for testing.

    Best regards,
    Ismael

    #1426120

    Thank’s a lot. problem solved !
    Ciao
    Massimo

    #1426127

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1426134

    Close the topic, tank’s

    massimo

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Problem saving changes’ is closed to new replies.