Forum Replies Created

Viewing 30 posts - 15,931 through 15,960 (of 66,134 total)
  • Author
    Posts
  • in reply to: Mobile – parallax scrolling of background #1246322

    Hey creativeopole,

    Thank you for the inquiry.

    This is actually the intended behavior; parallax effect is disabled on mobile devices by default. The script can be found in the js > shortcodes.js file around line 261:

    	if(_self.isMobile)
    			{
    				return; //disable parallax scrolling on mobile
    			}
    

    Best regards,
    Ismael

    in reply to: Add subtitle to magazine and masonry #1246317

    Hi,

    Thank you for the update.

    The magazine template is located in the magazine > magazine.php file inside the same directory. The title of the magazine item is rendered around line 1264:

    $output .=			"<{$titleTag} class='av-magazine-title entry-title {$titleCss}' {$markupTitle}>{$title}</{$titleTag}>";
    

    Best regards,
    Ismael

    in reply to: How to add the account icon (mobile) #1246195

    Hey davodoner,

    We replied on the other thread. Please continue here..

    // https://kriesi.at/support/topic/logo-center-on-mobile/#post-1246155

    Best regards,
    Ismael

    in reply to: Mobile cookie modal issue #1246193

    Hi,

    Sorry for the delay. Looks like this is no longer an issue on mobile view. Did you add this css code to disable the other scroll bar inside the modal popup window?

    .responsive .tabcontainer {
    	overflow: hidden;
    }
    

    Best regards,
    Ismael

    in reply to: Cookie Modal iOS Scroll Bug #1246189

    Hi,

    Thank you for the info.

    The issue happens because there are two scrollbars within the lightbox container, one scrollbar is for the tab section or consent info container and the other is the default scrollbar of the lightbox or modal popup container. So when the user swipes in the middle of the screen, only the consent info container scrollbar moves.

    To fix the issue we have to disable the scrollbar of the consent info container or the tabs and leave the default scrollbar of the lightbox container. Please try to use this css code.

    .responsive .avia-popup .av-inline-modal .tabcontainer.sidebar_tab {
    	overflow: hidden;
    }
    

    Make sure to toggle or temporarily disable the Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    in reply to: Curved Menu #1246160

    Hi,

    Look for the Enfold > General Styling > Logo Area panel and the Background Image settings, select the Upload Custom Image option, then upload the custom image as background. We might have to add a few css adjustments to make it look like more like the header in the other site.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Logo center on mobile #1246155

    Hi,

    Thank you for the update.

    We could use this css code to center align the logo, move the mobile menu and search icon to the left and keep the account button beside the cart icon on mobile view same as the screenshot above.

    @media only screen and (max-width: 767px) {
        .responsive #top .logo {
    	width: 100%;
        }
    
        .responsive .logo img {
    	left: 50%;
    	transform: translateX(-50%);
        }
    
        .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
    	right: auto;
    	z-index: 102;
    	left: 0;
    	top: 0;
        }
    }

    Best regards,
    Ismael

    in reply to: enfold display subcategory on masonry #1246152

    Hi,

    You’re welcome! Glad it worked. If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We could only add the video as a separate element inside the tab section cells, but not as background of the grid container. This is only possible with the Slider or Color Section element.

    Best regards,
    Ismael

    Hi,

    Glad it’s working. We could add a margin to the bottom of the checkout form to prevent the order review container from touching the footer.

    #top .woocommerce-checkout::after {
        content: '';
        overflow: auto;
        content: "";
        display: table;
        clear: both;
    }
    
    #top .woocommerce-checkout {
        margin-bottom: 100px;
    }

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks! May the force be with you.

    Best regards,
    Ismael

    in reply to: Blog Content Automatically Converting to ALB #1246149

    Hi,

    We still have no idea why those blog posts get converted to ALB automatically. It is possible that a plugin or a third party script is causing this, so disabling the plugins temporarily in the staging site might help get rid of the issue.

    One pattern that could be observed is that the blog posts which gets converted to ALB have their comment section off automatically as well.

    The comment section will not display automatically when ALB is active. It has to be added manually in the page using the Comments element from the builder.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: How to set a calculated date to filter blog posts #1246146

    Hi,

    If you click on the category (“tipo 1” or “tipo 2”) in page id= 204 you will see what I mean in messing up the archive. If I cancel the function above, then the archive page works again!

    Since the archive pages are also set to use the grid layout, we have to add a check or condition in the filter above so that we don’t alter the default archive query. We could use the is_archive function like so..

    if( is_archive() ) return $query;
    

    This will return the default post grid query on archive pages. Hope that helps.

    Best regards,
    Ismael

    in reply to: Right sidebar width #1246038

    Hi,

    The css files are currently compressed or minified. Please temporarily disable or toggle the Performance > File Compression settings, then check the page again. Make sure to remove the browser history and purge the cache.

    Best regards,
    Ismael

    in reply to: Change Woocommerce product sidebar to right side #1246029

    Hey Dino0103,

    Thank you for the inquiry.

    Would you like to adjust the default location of the product sidebar? If you want to move the sidebar from the bottom of the product image to the right of the product content, please use the snippets from the following thread.

    // https://kriesi.at/support/topic/shop-sidebar-to-right-side/#post-1245585

    Best regards,
    Ismael

    in reply to: Icon List Items: Header Tags not rendered in output and TOC #1246028

    Hi,


    @TusBolsosyMochilas
    : Please open a new thread and post the site details in the private field. We’ll continue there.

    Best regards,
    Ismael

    in reply to: Icon List Items: Header Tags not rendered in output and TOC #1246027

    Hi,

    @AlexR: The patch is going to be included in the next theme update. For now, we have to overwrite /config-templatebuilder/avia-shortcodes/iconlist/iconlist.php file using the content of the link in the private field.

    Best regards,
    Ismael

    in reply to: Proportional resize of photos and text #1246022

    Hi,

    Thank you for the update.

    We could not reproduce the issue on a monitor with 1920x1020px screen resolution. What is the screen resolution of your monitor? Are you zooming the browser or page in and out?

    Best regards,
    Ismael

    in reply to: No Video Audio – Full Screen Slider #1246021

    Hi,

    Thank you for the update.

    The video quality is automatically set based on the network connection speed and the size of the video. Previously, we could use the vq or hd parameter to always play videos in the highest resolution but these parameters have been removed in the latest version of the video player.

    // https://developers.google.com/youtube/player_parameters#march-29,-2012

    Best regards,
    Ismael

    in reply to: Non-indexable pages with high relevance – Canonical URL #1246019

    Hi,

    Yes, that was probably what he did. Also, make sure to select the page as Frontpage in the Enfold > Theme Options panel. Did you create a duplicate of the home page before?

    Best regards,
    Ismael

    in reply to: Page Layout #1246017

    Hi,

    Thank you for the update.

    Could you give us a link to the store locator page? The css code above should have worked throughout the site. Please try to remove the browser history and make sure to purge the cache.

    Best regards,
    Ismael

    in reply to: Recaptcha not working on zorbas.dk and se! [URGENT] #1245932

    Hi,

    Sorry for the delay. We can now access the file server but the login accounts above for the dashboard is no longer valid or working. Did you remove those accounts? Please create a new account so that we could check the WP dashboard.

    Best regards,
    Ismael

    Hi,

    Thank you for the update

    We tried to check the site using the login account above but the info seems to be invalid. Did you change the htaccess authentication info? Would you mind providing a screenshot of the site on iPad view?

    Best regards,
    Ismael

    in reply to: Contact info at the top of the Tablet and Mobile GUI #1245921

    Hey Stephen,

    Thank you for the inquiry.

    Social icons in the top bar are hidden on tablet devices by default but we could use the following css code to display it back.

    @media only screen and (max-width: 767px) {
        #top .av_header_transparency #header_meta {
    	background: blue;
    	box-shadow: none;
    	border-bottom: 1px solid rgba(255,255,255,0.25);
        }
    
        .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
            display: block;
        }
    }

    We also changed the background color of the top bar from white to blue to make the white icons visible.

    Best regards,
    Ismael

    in reply to: WooCommerce filters not showing on Enfold pages in Widget are #1245918

    Hey kirillko,

    Thank you for the inquiry.

    Did you add the widget using the Advance Layout Builder? Please note that the filter widget will only work on the default shop and product category pages. It’s not going to work on pages with the Product Grid element.

    Best regards,
    Ismael

    in reply to: Custom Font Manager not working #1245746

    Hey!

    Thank you for the update.

    According to our developers, the name of the font set is based on the content of the svg file, so only one set can be uploaded if the collection is from flaticon because there seems to be no way of supplying a unique name for each set.

    Another workaround is to download the monocolored flaticon icons as svg, go to fontello.com and upload the svg as custom icons. Before downloading the webfonts, make sure to use a different font name for it.

    Best regards,
    Ismael

    in reply to: Anchor Link to Tab Issue #1245744

    Hey MediaMix1,

    Thank you for the inquiry.

    We found a few errors in the console related to the script above. Please look for this line..

    tab = $('.av-section-tab-title[href='+ hash +']');
    

    .. and replace it with:

    tab = $('.av-section-tab-title[href="'+ hash +'"]');
    

    Please don’t forget to purge the cache and remove the browser history before checking the page.

    Best regards,
    Ismael

    in reply to: Adding Social Media Links etc. #1245741

    Hi,

    @Hokuspocus: Are you requesting for a social media links/icons widget?

    Best regards,
    Ismael

    in reply to: enfold display subcategory on masonry #1245737

    Hi,

    Thank you for the update.

    To display only sub categories, we could check if the parent property of the term or category is not equal to 0, which means that it has a parent term or category.

    Please replace the avf_masonry_loop_prepare filter with this one.

    add_filter( 'avf_masonry_loop_prepare', 'avf_masonry_loop_prepare_mod_cat', 10, 2 );
    function avf_masonry_loop_prepare_mod_cat( $key, $entries )
    {
        $categories = get_the_category($key['ID']);
    
    	$separator = ' ';
        $output = '<div class="ww-masonry-author">' . get_the_author() . '</div>';
        $output .= '<div class="ww-masonry-cat">';
        if ( ! empty( $categories ) ) {
            foreach( $categories as $category ) {
    			if($category->parent != 0) {
    				$output .= '<span alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ) . '">' . esc_html( $category->name ) . '</span>' . $separator;
    			}
            }
        }
        $output .= '</div>';
    
        $key['text_before'] .= trim( $output, $separator );
        return $key;
    }
    

    Best regards,
    Ismael

    in reply to: Logo center on mobile #1245727

    Hi,

    Thank you for the update.

    Have you tried adding the account icon or image as widget? We can then declare a css media query so that the icon is only visible on mobile view. Please check the following documentation for more info.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Aside from using a widget, we could also use the ava_main_header hook in the functions.php file to insert additional content or element inside the main header container.

    Example:

    add_action('ava_main_header', function() {
        echo "account icon";
    }, 10, 1);
    

    Best regards,
    Ismael

    Hey nestormakhno,

    Thank you for the inquiry.

    Background videos are disabled on mobile devices by default which is why a fallback image option is available in the element editor. You can either apply a fallback image or hide the section on mobile view and display an embedded video element instead.

    Best regards,
    Ismael

Viewing 30 posts - 15,931 through 15,960 (of 66,134 total)