Forum Replies Created

Viewing 30 posts - 29,761 through 29,790 (of 67,591 total)
  • Author
    Posts
  • Hi,

    Thanks for the info. You actually have it in the above css modifications.

    .responsive #top #wrap_all .flex_column {
    margin: 0 0 20px;
    width: 100% !important;
    }

    Best regards,
    Ismael

    in reply to: Extra wide monitor size problems #960100

    Hi,

    We adjusted the css codes a bit.

    @media only screen and (min-width: 1920px) {
      .responsive body #wrap_all {
          max-width: 1920px;
          margin: 0 auto;
      }
    
      #header {
          max-width: 1920px;
      }
    
      #top .avia-layerslider .ls-wp-container {
        width: 100% !important;
    }
    
    #top .avia-layerslider .ls-wp-container .ls-slide-backgrounds * {
        max-width: 100% !important;
        width: 100% !important;
        transform: translateX(0) translateY(0) !important;
        transition: none !important;
    }
    
    #top .ls-inner .ls-slide-transition-wrapper, #top .ls-inner .ls-slide-transition-wrapper * {
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        transition: none !important;
    }
    
    .ls-layers .ls-wrapper {
        transform: translateX(-600px) !important;
    }
    }

    The background resize is quite normal because the size property is set to “cover”. You can adjust the settings in the Slider Settings > Default Options panel. We set it to “stretch”.

    The last css declaration above took care of the layers’ position.

    .ls-layers .ls-wrapper {
        transform: translateX(-600px) !important;
    }
    

    Best regards,
    Ismael

    Hi,

    Thanks for the update. Did you create a test page or product with a gallery and 3 variations? We would like to check it.

    Best regards,
    Ismael

    in reply to: LayerSlider not visible after update to 4.3 #959677

    Hi,

    I saw, that all symbols (fb, g+, etc.) are not displayed correctly, so this is a new problem.

    Was it the test site that you updated? Please update the live site. You won’t have this “cross-origin” issue on the live site because the resources will not be retrieved from another domain. Let us know if you encounter the same issue on the live site after the update.

    Best regards,
    Ismael

    Hey Eleina_Shinn,

    Thank you for using Enfold.

    Did you set the General Layout > Sticky Sidebar menu settings to the first option? It’s going to be sticky as long as the sidebar is smaller than the screen or viewport height.

    and although I can make it stick,

    How do you make it stick? What are the modifications?

    Best regards,
    Ismael

    in reply to: Space between columns (ALB) #959674

    Hi,

    The css code works on the browser inspector. Where did you add it? Please provide the login details in the private field.

    Best regards,
    Ismael

    Hi,


    @dianado
    : Thanks for the info. We’ll close this thread for now.

    Best regards,
    Ismael

    in reply to: Bild soll sich in neuem Tab öffnen #959667

    Hey albi84,

    Thank you for using Enfold.

    Where can we see the product image? Please provide the link to the product page so that we could check it.

    Best regards,
    Ismael

    in reply to: [NOT RESOLVED] Mediaelements from WP not loading #959664

    Hi,

    Thank you for the update.

    Try to wrap it inside the “after_setup_theme” hook and include the wp_deregister_script function.

    add_action('after_setup_theme', 'ava_deregister_mejs', 9999);
    function ava_deregister_mejs() {
       wp_deregister_script( 'wp-mediaelement' );
       wp_dequeue_script( 'wp-mediaelement' );
       wp_dequeue_style( 'wp-mediaelement' );
    }

    If this is not working, try to replace “after_setup_theme” with “init” or “wp_loaded”.

    Best regards,
    Ismael

    Hey Gitte,

    Thank you for using Enfold.

    We have forwarded it to the development team. These features will be taken into consideration and will probably be released on version (4.4). That version is going to contain changes mostly related to GDPR.

    Best regards,
    Ismael

    in reply to: Accordian Slider on Mobile #959650

    Hi,

    Thank you for using Enfold.

    The script is there but it’s quite specific to the user’s site. The accordion in your page doesn’t cover the footer or socket container. What do you want to do with it?

    Best regards,
    Ismael

    in reply to: Posts – Avia Builder #959582

    Hi,

    Thanks for the update. Please create a new ticket or thread and provide the login details in the private field. We’ll check it there.

    Best regards,
    Ismael

    in reply to: Problems with java script loading #959581

    Hi,

    That’s good to hear. One less thing to worry about. The Performance tab is inside the theme’s options panel.

    Best regards,
    Ismael

    Hi,

    Thanks for the info. The overall height of the “1.slice” container is 1309px so we adjusted the “Desktop Large” height value accordingly. It did remove the space below the slider.

    Best regards,
    Ismael

    in reply to: Spam Emails through Contact Form #959577

    Hi,

    We pushed the issue to the development team but I’m not sure if they’re going to provide a fix immediately because it’s the option is not directly included in the theme. You may want to look for other alternatives such as the following plugin.

    // https://wordpress.org/plugins/google-captcha/

    We’ll close the thread for now.

    Best regards,
    Ismael

    Hi,

    We are very sorry for the late response. We updated the theme to the latest version and modified the includes > helper-responsive-megamenu.php file based on the errors. It fixed the issue temporarily. We’re still trying to figure out what caused the issue in the first place.

    Error:

    
    Fatal error: Call to undefined function avia_is_burger_menu() in /nas/content/staging/cpv/wp-content/themes/enfold/includes/helper-responsive-megamenu.php on line 107
    

    We would like to apologize for the trouble.

    Best regards,
    Ismael

    Hi,

    Thanks for the update. For the sidebar, add this css code.

    #top .sidebar #s {
        border: 0;
    }

    And this one for the comment field.

    #top #comment {
        border: 0;
    }

    Best regards,
    Ismael

    in reply to: Masonry not aligned correctly on mobile #959573

    Hi,

    Thanks for the update. This might help.

    // https://kriesi.at/support/topic/masonry-element-is-not-aligned-to-the-center/#post-931022

    It’s an old thread from you.

    Best regards,
    Ismael

    in reply to: Problems after update #959572

    Hi,

    Thanks for the update. Please try this modification to get rid of the error.

    // https://kriesi.at/support/topic/fullwidth-easy-slider-with-video-asking-for-object-on-mobile/#post-955294

    Best regards,
    Ismael

    in reply to: Videos in slider problem after update #959571

    Hi,

    Thanks for the info. There’s an error in the console which seems to be closely related to the policy changes implemented by google starting on April 2018.

    mediaelement-and-player.min.js?ver=4.2.6-78496d1:12 Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD
    

    // https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#best-practices

    The development team is currently working on a solution. For now, please replace the sliders with images and link them to the videos.

    Best regards,
    Ismael

    Hi,

    Thanks for the update. They both have the same gap. Which “gap” are you referring to?

    // https://imgur.com/a/gdAk88p

    If you want to remove that gap, please use this css code.

    @media only screen and (max-width: 767px) {
    #av-layout-grid-1 .flex_cell:nth-child(1) {
        display: none !important;
    }
    }

    Best regards,
    Ismael.

    in reply to: Enfold 4.3 – loading time increased [Google says] #959567

    Hi,

    The first one should work because it will override the default av_return_100 function. Could you try it again please? Delete the actual av_return_100 function inside the functions-enfold.php file if it doesn’t work.

    Best regards,
    Ismael

    in reply to: Menu one page #959566

    Hi,

    Yes, you have to create another menu for the blog page. Or adjust the href attribute or url value of the menu items. Use absolute urls. Example.

    http://www.gecko.cat/#servicios
    

    Best regards,
    Ismael

    Hey websevent_1321,

    Thank you for using Enfold.

    The filter may require a few adjustments. Please try this instead.

    add_action( 'woocommerce_single_product_summary', 'woocommerce_total_product_price', 25 );
    function woocommerce_total_product_price() {
        global $woocommerce, $product;
        // let's setup our divs
        echo sprintf('<div id="product_total_price" style="font-size: 16px; font-weight: 200;">%s %s</div>',__('Total Price (incl Tax):','woocommerce'),'<span class="price">'. get_woocommerce_currency_symbol() .' ' .$product->get_price().'</span>');
        ?>
            <script>
                jQuery(function($){
                    var price = <?php echo $product->get_price(); ?>,
                        currency = '<?php echo get_woocommerce_currency_symbol(); ?>',
    					qtycont =  $('.quantity'),
    					qty =  qtycont.find('[name=quantity]');
    
    					qty.attr('data-qty', 1);
    
    				qtycont.on('click', '.plus, .minus', function(){
    					var qtythis = $(this).find('[name=quantity]');
    					var qtyNum = $(qtythis.selector).attr('data-qty');
    					var totalQty = parseInt(qtyNum);
    					
    					if($(this).is('.plus') && qtyNum < $(qtythis.selector).attr('max')) {
    						totalQty = parseInt(qtyNum) + 1;
    						$(qtythis.selector).attr('data-qty', totalQty);
    						
    					} else if($(this).is('.minus') && qtyNum > $(qtythis.selector).attr('min')) {
    						totalQty = parseInt(qtyNum) - 1;
    						$(qtythis.selector).attr('data-qty', totalQty);
    					}
    
                        if (!totalQty < 1) {
                            var product_total = parseFloat(price * totalQty);
                            $('#product_total_price .price').html( currency + product_total);			
                        }	
                    });
                });
            </script>
        <?php
    }
    

    Best regards,
    Ismael

    Hi,

    Thanks for the update. Let us know if you encounter the issue again. We’ll close this one for now.

    Have a nice day! :)

    Best regards,
    Ismael

    in reply to: Full width Sub menu goes over mobile menu. #958504

    Hi,

    Remove the css code then purge the browser cache prior to checking the page. You’re probably looking on a cached version of the page.

    Best regards,
    Ismael

    Hi,

    This plugin will help you translate those text or strings.

    // https://wordpress.org/plugins/loco-translate/

    Please open a new thread if you need anything else. :)

    Best regards,
    Ismael

    in reply to: Problems with java script loading #958500

    Hi,

    Thanks for the update. The test wanted those scripts and stylesheets to be compressed or minified. Please install a cache plugin and enable the theme’s css and js compression from the Performance panel. What is your hosting provider? Is the site being served on a shared hosting?

    These guidelines should help you optimize the site.

    // http://www.wpbeginner.com/wordpress-performance-speed/

    Best regards,
    Ismael

    in reply to: Mobile menu reveal on scrolling up with headroom js #958497

    Hi,

    Thanks for the update. You should disable these css codes when the mobile menu container is visible.

    .headroom {
      will-change: transform;
      transition: transform 200ms linear;
    }
    .headroom--pinned {
      transform: translateY(0px);
    }
    .headroom--unpinned {
      transform: translateY(-100px);
    }
    .av-burger-overlay-active .headroom--pinned {
      transform: translateY(0px);
    }

    Just wrap it inside a css media query.

    @media only screen and (min-width: 989) {
      /* Add your Desktop Styles here */
    
    }
    

    Best regards,
    Ismael

    in reply to: V 4.3 – removed: deprecated "avia combo" widget #958494

    Hi,

    I didn’t see Kriesi’s explanation – where is that please?

    I just asked him on our own team channel. I’m not sure why he didn’t include it in the change log.

    You can leave the combo widget enabled as it is. It won’t affect the site aside from loading a few bytes of additional css and js script.

    Best regards,
    Ismael

Viewing 30 posts - 29,761 through 29,790 (of 67,591 total)