Forum Replies Created
-
AuthorPosts
-
Temporary fix works – Thanks!
Same issue on my side…
Hi Rikard,
We can close it.
Thanks a lot for your help!Frederic
Hi Rikard,
I disabled the child theme and it soled the map issue: I had a script (provided on the support forum) in the child theme functions.php to disable the marker animation:
function change_shortcodesjs() {
wp_dequeue_script( ‘avia-shortcodes’ );
wp_enqueue_script( ‘avia-shortcodes-child’, get_stylesheet_directory_uri().’/js/shortcodes.js’, array(‘jquery’), 2, true );
}
add_action( ‘wp_enqueue_scripts’, ‘change_shortcodesjs’, 100 );It worked well with the previous versions but apparently there is now a conflict.
Thanks you for your help!Frederic
Hello Rikard,
I will have the unused themes removed within 5 minutes.
Thanks,Frederic
Hello Rikard,
Sorry for not getting back to you earlier as I was out of the office.
Indeed I had some issues with the password, I have added a new one in the private section and tested it successfully.
As a reminder, the issue is maps not displayed even if the API is correct and is has been tested without cache and minifying plug-ins.
Thanks,Ferderic
Hi Rikard,
Indeed I updated Enfold to the latest version and it still doesn’t work.
Removing plug-ins did not help.
I have no clue why.
Aby idea?
Thanks,Frederic
This reply has been marked as private.Hi Rikard,
I disabled Autoptimize, WP Fastest Cache and Enfold new optimization features but it didn’t help.
I have added some information in the private content section.
Thanks,Frederic
Hi,
Can anyone help me on this?
Thanks,Frederic
Hello,
Same issue on my side:not able to display maps with a RetiredVerssion error message from Google.
Frederic
Thanks!
Hi Ismael,
Our server is configured and supports the http/2.
It’s less about a plug in but more about how the theme renders the css and js.
It seems that https://kriesi.at/ does not use the http/2 profile neither.
It could be a great benefit in terms of speed and SEO:Let me know your thoughts.
Thanks,Frederic
Hello Nikko,
It works! Thanks a lot!
Best Regards,
Frederic
Hello Nikko,
It did remove the bounce but in order to have all the markers displayed at load, I had to modify the following line:
setTimeout(function(){ marker.setAnimation(null); _self._infoWindow(_self.map, marker, _self.$data.marker[key]); },1);
},1 * (parseInt(key,10) + 1));However it works only if done in the shortcode.js of Enfold not on the child theme, which is a bit annoying as I will lose the changes at the next update.
Any option?
Thanks,Frederic
Hello Victoria,
Please find below the link.
Thanks,Ferderic
Hi Jordan,
That’s perfect!
Thanks,Frederic
Hi Jordan,
Unfortunately I can’t give an admin access even temporarily.
Best Regards,Frederic
Hi Jordan,
I added the javascript in the header of the page but it doesn’t seem to remove the links.
Thanks,Frederic
Hi Jordan,
Indeed you now see all the images because I activated the Lightbox linking to temporarily fix the issue but if you click on the link below you’ll see it.
Indeed I don’t want to have any link on the images.
Thanks for your help.Frederic
Hello again,
Activating the Lightbox linking does solve the problem however we don’t want to have any link.
Any suggestion?
Thanks,Frederic
November 22, 2016 at 10:11 pm in reply to: Removing tag / category links in footer without css #715623Works great!
Thanks!Frederic
November 22, 2016 at 9:04 pm in reply to: Removing tag / category links in footer without css #715571Hi Jordan,
Thank you for the tip.
Would be great to have this option in a coming version as well as being able to add a video background to the entire grid.
Regards,Frederic
February 12, 2016 at 7:22 pm in reply to: Warning: Invalid argument when Envato / Themeforest servers are down #582449Hi Andy,
I thought it was due to the fact that Enfold would check the license on Envato.
Best Regards,Frederic
Hi Elliott,
Thank you for your answer. When I try it being logged (minifying not active), it still does not work.
Lightbox work on pictures. Any clue?
Thanks,Frederic
Solved – had a general issue with my slugs
Found the issue – if you are using WP Super cache – delete your cache after updating
Hi Peter,
I have resized the images to have them less wide but the problem persist:
http://business.mtrip.com/customers/
Regards,Frederic
Hi Ismael,
Thanks for the advice.
I found the plug-in causing problems: “Quick Page/Post Redirect Plugin”
CheersFrederic
-
AuthorPosts