-
AuthorPosts
-
April 13, 2019 at 1:06 am #1090179
Hi,
I have been having a lot of issues with the theme this week. Even though I has been wonderful the past five years.
My footer uses Custom HTML Widgets (WordPress core). However, when the theme was updated to the most current version this week I can’t edit these widgets. When I click on them I can only see Delete | Done and I can’t get into the edit field. When I switch to a default wordpress theme they work, which leads me to the conclusion this is a theme issue.
Can you please advise how to resolve this? I am willing to revert to an older version of the theme if needed.
April 13, 2019 at 9:52 am #1090328Hey iisrael,
Please send us a temporary 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.
I saw this problem posted in another thread as well, please stick to one thread from now on.Best regards,
RikardApril 13, 2019 at 6:28 pm #1090415Rikard,
I started this thread since my follow up questions started moving away from my original question in the first thread. Creds in pvt. Here is a list of outstanding issues to review.
1. Custom HTML Widgets in Footer not editable.
2. Some fonts are no longer loading properly from style.css in child themeApril 14, 2019 at 7:15 am #1090516Hi,
Thanks for that, I see the same problem on my end. I’m not sure why that would happen to be honest with you, did you try disabling all plugins to see if there is a conflict coming from one of them?
Best regards,
RikardApril 15, 2019 at 5:47 pm #1091024Rikard,
Is there anyone else on the team that may be able to provide a solution?
Thanks
April 15, 2019 at 6:38 pm #1091039Rikard,
I just rebuilt most of the site from the ground up, I used a fresh WP install, clean Enfold upload and added plugins and child theme files one by one. As it relates to the Custom HTML Widget not being editable I was able to track that back to something that is happening with this script from my functions.php. I isolated this after adding each function one by one. Do you have any idea what is wrong with this parsing script?
/* code to defer parsing of JavaScript */ add_filter('clean_url','async_js',11); function async_js($url) { if ( false !== strpos( $url, 'jquery.js' ) || false === strpos( $url, '.js' )) { return $url; } return "$url' defer='defer"; }
Thanks,
IanApril 16, 2019 at 8:44 am #1091299 -
AuthorPosts
- You must be logged in to reply to this topic.