-
AuthorPosts
-
October 31, 2024 at 6:52 pm #1470366
I am building a page on our site that will display a grid layout. I need to have three columns and 99 rows. The sections simply display a profile image. You can see it below.
The issue is, once I get to about 22 rows, if I add any more after that and try to save the page, it completely breaks the page and code. I tried an adjusted the php.ini file, upped the .php memory limit, but none of that works.
My page set is:
Using a single color section with 1/3 blocks then an image in each one
October 31, 2024 at 8:41 pm #1470371Hey G4Design,
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,
RikardOctober 31, 2024 at 8:45 pm #1470373OK, thanks. here it is.
November 1, 2024 at 11:16 am #1470411Hi,
Thanks for that. Could you try updating the theme to the latest version (6.0.6) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
RikardNovember 1, 2024 at 7:44 pm #1470453Hello,
I updated the theme, but unfortunately that did not help the issue. This is what it does when I try and save it the page. Its like its rejecting the next row we add.
I also updated the php to 8.3 and deactivated the caching plugin as I know they can interfere with things sometimes. Same issue persists though.
November 2, 2024 at 12:41 pm #1470469November 5, 2024 at 6:32 pm #1470687I increases those 10 x and they did not fix anything unfortunately. I deactivated all plugins too an no help.
I was able to get a work around to get all my columns and rows added. When I reverted back to an old version of the page, it was displaying all the page builder code so I copied and pasted it and saved it in that mode and that worked.
The issue though moving forward is that the grids that we are creating will need to be updated several times. We cant save any new changes with this issue. It just breaks the page. We really need this saving issue fixed and unsure what to do at this point as we have tried seemingly everything.
I have several sites that use Enfold and haven’t had this issue before with any of them.
November 6, 2024 at 10:07 am #1470749Hi,
I’m not sure exactly what is going wrong with that page, but it seems to be a server setting since saving sometimes leads to a 404 page for some reason. Could you share server error logs with us please?
Best regards,
RikardNovember 6, 2024 at 6:17 pm #1470776Its weird, I turned on debugging in wp-config and redid the issue, no errors were recorded. The last errors logged were in March.
What’s also odd, is that when I revert the page back to a previous version to start over, it allows me to save the page with all 99 grids on there, but then once I go to make any changes and save it again, the issue happens. Not sure why it would save in one second then the next second, break the page.I see you added a code parcer to the site. I checked the errors it shows , did you see that? It looks like when its trying to save again, closing tags get missing from the blocks for some reason. That’s what’s breaking it. apparently, but not sure why these tags go missing.
ERROR: Registered shortcode [av_image detected without closing ] at index 331432. To fix it close shortcode (check for attributes to include).
ERROR:
Summary of missing tags:
Missing closing tag [/av_section] found for an opening tag at index 0.
Missing closing tag [/av_one_third] found for an opening tag at index 328728.
Missing closing tag [/av_image] found for an opening tag at index 331432.ERROR: Invalid shortcode was detected. To fix add [/av_section] at index 1700.
ERROR: Invalid shortcode was detected. To fix add [/av_one_third] at index 331428.
ERROR: Invalid shortcode was detected. To fix add [/av_image] at index 331442.
WARNING: Check to create a textblock shortcode at index 331453 around a text content to keep it editable: src=’https://vctrylnsprts.com …
-
AuthorPosts
- You must be logged in to reply to this topic.