-
AuthorPosts
-
November 18, 2023 at 9:43 pm #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
November 18, 2023 at 9:45 pm #1425943Look at this page
November 19, 2023 at 5:06 pm #1425988Hi,
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,
MikeNovember 20, 2023 at 12:38 pm #1426060Hi,
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 cacheNovember 21, 2023 at 4:53 am #1426112Hi,
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,
IsmaelNovember 21, 2023 at 8:54 am #1426120Thank’s a lot. problem solved !
Ciao
MassimoNovember 21, 2023 at 9:21 am #1426127Hi,
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,
RikardNovember 21, 2023 at 10:10 am #1426134Close the topic, tank’s
massimo
-
AuthorPosts
- The topic ‘Problem saving changes’ is closed to new replies.