Forum Replies Created

Viewing 30 posts - 12,211 through 12,240 (of 35,189 total)
  • Author
    Posts
  • 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

    in reply to: Sidebar Problem #1350868

    Hi,

    Thanks for the feedback, it seems to be working on /en/portfolio-sub/accounting-en/ & /portfolio-sub/accounting/
    Please see the screenshots in the Private Content area, please try clearing your browser cache and linking to a page where it is not working so we can check.
    Best regards,
    Mike

    in reply to: Slider Revolution Colours #1350861

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

    in reply to: Still space between columns, should be "0" #1350859

    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

    in reply to: Sidebar Problem #1350858

    Hi,
    Thank you for your patience, to match your widget_nav_menu for Sidebar Portfolio and Sidebar Pages please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .widget_nav_menu #menu-categorie-portfolio li a {
        padding: 0.8em 3px;
        color: #4f9e00;
    }
    #top .widget_nav_menu #menu-categorie-portfolio li {
        border-bottom: 1px solid #b3b5b1;
    }
    #top .widget_nav_menu #menu-categorie-portfolio li:nth-child(1) {
        border-top: 1px solid #b3b5b1;
    }
    #top .widget_nav_menu #menu-categorie-portfolio:first-child>.current-menu-item, 
    #top .widget_nav_menu #menu-categorie-portfolio:first-child>.current_page_item, 
    #top .widget_nav_menu #menu-categorie-portfolio: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

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

    in reply to: Button instead of price at Product List element #1350823

    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

    in reply to: search to not eviciant #1350822

    Hi,
    Unfortunately, Ismael and I are not able to recreate this issue on your site, both of us see the page that you mentioned above displayed in the search results page and in the AJAX search container when we searched for the keyword.
    Did you try testing on Browserling.com? This third party online web browser also showed the result, as in the screenshot above.

    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

    in reply to: Ajax Search Styling #1350790

    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: Enfold Version Update #1350720

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

    in reply to: Video links in Lightbox Galleries not working #1350718

    Hi,
    Thanks for helping Guenni007, hans_w, 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: WPML translated content doesn't work #1350715

    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,
    Glad Guenni007 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,
    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,
    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

    in reply to: Autoadjusting some banners on sidebar #1350689

    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: LayerSlider #1350688

    Hi,
    You will need to export your sliders, then disable and remove the standalone version plugin and enable the bundled version and then import your sliders into the bundled version, the slider settings will be in the exported sliders.

    Best regards,
    Mike

    Hi,
    Thank you for your patience, I’m not sure what this could be, I have asked the rest of the team for advice.

    Best regards,
    Mike

    in reply to: Ajax Search Styling #1350615

    Hi,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function ajax_not_found_text() { ?>
        <script>
    (function($){
    setInterval(function () {
    $('#searchform .ajax_search_response .av_ajax_search_entry.ajax_not_found .av_ajax_search_content .av_ajax_search_title').text(function(index, text) {
        	return text.replace('Entschuldigung, aber kein Eintrag erfüllt Deine Suchkriterien', 'Entschuldigung, nicht gefunden');
    });
    }, 50);
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'ajax_not_found_text');

    adjust the Entschuldigung, nicht gefunden text to suit

    Best regards,
    Mike

    in reply to: Text disappears in the background #1350511

    Hi,
    Thank you for your patience, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.home #av-layout-grid-1 {
    	z-index: 5;
    }
    #top.home #av_section_2 {
    	z-index: 1;
    }

    the expected results:
    2022-05-04_003.jpg

    Best regards,
    Mike

    in reply to: Ajax Search Styling #1350480

    Hi,
    To change the mobile search icon size try this css:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .menu-item-search-dropdown > a {
        font-size: 12px !important;
    }
    }

    and adjust to suit.
    To stop the search form from submitting with the enter key, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
        <script>
    (function($) {
    $('#menu-item-search').click(function(){
    	setTimeout(function(){
     $("form").attr('onSubmit', 'return false');
    	},500);
    });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    As for the search field on the iPhone view zooms in, this is the iPhone itself and we can not change.

    Best regards,
    Mike

Viewing 30 posts - 12,211 through 12,240 (of 35,189 total)