-
AuthorPosts
-
June 10, 2020 at 8:10 pm #1221368
Hello people,
I recently bought the Enfold theme and since then I am experiencing problems in WordPress, where I cannot access any options within the Theme Options menu, the same General Layout screen appears which I also cannot edit. Can you tell me what’s going on?Thank you,
MariaJune 10, 2020 at 9:30 pm #1221420Hi maria_96,
Can you try to re-install Enfold via FTP? https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp
Hope it helps.Best regards,
NikkoJune 12, 2020 at 2:00 pm #1222070Hello,
I did as informed, but it didn’t work. What would be the next step?
June 12, 2020 at 9:44 pm #1222185Hi maria_96,
Thanks for giving us admin access.
There are a lot of errors in the web console, but it’s hard to troubleshoot in the Dashboard.
Can you give us FTP access on it as well?Best regards,
NikkoJune 12, 2020 at 10:11 pm #1222196Hi Nikko,
Of course, leave in the private content or access.
Thank you in advance,
MariaJune 15, 2020 at 10:43 pm #1222843Hi Maria,
The FTP access, returns this when I tried to access:
Response: 550 PWD: Permission denied Error: Failed to retrieve directory listing
But I was able to install WP File Manager.
What I found out was this isn’t an Enfold issue but most likely either WordPress or maybe Server issue.
This wordpress function get_template_directory_uri() is returning this:https://www.yoursite.com.br /wp-content/themes/enfold/
instead of:
https://www.yoursite.com.br/wp-content/themes/enfold/
You can get the same results even when using the twentytwenty theme which is a default wordpress theme.
Though I have checked the get_template_directory_uri() function and it’s identical to what I have.
Also, I noticed trying to use Diagnóstico e resolução de problemas plugin to attempt to diagnose issues would take a lot of attempts before it does work, so I’m not sure if it’s a server issue.
Maybe restarting the server through switching to another PHP version should help, can you try to switch to PHP 7.2?Best regards,
NikkoJune 16, 2020 at 8:51 pm #1223185Hi Nikko,
I entered the WP today to check and apparently returned to normal, the only problem is the icons are still broken. Does it have to do with PHP too? In this case, I use Font: entypo-fontello.
June 16, 2020 at 11:34 pm #1223204Hi maria_96,
I apologize I wasn’t able to mention but the reason it’s fixed is because I have replaced this code in enfold > framework > php > class-superobject.php (line 326-327):
echo " avia_framework_globals.frameworkUrl = '".AVIA_FW_URL."';\n"; echo " avia_framework_globals.installedAt = '".AVIA_BASE_URL."';\n";
with:
echo " avia_framework_globals.frameworkUrl = '".preg_replace('/\s+/', '', AVIA_FW_URL)."';\n"; echo " avia_framework_globals.installedAt = '".preg_replace('/\s+/', '', AVIA_BASE_URL)."';\n";
which basically fixes the problem I mentioned above but this is only a temporary solution and would be lost during a theme update. :(
Best regards,
NikkoJune 17, 2020 at 3:03 pm #1223409Hello Nikko,
But in that case I can continue using it right? Then in the next update you will have fixed this bug and I will not have any more problems or not?
June 18, 2020 at 11:13 pm #1223903Hi maria_96,
Yes, you can continue using it, however, this issue isn’t in the Enfold theme so we can’t fix it in the theme.
Even with the default WordPress theme, this problem also shows.
Can you try to re-install WordPress? make sure to have a backup.Best regards,
NikkoJuly 30, 2020 at 4:55 pm #1234181Hi Nikko,
I apologize for the delay, I had not received the email with the reply previously. I reinstalled as mentioned, but, I still have the same problem.
August 2, 2020 at 3:29 pm #1234620Hi maria_96,
No worries, I have checked it again and can still get the same results as I previously stated.
I would suggest moving to a different server/webhost.Best regards,
NikkoAugust 21, 2020 at 9:37 pm #1239867Hello,
I contacted the host, but their response was that the insertion of settings in nginx.conf unfortunately cannot be done because it changes the structure they have already used with other customers. So I got in touch with another professional who made settings on the server + settings from the website’s .htaccess file and the icons reappeared!
Thanks for the support!
August 21, 2020 at 9:57 pm #1239880Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonAugust 24, 2020 at 4:46 pm #1240407Hi Jordan,
Yes, you can close! Thanks :)
August 24, 2020 at 8:12 pm #1240496Hi maria_96,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria -
AuthorPosts
- The topic ‘No access to Theme Options’ is closed to new replies.