Forum Replies Created

Viewing 30 posts - 11,911 through 11,940 (of 34,910 total)
  • Author
    Posts
  • in reply to: Style individual menu #1350977

    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,
    Mike

    in reply to: Get rid of woocommerce lightbox #1350968

    Hi,
    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,
    Mike

    in reply to: Style individual menu #1350966

    Hi,
    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,
    Mike

    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,
    Mike

    Hi,
    Sorry, I don’t know of a safe way to do this automatically.

    Best regards,
    Mike

    in reply to: Open lightbox from one single image link #1350917

    Hi,
    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,
    Mike

    Hey 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,
    Mike

    in reply to: Get rid of woocommerce lightbox #1350915

    Hi,
    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,
    Mike

    Hi,
    Glad this helped, this is as it’s always been, the lightbox pulls from the title field ie: mfp-title
    2022-05-07_011.jpg
    in the gallery element the “caption” field actually is the image “title” field:
    2022-05-07_012.jpg
    2022-05-07_013.jpg

    Best regards,
    Mike

    in reply to: Text instead of logo / Logo plus text #1350913

    Hey 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,
    Mike

    in reply to: Style individual menu #1350909

    Hi,
    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,
    Mike

    in reply to: Logo on hover with Masonry #1350908

    Hi,
    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.php

    function 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,
    Mike

    in reply to: Layer Slider? #1350907

    Hi,
    Thanks for the links to the sites, I see that harrietkrijgh.com has the height set to 800px, while your site is set to 609px:
    2022-05-07_160620.jpg
    if you include admin login in the Private Content area so we can investigate why yours is not 800px for desktop.

    Best regards,
    Mike

    in reply to: Contact Form DB for Enfold #1350906

    Hey 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,
    Mike

    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,
    Mike

    Hi,
    Thanks for your question, to add the lightbox image title you need to add the title to the image, it is not the caption:
    2022-05-07_007.jpg
    the result:
    2022-05-07_008.jpg

    Best regards,
    Mike

    in reply to: Back to previous page slide out? #1350900

    Hey damon129,
    Thank you for the screenshot, this is the Single Post Navigation, you can disable it at Enfold Theme Options ▸ Blog Layout ▸ Single Post Navigation

    Best regards,
    Mike

    Hi,
    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,
    Mike

    Hi,
    You have an error in your css, there is a ; before the css, please remove:
    2022-05-07_006.jpg
    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Woo Commerce Shop Layout #1350891

    Hey 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,
    Mike

    in reply to: Email Issues #1350890

    Hi,
    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,
    Mike

    in reply to: blockquote font size #1350886

    Hey 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,
    Mike

    in reply to: Bulk Purchases/Developer license of Enfold #1350884

    Hey 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,
    Mike

    in reply to: WPML Language dropdown link glitch. #1350883

    Hi,
    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.php

    function 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,
    Mike

    in reply to: Sidebar Problem #1350879

    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,
    Mike

    in reply to: Sidebar Problem #1350877

    Hi,
    Add below

    Best regards,
    Mike

    in reply to: Sidebar Problem #1350875

    Hi,
    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,
    Mike

    in reply to: Enfold / Woocommerce: square images and image size #1350873

    Hi,
    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,
    Mike

    in reply to: Position portfolio item in the grid #1350870

    Hi,
    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,
    Mike

    Hey 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

Viewing 30 posts - 11,911 through 11,940 (of 34,910 total)