-
AuthorPosts
-
December 12, 2019 at 5:31 pm #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.
December 13, 2019 at 10:37 pm #1165682Hey bigwavebusiness,
Please have a look at the following thread:
If you need further assistance please let us know.
Best regards,
VictoriaDecember 16, 2019 at 8:23 pm #1166567That 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
- This reply was modified 4 years, 10 months ago by bigwavebusiness.
December 18, 2019 at 7:59 pm #1167462December 18, 2019 at 8:15 pm #1167487The 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.
December 18, 2019 at 8:31 pm #1167491It is definitely a problem with Enfold as switching to the 2020 theme removes the problems.
December 19, 2019 at 9:25 pm #1167939Hello, 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?
December 20, 2019 at 2:39 am #1167997Hi 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,
NikkoDecember 20, 2019 at 4:10 pm #1168188It 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.
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
December 20, 2019 at 4:13 pm #1168189Switching colors, on the other hand, has started working again for some reason.
December 20, 2019 at 5:10 pm #1168210Hi 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,
NikkoDecember 20, 2019 at 5:21 pm #1168219Thank you so much. That is the answer I’ve been looking for the whole time!!! You da best!
December 20, 2019 at 5:42 pm #1168230Hi bigwavebusiness,
We’re glad to hear that :)
Thanks for using Enfold and have a great weekend!
Merry Christmas :)Best regards,
Nikko -
AuthorPosts
- The topic ‘Theme controls not responding’ is closed to new replies.