When editing a Catalogue in a Page, the existing saved content is not appearing when I open it to make changes. I switched PHP back from v7.1 to v7.0 and the problem seemed to go away. Am using Enfold 4.1.2
There was no error in the Console, however there were some PHP errors as attached. Is this a known bug that you’re going to fix, or have already fixed?
If not, I’m happy to investigate further and provide more detail and a login to my site.
I had a similar issue with Text Block content failing to be retrieved on a different Enfold site a few days ago, but worked around it by copying the content and just pasting it back in with my changes; not sure the PHP version on that site but it may well be related.
Hey TerryGrow,
Thank you for using Enfold.
Could you please check line 638 of the shortcode-template.class.php file? Does it look like the following?
if(isset($element['std']) && isset($element['id']))
{
$args[$element['id']] = $element['std'];
}
If it doesn’t look like that, please replace it with that code.
Best regards,
Ismael
Yes, it does look like that already. There are no customisations to the theme files.
Hi,
Thank you for the update. Please post the WP and FTP details in the private field so that we can inspect the element.
Best regards,
Ismael
Same issue here, see this post:
Just wondering what happened here in this thread,
if problems were solved, and how…
Terry, what kind of php errors did you stumble upon?