Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1165248

    Hello,
    We have enfold installed on our website http://www.flfishingdir.com currently. When we went to start using a child theme all of a sudden many of the controls have stopped working. The main controls of concern are the General Styling and Google Services sections. Both changing color schemes and toggling the Google Services Map switch are doing nothing.

    Due to the theme calling the Google Maps API we are getting multiple instances of the API and its creating errors preventing the site from functioning correctly.

    Please advise.

    #1165682

    Hey bigwavebusiness,

    Please have a look at the following thread:

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1166567

    That was the main problem. The controls in the theme options are not working so when we tell the theme not to call the API it still is. We can not change colors correctly either. This happened when we installed a child theme. But going back to the parent theme doesn’t fix the problem

    #1167462

    Hi bigwavebusiness,

    You can deactivate the theme’s Google maps. Please have a look here

    Also, when making changes in the theme options please have the CSS and JavaScript merging disabled and also choose to delete old files in the Performance tab.
    Image 2019-12-18 at 19.58.53.png
    Image 2019-12-18 at 19.59.07.png

    Best regards,
    Victoria

    #1167487

    The theme controls are not working from the backend. You can toggle switches and make changes but nothing happens. Turn off Google Maps and there will still be API calls from Enfold. Makes changes to the styling and no changes are shown on the front end. This is a problem bigger than a simple you can change that on this page.

    #1167491

    It is definitely a problem with Enfold as switching to the 2020 theme removes the problems.

    #1167939

    Hello, anyone? I’ve tried what you have said and it didn’t do anything. If anyone could help me with why your theme isn’t working I would really appreciate it.

    Again the main problem is that the theme controls are not doing anything. It is definitely an Enfold problem. As soon as I switch to a different theme all of the problems go away.

    Why am I being ignored here?

    #1167997

    Hi bigwavebusiness,

    We apologize for the delay, rest assured that you’re not being ignored, we just have a lot of queries lately.
    I have tested changing the background color for main content and footer area and it does work (I modified it to gray).
    As for google maps, I don’t see js files for google map being loaded.

    Best regards,
    Nikko

    #1168188

    It won’t throw any JS errors while viewing the Enfold theme pages but if you go to any page that displays a map you get the following errors.

    Enfold JS Errors

    If you switch from Enfold to the 2020 theme then all of the errors go away and the site functions correctly.

    You can recreate the problem by logging in and going to the following page. https://flfishingdir.com/wp-admin/post.php?post=924&action=edit&classic-editor=1

    #1168189

    Switching colors, on the other hand, has started working again for some reason.

    #1168210

    Hi bigwavebusiness,

    The errors are gone after I added this code in the functions.php of your child theme:

    function remove_google_scripts() {
    	wp_dequeue_script( 'avia_google_maps_widget_admin_script' );
    	wp_dequeue_script( 'avia_google_maps_api_script' );
    	wp_dequeue_script( 'avia-google-maps-api' );
     }
     add_action( 'admin_enqueue_scripts', 'remove_google_scripts', 600 );

    Let us know if you need further assistance.

    Best regards,
    Nikko

    #1168219

    Thank you so much. That is the answer I’ve been looking for the whole time!!! You da best!

    #1168230

    Hi bigwavebusiness,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great weekend!
    Merry Christmas :)

    Best regards,
    Nikko

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Theme controls not responding’ is closed to new replies.