Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.

    #1090328

    Hey 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,
    Rikard

    #1090415

    Rikard,

    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 theme

    #1090516

    Hi,

    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,
    Rikard

    #1091024

    Rikard,

    Is there anyone else on the team that may be able to provide a solution?

    Thanks

    #1091039

    Rikard,

    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,
    Ian

    #1091299

    Hi Ian,

    Thanks for the update, it looks like the purpose of that script is to load jQuery asynchronously? That can benefit your site speed sometimes but if it’s causing problems then I think you would have to look for a different solution.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.