after last update the layout
now is not correct
Hey margiela,
I found this error in the web console:
Failed to load resource: the server responded with a status of 500 ()
The ftp does not worked when I tried through filezilla.
Can you try to check if there’s an error_log file generated in your root folder?
If not please enable WordPress Debugging: https://wordpress.org/support/article/debugging-in-wordpress/
Best regards,
Nikko
Hi margiela,
Can you post the content of your footer.php in https://pastebin.com/ and then give us the link to it? so we can try to check it.
Best regards,
Nikko
Hi margiela,
Thanks, it’s fixed now.
There was an unclosed php tag in footer.php which caused the error.
Best regards,
Nikko
WHERE IS THE PROBLEM?
Hi margiela,
In footer.php line 194 it looked like this:
<span class='copyright'><?php echo $copyright></span>
I just replaced it with:
<span class='copyright'><?php echo $copyright; ?></span>
Best regards,
Nikko