Forum Replies Created

Viewing 30 posts - 27,721 through 27,750 (of 67,565 total)
  • Author
    Posts
  • in reply to: Feature Request – Extension of copyright overlay #997929

    Hi,

    Yes, it’s possible. You can read more on it in the documentation.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb

    Best regards,
    Ismael

    in reply to: Translation at blog – articles #997927

    Hi,

    I tried to install the POEditor plugin but it failed. I’m not sure why. Please provide the FTP details in the private field so that we can edit and compile the de_DE.po file.

    Line 20091:

    #: enfold/config-templatebuilder/avia-shortcodes/postslider.php:451
    

    Replace with:

    #: enfold/config-templatebuilder/avia-shortcodes/postslider.php:465
    

    Best regards,
    Ismael

    in reply to: Fullscreen Slider Fixed Position doesn't work in mobile #997863

    Hey jaybarr,

    Thank you for using Enfold.

    The background attachment “fixed” is partially supported on iOS and is not supported on Android, which is why it’s not working on mobile devices. Unfortunately, we can’t do much about it.

    // https://caniuse.com/#feat=background-attachment

    KNOWN ISSUES
    iOS has an issue preventing background-attachment: fixed from being used with background-size: cover – see details
    Chrome has an issue that occurs when using the will-change property on a selector which also has background-attachment: fixed defined. It causes the image to get cut off and gain whitespace around it.
    Firefox does not appear to support the local value when applied on a textarea element.

    You can set the will-change property to transform but I’m not sure if that’s going to help.

    div[data-image_attachment="fixed"] {
        will-change: transform;
    }

    Best regards,
    Ismael

    in reply to: How to remove update cart button #997858

    Hi,

    Thank you for using Enfold.

    I don’t think this is a good idea because the page will refresh or load an AJAX request each time the product quantity is changed. Users will have to wait for the ajax request to finish before they can increase the quantity again. If you really want to implement it, replace the script with this one.

    /**
     * @snippet       Automatically Update Cart on Quantity Change - WooCommerce
     * @how-to        Watch tutorial @ https://businessbloomer.com/?p=19055
     * @sourcecode    https://businessbloomer.com/?p=73470
     * @author        Rodolfo Melogli
     * @compatible    Woo 3.4
     */
    
    add_action( 'wp_footer', 'ava_cart_refresh_update_qty', 9999 ); 
    function ava_cart_refresh_update_qty() { 
        if (is_cart()) { 
            ?> 
            <script type="text/javascript">
            (function($) {
                var triggerUpdate = function() {
                    $('.woocommerce-cart-form .quantity').on('click', '.qty, .plus, .minus', function(){ 
                        console.log('test');
                        $("button[name='update_cart']").trigger("click");
                     });
                }
    
                triggerUpdate();
               
                $(document).ajaxComplete(function() {
                    triggerUpdate();
                });
            })(jQuery);
            </script> 
            <?php 
        } 
    }

    And then use this css code to hide the update button.

    button[name='update_cart'] {
      display: none !important;
    }
    

    Best regards,
    Ismael

    in reply to: Error 404 on Pages with a masonry element #997849

    Hey Arturo,

    Thank you for using Enfold.

    I would like to check the issue but the above portfolio item doesn’t exist. The masonry gallery items are displaying properly on a test page. (see private field)
    Where can we see the issue?

    This thread might help: https://kriesi.at/support/topic/alb-elements-are-missing-in-translated-pages-wpml/#post-995955

    Best regards,
    Ismael

    in reply to: Tiled images in the hero background #997841

    Hey rmatus,

    Thank you for using Enfold.

    I think this design will work better if you’re using the Layer Slider or the Full Width Easy Slider element because their height are based on the size of the images inside, not of the content.

    Best regards,
    Ismael

    Hey entrepreneur41,

    Thank you for using Enfold.

    The color of burger/mobile menu is the same as the header background. It’s white. Please use this css code to change the mobile menu color.

    @media only screen and (max-width: 767px) {
    .header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after {
        background-color: green;
    }
    }

    You can also set the mobile menu to display on tablet screens. Go to the Enfold > Main Menu > General panel and then set the “Menu Items for mobile” to the second option.

    Best regards,
    Ismael

    in reply to: Avia builder doesnt load #997839

    Hey smorrone,

    Thank you for using Enfold.

    The site is not loading at all. Is that the correct url? Please try to increase the memory limit to at least 256M or higher.

    // https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Best regards,
    Ismael

    in reply to: One license, multiple domains #997834

    Hey Brigitte Cloutier,

    Thank you for using Enfold.

    The single license can only be used for a single site or domain as described on the Themeforest license page. You have to purchase another license if you’re planning to use it on a sub domain.
    Please note that you don’t need to have a separate domain for each language if you’re using the Polylang or W P M L plugin.

    Best regards,
    Ismael

    in reply to: white screen of death after move to new hosting account #997827

    Hey dosextreme,

    Thank you for using Enfold.

    The site is running on a very old version of the theme, 3.2.3, which is not compatible with the latest WordPress versions. You have to upgrade it to version 4.4.1 and then reconfigure some of the new options.

    Best regards,
    Ismael

    in reply to: Portfolio detail – image cropping issue #997825

    Hey RSNO,

    Thank you for using Enfold.

    Install the Simple Image Sizes plugin and then go to the Settings > Media panel. Adjust the size of the “entry_with_sidebar” and “entry_without_sidebar” thumnails, update, save and then regenerate the thumbnails. Those thumbnails are used when you’re on the single portfolio page.

    Best regards,
    Ismael

    in reply to: Feature Request #997823

    Hey aribann,

    Thank you for using Enfold.

    Which elements would you like to change? You can always override their styles in the Quick CSS field.

    Best regards,
    Ismael

    in reply to: Gespeicherte Vorlage eines Elements anwenden (Enfold) #997814

    Hey fraubra,

    Thank you for using Enfold.

    This may help you understand how the templates in the advance layout builder work.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#templates

    Best regards,
    Ismael

    in reply to: Feature Request – Extension of copyright overlay #997813

    Hi,

    Thanks for the update.

    The copyright feature is only available for the image element as of this moment. If you really need to add it to other elements such as the color section, you have to do the following.

    1.) Edit the config-templatebuilder > avia-shortcodes > section.php file, remove everything and then replace it with the following code.

    // https://pastebin.com/e8anpUZS

    2.) Add these css codes to render the copyright icon.

    * image copyright */
    
    .avia-section small.avia-copyright{
      font-size: 0.8em;
      text-align: left;
      line-height: 1.7em;
    }
    /* Simple */
    
    .avia-section .avia-copyright{
      display: block;
    }
    
    .avia-section.av-has-copyright .avia-image-overlay-wrap{
      position: relative;
      overflow: hidden;
    }
    
    .av-styling-circle.avia-section.av-has-copyright .avia-section-inner{
      overflow: visible;
    }
    
    .avia-section.av-has-copyright.av-styling-circle .avia-copyright{
      text-align: center;
    }
    
    /* Icon Reveal on Hover */
    
    .avia-section.av-has-copyright.av-copyright-icon-reveal .avia-copyright{
      position: absolute;
      background-color: rgba(0,0,0,0.1);
      text-align: right;
      color: #fff;
      padding: 0 2em 0 0;
      right: 0;
      bottom: 0;
      width: 2em;
      line-height: 2em;
      max-height: 2em;
      text-indent: -99999px;
      overflow: hidden;
      transition: all 0.3s ease-in;
      z-index: 308;
    }
    
    .avia-section.av-has-copyright.av-copyright-icon-reveal .avia-copyright:hover{
      width: 100%;
      padding: 0 3em 0 1em;
      text-indent: 0;
      max-height: 100%;
      background-color: rgba(0,0,0,0.4);
    }
    
    .avia-section.av-has-copyright.av-copyright-icon-reveal .avia-copyright:after{
      content: "\E81e";
      font-family: "entypo-fontello";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      text-indent: 0;
      font-size: 0.8em;
      width: 2.6em;
      height: 2.6em;
      line-height: 2.8em;
      text-align: center;
      color: rgba(255,255,255,0.7);
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      cursor: pointer;
    }
    
    .avia-section.av-has-copyright.av-copyright-icon-reveal .avia-copyright:hover:after{
      background-color: rgba(0,0,0,0.2);
      color: rgba(255,255,255,1);
    }
    
    .avia-section.av-styling-circle.av-has-copyright.av-copyright-icon-reveal .avia-copyright{
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background-color: rgba(0,0,0,0.15);
      text-align: right;
    }
    
    .avia-section.av-styling-circle.av-has-copyright.av-copyright-icon-reveal .avia-copyright:after{
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
    }
    
    .avia-section.av-styling-circle.av-has-copyright.av-copyright-icon-reveal .avia-copyright:hover{
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      background-color: rgba(0,0,0,0.5);
    }
    

    3.) Edit the color section, add a background image and then enable the copyright option as you would with the image element.

    You have to do the same modification for other elements with image.

    Best regards,
    Ismael

    in reply to: Vooplayer and 'Z'-index #997793

    Hey Medical,

    Thank you for using Enfold.

    Where can we see the issue? I can’t find the actual url from the screenshots and videos.

    Best regards,
    Ismael

    in reply to: Dropdown menu hover colours #997786

    Hi,

    Great! Glad that you figured it out and you’re welcome. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

    in reply to: RTL Problem with, Masonry and horizontal gallery #997785

    Hi,

    My bad. I forgot that you’re using W P M L. Please revert the modifications back to default and then use this code instead.

    var rtl = $('body').is('.rtl');
    
    prev.on('click', function(e)
    {
    	if(currentIndex === false) currentIndex = 1;
    	var index = rtl ? currentIndex + 1 : currentIndex - 1;
    	if(index < 0 && !rtl) index = 0;
    
    	change_active(index);
    });
    
    next.on('click', function(e)
    {
    	if(currentIndex === false && !rtl) currentIndex = -1;
    	var index = rtl ? currentIndex - 1 : currentIndex + 1;
    	if(index > slide_content.length - 1 && !rtl) index = slide_content.length - 1;
    
    	change_active(index);
    });

    Best regards,
    Ismael

    in reply to: Advanced Layout Editor for Blog Post Page? #997774

    Hi,

    I added the slider markup in the functions.php hook. (see private field)

    
    <div id="full_slider_1" class="avia-fullwidth-slider main_color avia-shadow   avia-builder-el-0  el_before_av_submenu  avia-builder-el-first  container_wrap fullsize">
    <div data-size="featured" data-lightbox_size="large" data-animation="slide" data-conditional_play="" data-ids="14746" data-video_counter="0" data-autoplay="false" data-bg_slider="false" data-slide_height="" data-handle="av_slideshow_full" data-interval="5" data-class=" " data-css_id="" data-scroll_down="" data-control_layout="av-control-default" data-custom_markup="" data-perma_caption="" data-autoplay_stopper="" data-image_attachment="" data-min_height="0px" data-src="" data-position="top left" data-repeat="no-repeat" data-attach="scroll" data-stretch="" data-default-height="28.666666666667" class="avia-slideshow avia-slideshow-1  av-control-default avia-slideshow-featured av_slideshow_full   avia-slide-slider" itemprop="ImageObject" itemscope="itemscope" itemtype="https://schema.org/ImageObject">
    <ul class="avia-slideshow-inner " style="padding: 0px;">
     	<li class="av-single-slide slide-1  active-slide" style="visibility: visible; opacity: 1; transition: none; transform: translateZ(0px);">
    <div data-rel="slideshow-1" class="avia-slide-wrap "><img src="https://www.new.barrelracingtips.com/wp-content/uploads/2018/08/blog-1500x380.png" width="1500" height="380" title="blog" alt="" itemprop="thumbnailUrl" style="left: 0px;"></div></li>
    </ul>
    </div>
    </div>
    

    Best regards,
    Ismael

    in reply to: Expanding Content Hidden in Tab Views #997771

    Hi,

    The solution in the following thread should help.

    // https://kriesi.at/support/topic/white-space-under-filterable-portfolio-within-tab-section/#post-976097

    Best regards,
    Ismael

    Hi,

    Thank for the update.

    Looks like the “WP Image Zoom PRO” causes the issue. The gallery displays the actual thumbnails when the plugin is deactivated. Unfortunately, I have no idea why the plugin would affect the gallery. Please contact the plugin author for more info.

    Best regards,
    Ismael

    in reply to: Showing image title in lightbox #997763

    Hi,

    @guenni007: They’re using a third party plugin for the gallery. I don’t think it has the caption field but I could be wrong.

    Best regards,
    Ismael

    in reply to: Link button to lightbox youtube video autoplay #997762

    Hi,

    Thanks @guenni007!

    In the latest patch, there’s a new feature allowing the lightbox to recognize query parameters so you can add the autoplay attribute without breaking the script.
    The following shortcode opens the youtube video inside a lightbox and automatically plays.

    [av_button label='Click me' link='manually,https://www.youtube.com/watch?v=2Pw5oGy34g4&autoplay=1' link_target='' size='small' position='center' label_display='' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-jkw0c11k' admin_preview_bg='']
    

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    The framework directory doesn’t contain the html, css and js files necessary to render the page so the crawlers doesn’t need to crawl it to understand the content of your site. You can block the crawlers from accessing that particular folder without affecting the site’s crawlability.

    After disallowing Google from crawling that directory, go to the Google Search Console > Crawl > Fetch as Google and check if the site looks the same with that directory blocked.

    Best regards,
    Ismael

    Hi,

    Thanks for the update. I think you forgot the sftp user name though. Please add it in the private field.

    Best regards,
    Ismael

    in reply to: Place logo or other image on a fullwidth slider #997752

    Hi,

    But I haven’t found a way yet to fix a text layer (so that the text won’t fly in or move somewhere else

    2.) Yes, there’s a way to do that. Edit the layer and set the Transitions > Other Settings > Keep this layer visible to “Forever”. That particular layer will not transition out of the slider container.

    Best regards,
    Ismael

    in reply to: Translation at blog – articles #997750

    Hi,

    Thank you for using Enfold.

    You have to set your blog page as the blog page in the Enfold > Theme Options > And where do you want to display the Blog? settings. There’s nothing there currently. After setting the blog, configure the Enfold > Blog Layout settings.

    Best regards,
    Ismael

    in reply to: How to decrease logo size? #997748

    Hi,

    It doesn’t look blurry on my end. It is being resized down to 196x90px because it has to adapt to the header height.

    Screenshot: https://imgur.com/a/w5S4SsY

    Best regards,
    Ismael

    in reply to: Dropdown menu hover colours #997747

    Hi,

    Thanks for the update.

    The color scheme looks ok now. I’m not sure what happened yesterday. And it looks like you also figured out the dropdown issue. It doesn’t turn white on hover.

    Best regards,
    Ismael

    in reply to: Dropdown menu hover colours #997450

    Hey Ivana,

    Thank you for using Enfold.

    The button color doesn’t change when I tried it. Can you please provide a screenshot of the issue? The color scheme looks a little dark.

    Screenshot: https://imgur.com/a/yNUWYhy

    Best regards,
    Ismael

    in reply to: Link button to lightbox youtube video autoplay #997449

    Hey sabinesk,

    Thank you for using Enfold.

    You can append the autoplay parameter in the url. (see private field)

    Best regards,
    Ismael

Viewing 30 posts - 27,721 through 27,750 (of 67,565 total)