Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Please create two menu items like above and adjust this css to match your menu item ID’s.responsive #top .av-main-nav #menu-item-3178.menu-item { display:block; } .responsive #top .av-main-nav #menu-item-3179.menu-item { display:block; }Best regards,
MikeHi,
To not have a menu icon in mobile for your sub-menu please change the Mobile Menu Display option to Display Full Menu

As for having a sticky sub-menu on mobile, I have a solution that works on an Enfold install, but it doesn’t seem to work on your site, perhaps due to your sub-menu has the menu button showing right now, but you can try.
Try adding this code to the end of your functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> (function($){ $(function() { var scroll_start = 0; var startchange = $('#sub_menu1'); var offset = startchange.offset(); if (startchange.length){ $(document).scroll(function() { scroll_start = $(this).scrollTop(); if(scroll_start > offset.top) { document.getElementById('sub_menu1').classList.add('sticky-top'); } else { document.getElementById('sub_menu1').classList.remove('sticky-top'); } }); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');and add code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
.sticky-top { position:fixed!important; top:0!important; z-index:10000!important; }if this doesn’t work Please include an admin login in the Private Content area so we can investigate.
Best regards,
MikeHi,
Glad Yigit was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey Nicky1976,
Thank you for the link to your site, when I check the slider the headlines are fully visible on mobile, so what I believe you are referring to is the full width of the images are not shown on mobile in portrait mode, this is because this slider shows the preference of full height over scaling down the image to show the full width.
The problem is that your desktop images have an aspect ratio towards landscape and not portrait. To show a fullscreen slider on mobile and show the full width of the images you will need to use two sliders, one for desktop and one for mobile, you can use the screen options to show/hide them.
When you create the images for the mobile version you will want to ensure they have a portrait aspect ratio, just about double the height vs the width, here are some exact screen sizes if you are interested.
If you just want to use the images you already have and you don’t need the slider to be fullscreen on mobile, then use an Easy Sider element as your second slider, it will show the full width but it won’t be as tall.Best regards,
MikeNovember 21, 2021 at 12:00 am in reply to: Querstriche im Untermenü / Dashes in the submenu #1329809Hi,
Thank you for the screenshot, but it looks like you have already sorted this out?Best regards,
MikeHey Lautho2011,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (min-width: 767px) and (max-width: 1368px) { #top.home #av_section_2 .flex_column_table_cell { padding: 30px 10px!important; } #top.home #av_section_2 .flex_column_table_cell .avia-button.avia-size-x-large { min-width: 180px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Try preventing the page from scrolling with the lightbox popup by trying this solutionBest regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help with the original questions, and thanks for sharing your spam attack solution, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Ok, assuming that this will be a link that only shows on mobile, you can add a custom menu item to the bottom of your main menu and adjust this css so the menu ID in the rule matches your menu item:@media only screen and (max-width: 767px) { .responsive #top .av-main-nav #menu-item-3178.menu-item { display:block; } } @media only screen and (min-width: 768px) { .responsive #top .av-main-nav #menu-item-3178.menu-item { display:none; } }Best regards,
MikeHi,
Ok, your screenshot looks like a language selector, are these two links or one? are the links shown on the desktop site? Can we see your site?Best regards,
MikeHey jaimemerz,
For your homepage I would recommend using an image element to show your giant 1/2 page logo in the center of the screen and then hide it on scroll.
What are your plans for tablets and mobile?
Try setting up your logo below the menu like you would have it and adding the “logo” image in the center of the screen, and include an admin login so we can assist with hiding on scroll, your staging site doesn’t have any interior pages linked in the menu, please add.Best regards,
MikeHi,
Glad Yigit was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey koraytastan,
If the link is a language selector can you tell us which plugin you are using and link to your site so we can see where it is currently showing?Best regards,
MikeHey julhobart,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#av-layout-grid-1 .avia-content-slider .slide-entry-wrap, #av-layout-grid-1 .avia-content-slider .slide-entry-wrap a.slide-image { margin-bottom: 0; padding-right: 15px; } #av-layout-grid-1 .flex_cell.avia-builder-el-first { padding: 0; }After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area for the expected results.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
The Dev Team has fixed the issue so future versions won’t have this issue, if you would like to try it on your site you will need to replace these two files via FTP:/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php /enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.phpPlease make a backup of these for fallback and replace them with the files linked below.
Best regards,
MikeHi,
There is not an option to disable the search results page, this is a core WordPress feature, so we can disable the link to the search results page, such as the css above:

but if someone enters the [Enter] key they will still go to the search results page, for this you can use this function to Manually Disable Search Feature in WordPress:function wpb_filter_query( $query, $error = true ) { if ( is_search() ) { $query->is_search = false; $query->query_vars[s] = false; $query->query[s] = false; if ( $error == true ) $query->is_404 = true; } } add_action( 'parse_query', 'wpb_filter_query' ); add_filter( 'get_search_form', create_function( '$a', "return null;" ) ); function remove_search_widget() { unregister_widget('WP_Widget_Search'); } add_action( 'widgets_init', 'remove_search_widget' );this will redirect users to a 404 page, but this could confuse users.
Perhaps a solution would be to create a custom “search results page” and use a redirect plugin to redirect to this page that would show whatever you wanted, which might be less confusing to your users?Best regards,
MikeNovember 19, 2021 at 1:38 pm in reply to: Widget Enfold Facebook Likebox don't working in footer #1329679Hi,
I mean that this was manually created with HTML, I have added this for you as a new widget under your LikeBox, please check. If you see two titles then try removing the Likebox plugin widget, the first one and only leave the new one I made for you.Best regards,
MikeNovember 18, 2021 at 2:25 pm in reply to: Widget Enfold Facebook Likebox don't working in footer #1329516Hi,
It is not a real FB likebox from FB, it was manually created in a widget.Best regards,
MikeHi,
Sorry I think I’m confused now, so the first row that looks like the way you described, with a image, product, image, product, image

what do you want to change with this layout? Why are you not using this one?
With the bottom attempt that has the product off a little:

this css would correct:#top #main .slide-entry-excerpt p { margin: 0; } #top #main .avia-smallarrow-slider-heading > div { display: none; }
So if you want to use the bottom layout try adding this css.Best regards,
MikeHi,
@Guenni007 danke für deine Hilfe, @natuerlich-hund Ich bin mir nicht sicher, ob ich das verstehe, wenn du sagst:Ist es möglich, dass nur die direkten Suchergebnisse in der Box über das Suchfeld angezeigt werden und die Option, auf die Sonderseite mit den Suchergebnissen zu gelangen, ausgeblendet wird
Ich glaube, Sie meinen, den Link “Alle Ergebnisse anzeigen” auszublenden, was das obige CSS tut. Kannst du das vielleicht mit Screenshots näher erklären? Tut mir leid, ich spreche kein Deutsch, benutze aber Google Translate.
— Translated with Google —
@Guenni007 thank you for your help, @natuerlich-hund I’m not sure that I understand, when you say:Is it possible that only the direct search results are displayed in the box via the search field and the option to get to the special page with the search results is hidden
I believe you mean to hide the “view all results” link, which the above css does. Can you explain further, perhaps with screenshots? Sorry I’m not a German speaker but use Google Translate.
Best regards,
MikeHi,
This offset

is because on your FR site you are missing the divwoocommerce-product-details__short-description

do you recall any changes that you made to remove the short-description or any plugins you have that would change this?Best regards,
MikeNovember 17, 2021 at 1:07 pm in reply to: Custom Enfold Styles for The Events Calendar Not Applied #1329339Hi,
The Dev Team has fixed the issue for the next update, if you would like to apply it to your current version please see the link below to the new event-mod-css-dynamic.php file. Please save a fallback version of your current file at
\wp-content\themes\enfold\config-events-calendar\event-mod-css-dynamic.php
and then replace it with the one below via FTP, then clear your browser cache and any cache plugin, and check.Best regards,
Mike -
AuthorPosts



