Forum Replies Created
-
AuthorPosts
-
… yes, the latest version will fix this bug. Thanks!
Hello Rikard,
yes – long time ago I gave you login details. I did not think that this is still needed.In the meantime I found solution. I am now using my own mobile menu.
Anyway, thanks for your support.
in mobile view the class .menu-item-233 is not showing up. This ist the code of the UL in mobile view:
<ul class="sub-menu" style="display: block;"><li class="av-width-submenu"><a href="#"><span class="avia-bullet"></span><span class="avia-menu-text">Kein Plan</span><span class="av-submenu-indicator"></span></a><ul class="sub-menu"><li class="avia_mega_text_block keinplan-mobile menu-item-233"><a href="https://www.gonjoy-africa.de/reise-planen-lassen/" class="avia-button" style="">Reise planen lassen</a></li></ul></li></ul>
How can I disable it in the mobile menu?
… thanks for the hint – you are right – no cols in mobile!
I want to hide “kein Plan” in the mobile menu. Therfore I need a custom class in UL. But only can give the LI a custom class.
I made a screenshot with explanations to illustrate it: https://snipboard.io/lK2A31.jpg- This reply was modified 3 years, 4 months ago by frankeee.
… yes you can close!
I implemented Mike’s tip and used the Alt fieldHi Rikard, sorry for the late reply (I didn´t realize your answer, because mail was in spam folder)
OK, I can see the class in desktop view (in your screenshot). But not in mobile view (my Screenshot). Can you please have a deeper look?
… thank´s Mike!
Hi Ismael,
thank´s very much – this is what I´m looking for ;-)… thanks´s – this is working
So far, this code has removed the Enfold Theme Options from the admin bar:
$wp_admin_bar->remove_menu('avia'); // Remove theme options
Since 4.8.2 the new Open Street Map is shown in the Admin Bar. How can I adapt the code above to hide the street map as well?sorry, this is also not working. Thank you anyway for your efforts.
.. thanks Rikard but your extension has no effect. On smaller screens <768px the position is the failure – no matter how I adjust the values.
March 10, 2021 at 2:44 pm in reply to: Overlay above the content while the cookies not accepted #1287127thanks, we will discard this function.
You can close this threadMarch 7, 2021 at 6:12 pm in reply to: Overlay above the content while the cookies not accepted #1286215can I still count on an answer here? I asked my question 5 days ago.
March 4, 2021 at 6:23 pm in reply to: Overlay above the content while the cookies not accepted #1285477UPDATE: The overlay ist also visible in Popups /Lightbox. E.g. For links open a lightbox with …./?iframe=true
Unfortunately, this makes the beautiful overlay function unusable. Can that be adjusted please?
Here again the current status:function ava_custom_privacy_overlay(){
?> <script> (function($) { $(document).ready(function() { var consent = $(".avia-cookie-consent"); if(!consent.is(".cookiebar-hidden")) { $("<div class='cookie-overlay-mod'></div>").appendTo("#wrap_all"); } $(".avia-cookie-select-all, .avia-cookie-info-btn").on("click", function() { $(".cookie-overlay-mod").remove(); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_privacy_overlay', 99);
- This reply was modified 3 years, 8 months ago by frankeee.
His Ismael,
your new function append the hash to the URL – thanks! One more problem with this function: It´s not responsive. On smaller screens it will jump to false position.The Script from Vinay works for me:
function scrollToDiv(){ ?> <script> jQuery(document).scroll(function() { var sections = jQuery('.avia-section'), menu = jQuery('a[href^="#"]'); menu.on('click', function(event) { var target = jQuery(this.getAttribute('href')); if( target.length ) { event.preventDefault(); jQuery('html, body').stop().animate({ scrollTop: target.offset().top - 200 }, 1000); } }); }); </script> <?php } add_action('wp_head', 'scrollToDiv');
… but the anchor link will not show in the URL – not like this http://www.mysite#anchor
This function doesn’t work at all:
add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1); function avf_header_setting_filter_mod($header) { $header['header_scroll_offset'] = $header['header_scroll_offset'] + 100; return $header; }
Can you give us a working script that leaves the anchor in the url?
February 23, 2021 at 8:46 am in reply to: copyright option for Easy Slider (Einfacher Slider) #1282996ok, you can not give us a workaround for the Slide-Show Element – hmmm
Thank´s Rikard, we solved the problem. You can close this – thanks for your help!
February 13, 2021 at 5:28 pm in reply to: copyright option for Easy Slider (Einfacher Slider) #1280273hello Ismael,
I have the same issue – would like to add the copyright information to an Slide-Show. I already use this workaround for the section-element:Is this also possible for the Slide-Show Element? Can you explain?
Hi Rikard,
die Fehlermeldung lautet:Ein Fehler ist aufgetreten Fehler beim Abrufen der Inhalte - bitte lade die Seite neu und versuche es erneut
You can reproduce the problem on my installation – please see private content
February 9, 2021 at 6:43 pm in reply to: Overlay above the content while the cookies not accepted #1279189… thanks Ismael – this is working!
You can close this.February 5, 2021 at 4:40 pm in reply to: Overlay above the content while the cookies not accepted #1278072Hi Ismael,
sorry for my late response – notification about replies seem not to work here. But anyway, thank´s a lot for your script!Your script works if the user clicks on accept. However, it does not work if the user go to cookie settings. Can you add this function to your script? So that it also works if the user click into the cookie settings.
February 1, 2021 at 6:47 pm in reply to: Overlay above the content while the cookies not accepted #1276898Hi Rikard,
after 4 days i allow myself to ask for an answer. Can you see the problem? do you have any ideas or hints?January 27, 2021 at 6:25 pm in reply to: Overlay above the content while the cookies not accepted #1275845Hi Rikard,
the page is still in development mode. Therefore I will give you access via private content.I figured it out for myself – it was PHP 7.4 – obviously, enfold is not compatible with PHP 7.4.
After I switched to 7.3 it works. Thank you all for your support. Please close this thread.sorry wrong thread
- This reply was modified 4 years, 1 month ago by frankeee.
Hi Rikard,
Victoria has already found out that there are errors in the console (see above).
Failed to load resource: net :: ERR_CONNECTION_CLOSED
which I also mentioned again (see above). All pages in the WordPress backend that use ALB do not work. We can agree on the page Victoria has already analyzed:
https://hebammen-eimsbuettel.de/wp-admin/post.php?post=770
…simply open this page to reproduce the error (see my first post).Hello Rikard, glad to hear that it works on your end. Unfortunately not on my :-(
Of course I already check the site in different browsers and systems Also with flushed cache and private mode. I get this errors:
Failed to load resource: net::ERR_CONNECTION_CLOSED /wp-admin/admin-ajax.php:1 Failed to load resource: net::ERR_CONNECTION_CLOSED wp-includes/js/tinymce/themes/modern/theme.min.js?wp-mce-49100-20200624:1
… that’s why I restarted my internet router. My internet connection is stable and has no problems with other WP installations. I also deactivated the WP Firewall (Wordfence Security). What else can I do?
Hello Victoria,
I have disable Wordfence – no change, ALB does not load.Note: Mod secutrity is not installed. And as I said, I followed all the points in your guide: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#layout-builder-is-not-loading-properly
-
AuthorPosts