-
AuthorPosts
-
September 25, 2019 at 2:34 pm #1141822
Hi,
No matter what changes I do in Avia Layout builder, as soon as I click “Update”, changes are gone.
Issue is present no matter whether I activate “Classic Aditor” or “Block editor” in Theme options.
Issue is present even with all plugins deactivated, and browser cache cleared.
Latest WordPress core (5.2.3) and latest Enfold theme (4.6.2), PHP version 7.3.9Additinal question – my paid support timeframe for Enfold has expired. Do I get to post this type of (bug-related) questions, or do I have to order paid support again?
Thanks.
- This topic was modified 5 years, 2 months ago by nerkas.
September 26, 2019 at 8:39 pm #1142485Hey nerkas,
Yes you would need to upgrade your support, it is required every 6 months :)
Best regards,
BasilisSeptember 26, 2019 at 8:52 pm #1142489Thanks! :)
September 26, 2019 at 11:16 pm #1142512Hi,
Did you need additional help or shall we close this topic?
Best regards,
Jordan ShannonSeptember 27, 2019 at 1:24 pm #1142746After having pulled out more than half of my hair, I finaly found the cause – earlier Enfold versions allowed (by using Avia layout builder) to use smaller layout elements inside bigger layour elements, in other words to nest them. For example 1/2 layout element could fit inside three 1/3 elements. The page in question was created when such nesting was possible, but now the page wouldn’t update and save the content changes. As I understand the Grid Row has now taken over that functionality.
However, a new problem arose: the Grid row takes up 100% of visible width of the page (100vw), although this contradicts my settings in: Theme options > General layout > Layout > Stretched, and at the same time > Dimensions > Responsive Site “checked” > Maximun container width > 1130px. In other words, in all of the website pages, the #main container is set to have a max width of 1130px, but the Grid row won’t obey that. Now, other layout elements, which are not the Grid row, nor inside it, behave normaly – for eksample a 1/1 layout element/block is precisely 1130px wide. I know i could fix it with css, but that would be a tiresome labour in the long run. Any suggestions?September 29, 2019 at 8:08 pm #1143135Hi nerkas,
The max-container width can be adjusted via css and set to the 100% again. And so you can still nest elements as you need.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.responsive #top .container { max-width: 100%; }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.