Forum Replies Created

Viewing 30 posts - 18,631 through 18,660 (of 66,739 total)
  • Author
    Posts
  • Hi,

    Thank you for the info.

    Your Language Switcher is not coming from WPML.

    Yes, the flag switcher is generated by the theme as we previously mentioned. You can try the following code to render the language switcher inside the main menu container and skip the languages without translation.

    function ava_icl_language_selector(){
    	$languages = icl_get_languages('skip_missing=1');
    	foreach($languages as $l){
    		if(!$l['active']) $langs[] = '<a href="'.$l['url'].'">'.$l['translated_name'].'</a>';
    	}
    	echo join(', ', $langs);
    }
    add_action('ava_inside_main_menu', 'ava_icl_language_selector');
    

    Best regards,
    Ismael

    in reply to: Hamburger menu next to default menu in enfold #1182954

    Hi,

    Glad that you found a workaround.

    You can use this css code to horizontally align the social icons.

    #top #wrap_all #header #av-burger-menu-ul > .hamburger-nav-social a {
    	display: inline-block;
    	text-align: right;
    }

    Best regards,
    Ismael

    in reply to: Confusing sorting options in WooCommerce and Enfold #1182953

    Hi,

    . Is there any way you could help me with this?

    Yes, of course. Can we have access to the dashboard and the file server? We may need to add the translations manually in the language files.

    Best regards,
    Ismael

    in reply to: Tab section not working with LazyLoad from WPRocket #1182950

    Hi,

    Thank you for following up.

    You might be able to fix the issue by applying minimum height to the images inside the tab section. Unfortunately, this is an issue with a third party plugin, so it’s beyond the scope of support. The tab section works fine when the lazyload option is disabled.

    Best regards,
    Ismael

    in reply to: Blogpost navigation #1182948

    Hi,

    Thank you for the update.

    Instead of editing the includes > loop-index.php file, try to use the ava_after_content hook to insert the navigation below the post content.

    add_action('ava_after_content', function($id, $context) { 
         if($context != 'post') return;
         $avia_post_nav = avia_post_nav();
         echo $avia_post_nav;
    }, 10, 2);
    

    Best regards,
    Ismael

    in reply to: Tab Section – Background images visibility #1182884

    Hi,

    Thank you for the info.

    We are able to check the site but the we didn’t see any background in the tab section element. Did you remove it? Please create a test page displaying the issue so that we can inspect it.

    Best regards,
    Ismael

    in reply to: Video from YouTube doesn't load #1182882

    Hi,

    Thank you for the info.

    It seems to be an issue with the video itself, or its URL. Other videos are working properly. Please check the following test page. (see private field)

    Please try to delete the video directly from Youtube, then upload it again to generate another URL.

    Best regards,
    Ismael

    in reply to: Enfold caching admin #1182880

    Hi,

    Thank you for the update.

    We are able to reproduce the issue on our end but we are not really sure what’s causing it. Can we deactivate the theme temporarily? Do you have a staging or development version of the site?

    Best regards,
    Ismael

    in reply to: Empty list slider in layer slider #1182684

    Hi,


    @Ikyo
    : Did you refresh the page before checking the backend? The sliders are there, but without the preview as we previously mentioned. Please check the screenshot of the dashboard or the layer slider panel below.

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


    @heartbit
    : Thank you for the info.

    Best regards,
    Ismael

    in reply to: Portfolio Entry with external link #1182683

    Hi,

    Sorry for the delay. Can we access the site or the dashboard? Please post the login details in the private field, and make sure that the Appearance > Editor panel is accessible.

    Best regards,
    Ismael

    in reply to: Possible Bug Report – LuckyWP Table of Content #1182681

    Hi,

    Sorry for the delay. We can’t seem to reproduce the issue on our end. We also tried adding the theme’s TOC widget along with the plugin’s and it worked fine. Please check the screenshot below.

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

    Please provide a link to a page where the issue occurs so that we can check the markup.

    Best regards,
    Ismael

    in reply to: Seit Update auf Version 4.7.2 Fehlermeldung #1182680

    Hi,

    Thank you for the update.

    The following errors or warnings are generated by the Child Theme Check plugin.

    Warnung call_user_func_array() expects parameter 1 to be a valid callback, second array member is not a valid method	
        wp-includes/class-wp-hook.php:288
        do_action('admin_notices')
        wp-admin/admin-header.php:281
    

    The error doesn’t occur when the plugin is deactivated. Please contact the plugin authors for additional info.

    Best regards,
    Ismael

    in reply to: Add background to full width section #1182679

    Hi,

    Glad to know that it’s working now. You can add this css code to adjust the width of the section container.

    #homedesktoptest .container {
    	max-width: 100% !important;
    	width: 100%;
    	padding: 0;
    }

    Please note that homedesktoptest is the ID or Section ID of the color section containing the particle script.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. We encountered the same error when we tried to import the demo manually from the xml files. It times out or the server becomes unavailable. One thing that we noticed is the PHP version. It’s still at version 7.0.33. Please try to update it to v7.3 or later versions, then try to import the demo again.

    If you have a localhost in your machine, you can import the demo there, then migrate it to a live domain using WP Migrate DB or any WordPress migration tool.

    Best regards,
    Ismael

    in reply to: H1 heading on tags/category-./author pages #1182677

    Hi,

    Sorry about that. I didn’t notice your end note. The __CLASS__ name or $context should be “avia_post_slider” instead of “avia_sc_postslider”.

    if( $context == 'avia_post_slider' ){
    

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. We got locked out of the dashboard because of WordFence. Please disable the plugin temporarily and if possible, please open a new thread/ticket so that we can close this one.

    You are temporarily locked out
    You have been temporarily locked out of this system. This means that you will not be able to log in for a while
    Generated by Wordfence at Sun, 9 Feb 2020 0:40:41 GMT.
    Your computer’s time: Sun, 09 Feb 2020 00:40:41 GMT.

    Best regards,
    Ismael

    in reply to: Multiple Image Sizes on Upload #1182674

    Hi,

    Sorry for the delay. You forgot to include the site URL. We also tried to access the file server using different configurations but the login credentials above seem to be invalid. Please check the info carefully or provide another account.

    Best regards,
    Ismael

    in reply to: search results (PDF's) not opening in new window or tab #1182672

    Hi,

    Sorry for the delay. To fix the heading, try to add a top padding to the ajax_search_response container.

    #top #searchform .ajax_search_response {
    	overflow-y: auto;
    	max-height: 350px;
    	padding-top: 15px;
    }

    Best regards,
    Ismael

    in reply to: Tab Section – Background images visibility #1181963

    Hey mike.rav,

    Sorry for the delay. We tried to login to the site, but the account info seems to be invalid. Please check it carefully or provide another user account. A direct link to the page with the tab section will help as well.

    Best regards,
    Ismael

    in reply to: Warning: call_user_func_array() expects parameter 1 #1181962

    Hi,

    Thank you for the update.

    These are the code lines I have in child theme header.php
    Lines 10-12:

    The child theme contains an older version of the header.php file. Please get a fresh copy of the file from the parent theme and replace the one in the child theme. You have to update the footer.php file as well.

    Best regards,
    Ismael

    in reply to: Anchor link in menu doesn't work for WPML translated page #1181960

    Hi,

    Thank you for the inquiry.

    It’s not working correctly because the name or ID of the grid row element is voorstel instead of contact. You should edit the grid row in the EN page, and adjust the value of the Section ID.

    
    <div id="voorstel" class="av-layout-grid-container"></div>
    

    Best regards,
    Ismael

    in reply to: Invalid form for reCAPTCHA sent. #1181959

    Hey mint,

    Thank you for the inquiry.

    It’s not working because the Enfold > Privacy & Cookies > Default Cookie Behaviour is set to the third option, which means that services such as the spam protection or recaptcha will only work once the user accepted or consent to the cookies. You should set the behavior to the first option so that all third party services are enabled on page load.

    Best regards,
    Ismael

    Hey Jay,

    Thank you for the inquiry.

    Do you have a staging or development version of the site? The GA code is currently added via wp_head hook, and we don’t want to change or test it without your permission. Can we move it to the Google Analytics field temporarily?

    The clone or plus button in the Privacy panel is working properly on our end. Please check the screenshot below.

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

    Where are you testing it? Which browser?

    Best regards,
    Ismael

    in reply to: full sized image #1181957

    Hi,

    Thank you for the update.

    You can set the maximum height of the lightbox image relative to the height of the browser view port. Try this css code in the Quick CSS field.

    @media only screen and (max-width: 1920px) {
        .mfp-img {
            max-height: 85vh !important;
        }
    }
    

    The modification will only be applied when the screen width is less than or equal to 1920px.

    Best regards,
    Ismael

    in reply to: Tab section not working with LazyLoad from WPRocket #1181956

    Hi,

    Thank you for the update.

    There’s a way to disable the plugin’s lazyload option on a specific post or page. Have you tried it?

    // https://docs.wp-rocket.me/article/16-disabling-lazyload-on-specific-posts

    You can also use a filter to control the behavior of the lazyload option based on certain conditions.

    // https://github.com/wp-media/wp-rocket-helpers/blob/master/lazyload/wp-rocket-no-lazyload/wp-rocket-no-lazyload.php

    Best regards,
    Ismael

    in reply to: Portfolio Kategorie als Pull Down darstellen #1181955

    Hey Peter,

    Thank you for the inquiry.

    This is possible, but it will require modifications that are beyond the scope of support. If you want to know which file to edit or where to start, look for the config-templatebuilder > aviashortcodes > portfolio > portfolio.php file and the sort_buttons function. This function generates the category sort.

    Best regards,
    Ismael

    in reply to: dynamic_avia making WAY too many calls #1181954

    Hey Illingco,

    Thank you for the inquiry.

    They are the merged scripts and stylesheets. Looks like the server or its configuration is denying access to these files. Unfortunately, we are not sure what’s causing it. Temporarily, you can disable the Performance > File Compression settings to get rid of the issue. If you need to minify the scripts and stylesheets, try to use Autoptimize or BWP Minify instead.

    Best regards,
    Ismael

    in reply to: Colour section behind Layer Slider #1181953

    Hey whdsolutions,

    Thank you for the inquiry

    Yes, it’s possible. Try this code in the Quick CSS field or the style.css file.

    .page-id-14 #av_section_1 {
        margin-top: -45px;
    }
    
    .page-id-14 #layer_slider_1 {
        background-color: transparent !important;
    }

    Best regards,
    Ismael

    Hey killyman,

    Thank you for the inquiry.

    Have you tried using the body_class filter to adjust or alter the class attribute/s of the body tag? This should allow you to inject unique value to the class attributes based on certain conditions and use it to define a different header style.

    // https://developer.wordpress.org/reference/functions/body_class/

    For example, if a page has a specific custom field or meta info, you can add a particular class attribute to the body tag that will alter the header style based on a predefined custom css.

    Best regards,
    Ismael

    Hey gb,

    Thank you for the inquiry.

    I still prefer on mobile devices while having the mobile response option activated?

    Yes, that is possible. Try this code in the Quick CSS field or in the style.css file.

    @media only screen and (max-width: 767px) {
        .responsive #top .av-masonry-col-3 .av-masonry-entry {
    	width: 33.3%;
        }
    }

    Best regards,
    Ismael

Viewing 30 posts - 18,631 through 18,660 (of 66,739 total)