walhai
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Problem with mobile menuSorry, I am late.
I found a solution now, maybe it is interseting for somebody else:
put this in the function:
add_action(‘wp_footer’, function() {
?>
<script>
jQuery(function($){
function moveGTranslate() {
if ($(window).width() > 768) return;
var targetLi = $(‘.menu-item-3651’); // Ziel-Menu-Punkt
var gtrans = $(‘.gtranslate_wrapper’);
// Nur verschieben, wenn beide vorhanden sind
if (targetLi.length && gtrans.length && !targetLi.find(‘.gtranslate_wrapper’).length) {
gtrans.appendTo(targetLi);
}
}
// 1) Wiederholen bis GTranslate geladen ist
var waitGT = setInterval(function(){
if ($(‘.gtranslate_wrapper’).length) {
clearInterval(waitGT);
moveGTranslate();
}
}, 300);
// 2) Wenn Burger-Menü geöffnet wird
$(document).on(‘click’, ‘.av-hamburger’, function(){
setTimeout(moveGTranslate, 200);
});
// 3) Bei Resize (z. B. Rotation)
$(window).on(‘resize’, function(){
setTimeout(moveGTranslate, 150);
});
});
</script>
<?php
}, 999);This is the website: https://www.husky-touren.at/
Thank you an best regards you can close the topic now.
Thank you!!!
Now it is clear :))
Best regardsForum: Plugins
In reply to: [Translate WordPress - Google Language Translator] not working only #Thank you for helping!
Forum: Plugins
In reply to: [WP Store Locator] Back Link and Borlabs CookieHi,
thank you for answering. You are right almost everything is working.
ONLY the back button not, when I view the directions.
Please find here a screenshot, from what I mean:
https://www.komperdell-golf.com/back.jpgThe question was already in the forum:
https://ww.wp.xz.cn/support/topic/issues-in-conjunction-with-borlabs-cookie-wpsl/
> The store locations are missing the hover animation (bounce effect).
> On the route description the “back” link does not work.The same for me, the bounce effect is not a problem, but would be nice.
But the back link is importantThank you and regards
BarbaraForum: Plugins
In reply to: [WP Store Locator] Google Map privacy policySorry, that I did not inform you. I solved the problem with the Borlabs Coolie support. Now everything works. I forgot to make a cookie in Borlabs.
Thank you for your help and best regards.Forum: Plugins
In reply to: [Auto iFrame] Problem with heightJust for info: the problem was in the css :((
But thanks a lot for answeringForum: Plugins
In reply to: [Auto iFrame] Problem with heightHi Greg,
thank you for your answer. I tried <p>[auto-iframe link=/scheduledamai/indexv2.php fudge=0]</p>
but nothing changed :((
Any idea?
regards Barbara