Forum Replies Created

Viewing 30 posts - 11,371 through 11,400 (of 34,988 total)
  • Author
    Posts
  • in reply to: Fullscreen Slider Caption/Text/Button Margins #1357798

    Hi,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .avia-slideshow-button {
    	margin-left : 35px;
    } 

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Notice: Undefined index: path in #1357796

    Hey woogie07,
    The errors such as /public_html/wp-includes/l10n.php on line 1049 etc, are pointing to path declares in WordPress, I believe this is related to your console error: Uncaught ReferenceError: wp is not defined typically this is from the the “Load Javascript deferred” setting in WP Rocket, or the Async Javascript plugin, or autoptimize.
    Please check if you have any plugins that are deferring javascript or if you are using the option Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer with another plugin.
    You also have another error Uncaught SyntaxError: Unexpected token ';' but I can’t see where it’s coming from because your javascript is merged with Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression
    If you can’t find what is deferring your javascript then include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Can not translate the theme with loco #1357786

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hey Michael,
    Thank you for your patience, as I understand your question you want to change the link url based on language, is the button text already translating or does this also need to change?
    The first idea that I have is to create two layer buttons with different custom IDs in the layerslider and use css to show/hide based on language.
    The second idea is to use javascript to change the button url based on language.
    Please link to a test page that we can examine to assist with which of these two you would like to try, that is if you want to try the css option, please create two buttons with different IDs in the layerslider and like to the page so we can test it in each language.
    If you want to try using javascript with one button because WPML is translating the button text fine, then add a custom IDs to the button and link to the page so we can examine.

    Best regards,
    Mike

    in reply to: Main Menu_ Line indicates the wrong side #1357783

    Hi,
    Thank you for the link to your site, I believe that the issue is related to three pages that you have with the same slug /so-arbeiten-wir/
    2022-07-09_064837.jpg
    please try changing these so they are not the same, perhaps like: /so-arbeiten-wir-im-st-josef/

    Best regards,
    Mike

    in reply to: background indicator on sub-menu mouse-over #1357781

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Gap between header and content on mobile device #1357703

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Text truncated on mobile view #1357701

    Hi,
    Thanks for the screenshot and the link, but when I check the page redirects to /montage-automatisierungstechnik-englisch/ and only shows the header & footer like Rikard said, Please see the screenshot in the Private Content area.
    Perhaps you can disable the page redirect.

    Best regards,
    Mike

    in reply to: CSS Slider not working on mobile #1357698

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Diffrent menu on mobile #1357696

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: first clicked picture appears 2 times #1357695

    Hey schweg33,
    Thanks for the link to your page I see that when you click an image two lightboxes open, Enfold’s and NextGen, try disabling the Enfold lightbox with the theme option Enfold Theme Options ▸ Lightbox Modal Window, or check if the NextGen plugin allows you to disable it’s lightbox.

    Best regards,
    Mike

    in reply to: Breadcrumb >> no links #1357693

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Page Preloading problem #1357690

    Hi,
    I see that you are using a custom header.php in your child theme with this function to achieve to apply the preloader only on the homepage (page-id-47):

    if(is_page(47)) $preloader	= avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';

    to add the translated homepage to this you would add the page ID (page-id-424) like this:

    if(is_page(47) || is_page(424)) $preloader	= avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';

    I did this for you and it is working please check.

    Best regards,
    Mike

    in reply to: Zoom slider images #1357595

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Post Featured Image Slider #1357593

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Page Preloading problem #1357592

    Hi,
    Thank you for the login, the css that I recommended removing was still in the Quick CSS, I commented it out for you so it would not work and enabled the Page Preloading option and the main menu links are now working, please clear your browser cache and check.

    Best regards,
    Mike

    Hey Ralf,
    Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.home #av_section_1 .avia-video {
    	margin-bottom: 0;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: ajouter un bouton "lire plus" #1357510

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold 5.x new features documentation #1357481

    Hey blaircomm1,
    Thanks for your question, unfortunately, we have not finished the specific documentation about the new features yet, to test the new demo I recommend setting up a localhost test site or a sub-domain test site and importing the demo to evaluate. We don’t recommend trying to import a demo to your live site as it will overwrite some of your settings.
    In this thread we helped explain that in the new parallax demo many of the elements are using padding and margin to achieve some of the effects, perhaps this will help.

    Best regards,
    Mike

    in reply to: can't update post #1357478

    Hi,
    Glad Yigit could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Widget editor looks differernt #1357474

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Unfix iframe aspect ratio #1357469

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Picture Tag with plugin imagify #1357468

    Hi,
    Thanks for sharing this Guenni007, it will be helpful with future questions where the user is using an older device and Safari.

    Best regards,
    Mike

    in reply to: Change post layout #1357443

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: ajouter un bouton "lire plus" #1357438

    Hi,
    As I understand your question, you would like to use a text element and show only part of a paragraph with an option to expand it to show the rest, unfortunately we don’t have a built-in option for this, as Nikko pointed out you could try the accordion element.
    Another option would be to try the WP-ShowHide plugin and use it’s shortcode in your text element to wrap the part of the paragraph you wish to expand.
    Please give this a try.

    Best regards,
    Mike

    in reply to: Change post layout #1357434

    Hi,
    Thanks for the feedback, I see that you are getting this error: Uncaught ReferenceError: jQuery is not defined typically this means that you are loading jQuery in your footer, try this script instead in your child theme functions.php

    function article_categories_before_read_more() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    $('article.post-entry').each(function() {
    $( this ).find('.blog-categories.minor-meta').insertBefore($(this).find('.read-more-link'));
    });
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'article_categories_before_read_more');

    Best regards,
    Mike

    in reply to: Change post layout #1357393

    Hey Antonio,
    Thank you for the link to your site and the screenshot, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function article_categories_before_read_more() { ?>
      <script>
    (function($){
    $('article.post-entry').each(function() {
    $( this ).find('.blog-categories.minor-meta').insertBefore($(this).find('.read-more-link'));
    });
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'article_categories_before_read_more');

    Best regards,
    Mike

    in reply to: iframe full height #1357392

    Hi,
    You have two errors, first your origin url is not wrapped in commas like the code I corrected above,
    you have: if(evt.origin !== https://www.your.site) return ;
    it should be: if(evt.origin !== 'https://www.your.site') return ;
    second error is that you are still using the jQuery statement for the iframe.height
    you have: iframe.height = ${evt.data.resize.height}
    it should be: iframe.height = evt.data.resize.height;
    So it looks like you are using the old code instead of the corrected code.
    If the code on your page backend is the new code I posted then you should try clearing your server cache, if it is an object-oriented cache such as Memcached, Redis, Varnish, Litespeed, etc. then it is still using the old page.
    Please review this code, note that the urls are not your so you will need to adjust.

    <iframe id="nw-kokonaistarjooma" style="width: 100%; border: none; margin: 0; padding: 0;" src="https://www.your.site/index.html"></iframe>
    
    <script>
    (function() {
    const iframe = document.querySelector('iframe#nw-kokonaistarjooma');
    window.addEventListener("message", evt => {
    if(evt.origin !== 'https://www.your.site') return ;
    if(evt.data.resize) {
    iframe.height = evt.data.resize.height;
    }
    });
    }());
    </script>

    Best regards,
    Mike

    Hey staffordhrconsulting,
    Thanks for the link to your page, I see inside the tab sections you are using two equal height columns with middle alignment, please choose top alignment so the image will be at the top and not the middle.
    You need to make this adjustment in the first column in each tab section.
    2022-07-05_001.jpg

    Best regards,
    Mike

Viewing 30 posts - 11,371 through 11,400 (of 34,988 total)