Forum Replies Created
-
AuthorPosts
-
Hi,
Try adding this css:#top #avia-menu #menu-item-38 a { padding-left: 30px; }and adjust the padding to suit, then clear your browser cache and check.
Best regards,
MikeHi,
If you have the theme option Product gallery set to WooCommerce 3.0 product gallery right now then your plugin Motif Product Image Zoom has replaced the Product gallery because the source code doesn’t match the our theme.
You can try disabling the lightbox for the theme at Enfold Theme Options ▸ Lightbox Modal Window
or try adding this code to the end of your functions.php file in Appearance ▸ Editor:function custom_noLightbox_script() { ?> <script> (function($){ $("#thumbnail-slider a.thumb").addClass("noLightbox").removeClass("lightbox-added"); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_noLightbox_script');Best regards,
MikeHi,
Try this css instead:#top #avia-menu #menu-item-35 .avia_mega_div.avia_mega3 { width: auto; white-space: nowrap; }After applying the css, please clear your browser cache and check.
Best regards,
MikeMay 8, 2022 at 2:17 pm in reply to: When you click on an image included in a Text Block, the caption does not appear #1350945Hi,
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,
MikeMay 8, 2022 at 11:52 am in reply to: When you click on an image included in a Text Block, the caption does not appear #1350936Hi,
Thanks for the link to your example page, this page uses the prettyPhoto script, the official page is here, the jQuery based lightbox clone is grouping the galleries together in the script, for example.
Enfold uses the Magnific Popup lightbox script, so each one of the solutions that Ismael linked to, thanks to Guenni007, above would group the galleries together for the Magnific Popup lightbox.
If you would like an easier solution, Guenni007 recently posted this one where he links to hidden galleries, you could use images as the links and they would each open separate galleries.Best regards,
MikeMay 8, 2022 at 1:56 am in reply to: Missing Background Image, Search Icon and Burger Menu on Mobile #1350916Hey classywebsites,
Thanks for the login, your mobile header image in your Quick CSS was pointing to another domain and getting a 404 error, I imagine it was a testing domain, please see the links below.
I corrected to your current domain, please clear your browser cache and check.Best regards,
MikeHi,
I believe that I answered this in another thread you have: how can I disable the lightbox functionality
by default, the gallery lightbox can be removed by changing the Product gallery to WooCommerce 3.0 product gallery instead of Default enfold product gallery at Enfold Theme Options ▸ Shop Options ▸ Product gallery
Please give this a try.Best regards,
MikeMay 8, 2022 at 1:30 am in reply to: When you click on an image included in a Text Block, the caption does not appear #1350914Hey InSilentio,
Please explain if you are asking for the text & subtext to be below the logo or next to the logo.
Typically the logo container is 90px high on desktops, are you thinking that the logo will be only 45px high to make room for the text and sub-text, or are you going to want the header larger to make room?
Typically since the mobile header and logo are already small the sub-text is hidden, is this what you mean by your solution not working on mobile?
Our documentation has an example, perhaps see this, but I have not seen an example of Logo & text & subtext, perhaps you could link to the solution that you found and your test site so we can see how small your header and logo image and text and sub-text is going to be.Best regards,
MikeHi,
Thank you for your patience, please try this css:#top #avia-menu #menu-item-35 .avia_mega_div.avia_mega3 { width: auto; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for your patience, I found another way to add the images without a plugin, I replaced the previous shortcodes with these:
[porsche-logo]
[kadewe-logo]
[fcbayern-referenzen-logo]
[fraunhofer-referenzen-logo]
then I added this function to your child theme functions.phpfunction pure_javascript_image_shortcode() { ?> <script> var elements = new Array(); var elements = document.getElementsByClassName('av-masonry-entry-content'); for (var e = 0; e < elements.length; e++) { var newHTML = elements[e].innerHTML; newHTML = newHTML.replace('[porsche-logo]','<img class="avia_image" src="https://your-site.de/wp-content/uploads/2022/03/porsche-logo.svg" alt="" title="" itemprop="thumbnailUrl" style="height: 150px;margin:auto;">'); newHTML = newHTML.replace('[kadewe-logo]','<img class="avia_image" src="https://your-site.de/wp-content/uploads/2022/03/kadewe-logo.svg" alt="" title="" itemprop="thumbnailUrl" style="height: 150px;margin:auto;">'); newHTML = newHTML.replace('[fcbayern-referenzen-logo]','<img class="avia_image" src="https://your-site.de/wp-content/uploads/2022/03/fcbayern-referenzen-logo.svg" alt="" title="" itemprop="thumbnailUrl" style="height: 150px;margin:auto;">'); newHTML = newHTML.replace('[fraunhofer-referenzen-logo]','<img class="avia_image" src="https://your-site.de/wp-content/uploads/2022/03/fraunhofer-referenzen-logo.svg" alt="" title="" itemprop="thumbnailUrl" style="height: 150px;margin:auto;">'); elements[e].innerHTML = newHTML; }; </script> <?php } add_action('wp_footer', 'pure_javascript_image_shortcode');now the images show without messing up the other elements, please check.
Best regards,
MikeHey Stefano,
Unfortunately, I don’t know of any other plugins like Contact Form DB for Enfold, but in my test this seems to still work. We have not made any changes to the contact form so there would be no reason for the plugin author to update it.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,
MikeMay 7, 2022 at 9:27 pm in reply to: When you click on an image included in a Text Block, the caption does not appear #1350903Hey damon129,
Thank you for the screenshot, this is the Single Post Navigation, you can disable it at Enfold Theme Options ▸ Blog Layout ▸ Single Post NavigationBest regards,
MikeHi,
Glad Ismael 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,
MikeHey navindesigns,
Thanks for your patience, this was created with Elementor Pro and JetWooBuilder, JetSearch, and JetSmartFilters
I would not expect these Elementor plugins to work with Enfold so you would need to find similar plugins to achieve this.
Unfortunately, Enfold couldn’t achieve this alone without help from plugins.Best regards,
MikeHi,
Thank you for your patience and for the login, the unwanted code at the top and bottom of your emails doesn’t seem to be from your site, it seems to be added by your inbox, if you go to your plugin Post SMTP, you can see your Email Log and the plain text messages don’t contain code like: –_av-W2WJa3Yh1CHrL_zXR1kszg–
I also tested your form by replacing your email address with mine and the plain text of the email and autoresponder didn’t contain this code, I also copied your form to my test site and again it didn’t didn’t contain this code.
Please see the screenshot in the Private Content area.
I believe that this code is a spam check result from your mail server, so it will need to be removed from there or your CRM will need to be adjusted to ignore the first and last line.Best regards,
MikeHey Stefano,
Thanks for your question, I have checked your page on Windows in Chrome, Firefox, & Edge and the blockquote is showing at 18px for me, please see the screenshot in the Private Content area. Try clearing your browser cache and check.
Please note that Safari can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.Best regards,
MikeHey sryde,
Thank you for your question, but unfortunately, there is not a bulk license option.
We have an exclusive contract with Envato (Theme Forest) which handles the sale and licensing of Enfold and doesn’t offer bulk licensing. The only time that we are allowed to offer a lower price is when it is available to everyone, such as when we offer a holiday sale, at this time many developers will purchase multiple licenses.
You can be notified of sales by signing up for our newsletter in the sidebar form of our support forum.Best regards,
MikeHi,
Thank you for your patience and for the link to your site,
I removed your Sprache: and Language: mobile menu placeholder items, and enabled Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu ▸ Clone title menu items to submenu and Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu ▸ Display submenu items on click
Then I added this function to your functions.phpfunction custom_mobile_wpml_dropdown() { ?> <script> (function($) { $('span.av-hamburger').on('click', function() { setTimeout(function() { $('#av-burger-menu-ul>.wpml-ls-menu-item>a').attr('href', '#'); $('html[lang="en-US"] #av-burger-menu-ul>.wpml-ls-menu-item.av-width-submenu.av-active-burger-items>a>.avia-menu-text>span').text('Language:').css({'margin-left':'0'}); $('html[lang="de-DE-formal"] #av-burger-menu-ul>.wpml-ls-menu-item>a>.avia-menu-text>span').text('Sprache:').css({'margin-left':'0'}); $('#av-burger-menu-ul>.wpml-ls-menu-item>a>.avia-menu-text>.wpml-ls-flag').css({'display':'none'}); }, 700); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_mobile_wpml_dropdown');Now in both languages you have a drop-down menu with the language switchers for mobile.
Please check.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,
Thanks for the feedback, try adding this css:#top .widget_nav_menu #menu-portfolio-categories-2 li a { padding: 0.8em 3px; color: #4f9e00; } #top .widget_nav_menu #menu-portfolio-categories-2 li { border-bottom: 1px solid #b3b5b1; } #top .widget_nav_menu #menu-portfolio-categories-2 li:nth-child(1) { border-top: 1px solid #b3b5b1; } #top .widget_nav_menu #menu-portfolio-categories-2:first-child>.current-menu-item, #top .widget_nav_menu #menu-portfolio-categories-2:first-child>.current_page_item, #top .widget_nav_menu #menu-portfolio-categories-2:first-child>.current-menu-ancestor { padding-left: 0; left: 0; box-shadow: unset; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for the link to your site, I see that you are using the plugin Motif Product Image Zoom which replaces the standard gallery with a “zoom-gallary” nonetheless, by default the gallery lightbox can be removed by changing the Product gallery to WooCommerce 3.0 product gallery instead of Default enfold product gallery at Enfold Theme Options ▸ Shop Options ▸ Product gallery
Please give this a try.Best regards,
MikeHi,
Glad Ismael 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,
MikeHey Marina,
Thank you for the link to your site, Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#main .avia_codeblock>.related_posts { padding: 0; margin: 0; }After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts







