Forum Replies Created

Viewing 30 posts - 3,121 through 3,150 (of 66,206 total)
  • Author
    Posts
  • in reply to: customize breadcrumb trail for posts oum-location #1465033

    Hi,

    The filter works fine on our end, and replacing the condition with is_page should apply it to every page. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: “Header Invisible Until User Scrolls” not working #1465032

    Hi,

    I have not modified the Parent template files. The only ones modified in Child template are: functions.php, header.php, footer.php.

    There is a header.php and a footer.php file in the child theme folder. Did you try updating these files to the latest version? You could also try removing them temporarily to see if that resolves the issue.

    Best regards,
    Ismael

    in reply to: Seite kann nicht bearbeitet werden wegen HTMNL Tag #1465031

    Hi,

    Thank you for the update.

    Where do you see this error? Please provide an example of the html that you’re adding to the editor. Unfortunately, you cannot disable this option via the functions.php file.

    Best regards,
    Ismael

    in reply to: Mobile Menu Items #1465030

    Hi,

    Thank you for the inquiry.

    Have you tried editing the Main Menu (Icon) > Menu Links in overlay/slide out element? Please open a new thread and provide a screenshot of the element you’d like to change.

    Best regards,
    Ismael

    in reply to: How can I overlap hero with grid? #1465029

    Hi,

    No problem! Glad to know that the solution worked. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Thank you for the screenshot.

    The elements hidden in the desktop view are also contained inside Columns and Color Sections, which have their own padding and margins, creating extra spaces. Please configure the visibility of the Columns or the parent element instead of the child elements. We also recommend grouping the elements intended for mobile devices in a single Color Section so that you don’t have to adjust the visibility of each element.

    Best regards,
    Ismael

    Hi,

    Thank you for the info @Guenni007!

    Best regards,
    Ismael

    in reply to: Open links in buttons in a new tab or download the file #1465024

    Hey amyncuih,

    Thank you for the inquiry.

    Please edit the Button element, go to the Advanced > Developer Settings panel, then add the class name “noLightbox” in the Custom CSS Class field. This should prevent the lightbox script from loading for this particular element.

    Best regards,
    Ismael

    in reply to: social icons in mobile menu #1465023

    Hi,

    Thank you for the screenshot.

    To align the flags, please add this css code:

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .menu-item-wpml-ls-58-en a, .responsive #top #wrap_all .menu-item-wpml-ls-58-da a {
        padding: 0 !important;
      }
    
      #top #wrap_all #header #av-burger-menu-ul li.menu-item-wpml-ls-58-en, #top #wrap_all #header #av-burger-menu-ul li.menu-item-wpml-ls-58-da {
        width: 100px;
        display: flex;
        flex-direction: row;
        left: 50px;
        position: relative;
        top: 30px;
      }
    
      .responsive #top #wrap_all .menu-item-wpml-ls-58-en .sub-menu, .responsive #top #wrap_all .menu-item-wpml-ls-58-da .sub-menu{
        margin-left: 10px;
        margin-top: 2px;
      }
    }

    Best regards,
    Ismael

    Hey pnamroud,

    Thank you for the inquiry.

    This may be due to the images in the Latest Posts section, which need to be compressed. The images are only 495x400px, but they are more than 100kB in size. Please check the following links for more information on site optimization.

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
    // https://gtmetrix.com/wordpress-optimization-guide.html

    Best regards,
    Ismael

    in reply to: Menu Sidebar Styling #1465019

    Hey dinoman17,

    Thank you for the inquiry.

    Have you tried editing the Misc > Widget element in the Advanced Styling panel? You can also try adjusting the Widget Title and Widget Links. Let us know if this works for you.

    Best regards,
    Ismael

    in reply to: Custom font not loading on safari #1465017

    Hi,

    UPDATE: Also, when checking on Safari, please make sure to clear the browser history, as Safari tends to cache older versions of websites.

    Best regards,
    Ismael

    in reply to: Custom font not loading on safari #1465016

    Hi,

    Thank you for the info.

    The custom font was not selected as the heading and body font in Enfold > General Styling > Fonts tag. We re-selected it as the default font. Please make sure to purge the cache before checking.

    Best regards,
    Ismael

    in reply to: minify issue in text editor #1464948

    Hi,


    @Netzie
    : Have you tried the suggestion above? Try applying a class attribute to the tags to prevent WordPress from formatting them or use the “Line Break” button.

    <br class="avia-permanent-lb" />
    

    If the issue persists, please open another thread and post the login details in the private field.

    Best regards,
    Ismael

    in reply to: “Header Invisible Until User Scrolls” not working #1464947

    Hi,

    Thank you for the update.

    We may need to access the site to further investigate the issue. Please provide the login details in the private field. Did you modify any template files in the child theme?

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    To create space between the menu title and the social icons, try adding this css code:

    #top nav #av-burger-menu-ul .only-burger.menu-item-social .social_bookmarks {
        margin-top: 0;
    }
    
    #top nav #av-burger-menu-ul .only-burger.menu-item-social > a {
        margin-bottom: 25px;
    }
    
    #top #wrap_all nav #av-burger-menu-ul .only-burger.menu-item-social .social_bookmarks li {
        line-height: 1.4em !important;
    }

    Best regards,
    Ismael

    in reply to: Custom font not loading on safari #1464945

    Hi,

    Have you tried reselecting the font? We may need to access the site to properly check the issue. Please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: How can I overlap hero with grid? #1464944

    Hey Steve,

    Thank you for the inquiry.

    You may need to use Columns instead of the Grid Row element and adjust the margins and padding to remove the default spaces between the columns. To make it overlap with the hero section, you can apply a negative top margin to the row. To do this, edit the first column in the row, enable the Row Settings > Row Margins > Custom Margins, and then configure the Custom Top and Bottom Margin as previously suggested. Let us know if this works.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We are unable to reproduce the issue on our end using PHP 8.0, so we are not yet sure what is causing it. Have you tried disabling all modifications in the functions.php file and temporarily deactivating all plugins?

    Best regards,
    Ismael

    in reply to: Seite kann nicht bearbeitet werden wegen HTMNL Tag #1464942

    Hey frankr32,

    Thank you for the inquiry.

    1.) There is no option to disable this feature by default without directly editing the core theme files.

    2.) To check the html tags, you can use online validators such as the following:

    // https://www.freeformatter.com/html-validator.html
    // https://tiiny.host/html-validator/

    Best regards,
    Ismael

    in reply to: X Icon in footer widget #1464900

    Hey Sigmund,

    Thank you for the inquiry.

    We replaced the value of the data-av_icon attribute with the new twitter icon. Please try this code:

    
    <ul class="noLightbox social_bookmarks icon_count_3">
     	<li class="social_bookmarks_x av-social-link-x social_icon_1"><a title="X" href="https://twitter.com/destinatbrand" target="_blank" rel="noopener" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"><span class="avia_hidden_link_text">X</span></a></li>
     	<li class="social_bookmarks_linkedin av-social-link-linkedin social_icon_2"><a title="LinkedIn" href="https://www.linkedin.com/company/destination-brand-by-inspektour/" target="_blank" rel="noopener" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"><span class="avia_hidden_link_text">LinkedIn</span></a></li>
     	<li class="social_bookmarks_xing av-social-link-xing social_icon_3"><a title="XING" href="https://www.xing.com/pages/inspektourgmbh-tourismus-undregionalentwicklung" target="_blank" rel="noopener" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"><span class="avia_hidden_link_text">xing</span></a></li>
    </ul>
    

    Best regards,
    Ismael

    in reply to: social icons in mobile menu #1464899

    Hi,

    Where would you like to position the language switcher exactly? Please provide a screenshot. You can display them again in mobile view using this css code:

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .av-main-nav .menu-item-language {
        display: inline-block;
      }
    }
    

    To display the social icons in the footer, go to the Enfold > Footer panel, then toggle the Social Icons option.

    Best regards,
    Ismael

    in reply to: LAtest Enfold doesnt repect CSS chagnes? #1464884

    Hi,

    We may need to inspect the site to better understand the issue. Please provide the login details in the private field and, if possible, post a screenshot.

    Best regards,
    Ismael

    Hey A,

    Thank you for the inquiry.

    1.) This is expected behavior on mobile devices. Background videos are disabled by default on mobile screens, so you’ll need to add a fallback image.

    2.) Have you tried uploading a smaller image? Make sure that the aspect ratio of the fallback image is optimized for mobile devices.

    3.) You should consider performing basic site optimization such as installing a cache plugin and compressing the images. Please check the links below for more info:

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
    // https://gtmetrix.com/wordpress-optimization-guide.html

    In the future, we recommend opening a single thread for each inquiry. This will make it easier for moderators to address your questions and you’ll get quicker responses.

    Best regards,
    Ismael

    Hey Ryan,

    Thank you for the inquiry.

    Did you modify the header.php or footer.php in the child theme? Please make sure that these template files are updated with the latest version. To temporarily hide the error, try to set the WP_DEBUG_DISPLAY constant to false.

    // https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/#wp_debug_display

    Best regards,
    Ismael

    Hey CharlieTh,

    Thank you for the inquiry.

    1.) You can adjust the space between the menu items by adjusting the Line Height property of the Menu Links in overlay/slide out element in the Enfold > Advanced Styling panel. You can also use this css code:

    .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li {
        line-height: 0.6em;
    }
    

    2.) To move the social icons to the center, please add this css code:

    #top nav #av-burger-menu-ul .only-burger.menu-item-social {
        display: flex;
        flex-direction: column;
    }
    
    #top nav #av-burger-menu-ul .social_bookmarks {
        margin: 0 auto;
    }

    Best regards,
    Ismael

    in reply to: “Header Invisible Until User Scrolls” not working #1464878

    Hey laptophobo,

    Thank you for the inquiry.

    We’ve found a script error that might be related to the issue. What happens when you remove this script?

    <script>
        (function($) {
            var int = '';
            function a() {
                var isMobile = $('.av-burger-menu-main').css('display')
                  , htmlString = $('#header_main .social_bookmarks').find('li a')
                  , mobileMenu = $('.av-burger-overlay')
                  , socialString = [];
    
                if (isMobile == 'none')
                    return;
                if ($('.burger-social').length)
                    clearInterval(int);
    
                htmlString.each(function() {
                    var socialClass = $(this).parent('li').attr('class')
                      , socialItems = $(this).wrap('<li class="' + socialClass + ' av-active-burger-items burger-social"></div>').parent().unwrap();
                    socialString.push(socialItems);
                });
    
                $(socialString).each(function() {
                    $(this).appendTo('#av-burger-menu-ul');
                });
            }
    
            $('#header').on('mousedown', '.av-main-nav-wrap', function() {
                int = setInterval(function() {
                    a();
                }, 500);
            });
    
        }
        )(jQuery);
    </script>
    

    Best regards,
    Ismael

    in reply to: LAtest Enfold doesnt repect CSS chagnes? #1464877

    Hi,

    Thank you for the update.

    Where can we can see the issue? Please provide a screenshot using platforms like Savvyify, Imgur or Dropbox, and post the login details in the private field so that we can properly check the issue.

    Also the Enfold n ew in this version (x) to close in the WQP dashboard a

    We haven’t encountered any complaints about this issue. Please provide a screenshot or contact the plugin author for more info.

    Best regards,
    Ismael

    in reply to: Easy Slider open all images in lightbox #1464876

    Hey bemodesign,

    Thank you for the inquiry.

    Unfortunately, there is no option for this. You will have to select the link for each Image element manually.

    Best regards,
    Ismael

    in reply to: Easy slider images are stretched on mobile view #1464874

    Hey bemodesign,

    Thank you for the inquiry.

    We couldn’t find the image shown in the screenshot. Could you provide a direct link to the page containing this image?

    Best regards,
    Ismael

Viewing 30 posts - 3,121 through 3,150 (of 66,206 total)