Forum Replies Created
-
AuthorPosts
-
See attached images in private comments.
Linking the website in private content below.
I renamed the file to something different. It is still not working. Any ideas?
none
i uploaded the base file
I just did it and it still does not show for me.
Please advise.This reply has been marked as private.This reply has been marked as private.Ok, I’ve added the token and updated etc. But no burger menu.
When you finish the above, can you see why the auto update is not working?
This reply has been marked as private.Thank you Victoria. That worked like a charm!
Instead of editing the custom.css file I incorporated it into a code block on that specific page.
Hi Victoria,
It not that complicated that a screenshot is necessary.Specifically, I would like to show the page content and the socket below the footer. I would like to hide the left side menu navigation, which is set on all black background–you can find the link to my page in the private field of my original post.
Thanks for helping ladies and gentlemen! I look forward to your replies.
Ideally, I only want the socket that goes in the footer to appear but not the footer itself. I also do not want any of the sidebar.
When I try to force just the socket to appear, I cannot accomplish this. Thank you!
Thanks, that did not work. Any other ideas possibly?
For anyone who is trying to do this, the above code works as intended but you also need to add this into your quick css field:
.home article.iconbox{ cursor: pointer; }
What exactly needs to happen to get this to link the entire icon box?
I put this code in my child theme’s functions.php file:
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );
I have pasted this to the end of avia.js:
jQuery(".home article.iconbox").each(function(){ var theLink = jQuery(this).find("a").attr("href"); jQuery(this).on("click", function(){ window.location.href = theLink; }); });
I have moved that modified avia.js file to a new folder ‘js’ and placed it within the enfold child theme directory.
March 31, 2017 at 6:28 pm in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #770123Do you agree that the Enfold google js is not disabled if I can remove the key and it impacts the site?
March 31, 2017 at 4:52 pm in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #770082I understand that.
Currently, both Enfold and my map plugin use the Google map .js file.
If Enfold google map api and .js files are completely disabled, then I should be able to remove the map API key from the Enfold backend without consequence? Meaning, the frontend should not be affected. However, this is not the case.The question is whether the call for the .js file is completely disabled with that code because from my experience thus far it doesnt appear to be.
March 31, 2017 at 6:51 am in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #769735No. I am not.
My point that I am trying to make is that the map plugin is working. I am receiving these conflicts here and there.
I believe your code disabled the ENFOLD google map api completely, then it should be off such that when you remove the api key from the enfold admin interface it should have no impact on the display of the maps. If there was a negative impact, it should occur when the you disable the ENFOLD google map api (and not when you remove google map api key).
Does that make sense? Or am I misunderstanding something?
March 31, 2017 at 2:09 am in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #769700Hi Ismael,
Thank you, but the other map solution should takeover and work at the point you disable enfold. Any ideas?March 20, 2017 at 9:41 pm in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #763814I may need to explore your hack.
The plugin I use makes calls from both the backend and the frontend.
March 20, 2017 at 9:26 pm in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #763808Is there truly a way to disable Enfold’s google map api calls using the filters provided above? Thus far, I can’t get them to work.
I believe you found a way to make it work by modifying files that would get overwritten in a theme update and that as you pointed out is not an ideal solution.
I continue to post here to get some insights from Kriesi support on this issue.
March 20, 2017 at 7:37 am in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #763516I really wish I could say that either of the codes you shared work. Unfortunately, I need more help. I do not think this is working. I am including details in the private content area.
In a nutshell, I implemented your code and tested it by removing the API key for google api in the enfold admin panel. Doing that stops my maps from working.
March 5, 2017 at 6:56 pm in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #755989Any ideas?
March 5, 2017 at 6:56 pm in reply to: Is it possible to simply export the general syling and advanced styling options? #755988Any luck with this?
March 3, 2017 at 9:22 pm in reply to: Is it possible to simply export the general syling and advanced styling options? #755361March 3, 2017 at 9:22 pm in reply to: Is it possible to make sure the featured images in the magazine element are same #755360sorry, I pw protected it and published it now. Use enfold for pw.
March 2, 2017 at 9:33 am in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #754205I changed what you wanted me to change, then removed this API code (see private content) from the ENFOLD –> Google Services area:
I am still getting a conflict. Can you tell me what the code above actually does?
- This reply was modified 7 years, 9 months ago by domainarchitect.
March 1, 2017 at 7:34 pm in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #753903Support? Please help
I need to know how to disable all google maps api functionality from the enfold theme.
February 27, 2017 at 2:14 am in reply to: How to solve a conflict b/t enfold google maps api calls (on front & backend) #752104I did not ask you to provide any third party compatibility.
I specifically requested code to disable all google maps api calls on the front end. I have found plenty of your support staff offering it in other threads, but that code was not working for me as evidenced when the maps would stop working when I would removed the map key from enfold. In theory, if totally disabled, then the maps should not work regardless of whether there is a google map key in enfold or not.
-
AuthorPosts