Forum Replies Created

Viewing 30 posts - 15,631 through 15,660 (of 35,013 total)
  • Author
    Posts
  • in reply to: Accordion Slider On Mobile and Grid Row Box Shadow #1263954

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Enfold Diagonal Color section alternate top and bottom #1263857

    Hi,
    Sorry for the late reply, unfortunately, this is not an option in the theme yet, but couldn’t you just add a diagonal border to the bottom of the first section, which would be the same as adding it to the top of the second section?
    The only other option I can think of is to search Google for some css that will create the effect you wish for.

    Best regards,
    Mike

    Hey kwanumzen,
    Sorry for the very late reply and thanks for the login, I see that in the [DE] theme settings your “Blog” is set to the page “BlogSeite” WPML copied this page to “/en/blogseite/” but since the [DE] “Blog” page is actually empty because it’s a special “page” so that WordPress can show the posts, the new page is empty and WordPress doesn’t know to show posts there.
    So the solution is to go to “/en/blogseite/” and in the admin toolbar you can edit the page, then use the Advanced Layout Builder to add a Blog element to this page.
    Now I imagine you only want to show [EN] posts on this page, so you will need to translate your one [DE] post and assign a taxonomy for the [EN] posts so you can choose this in the blog element options.
    There is a chance that translating your posts will double the ones that show on the [DE] page, if this happens then I would recommend deactivating the “And where do you want to display the Blog?” option for the blog in the theme settings, and then go to your “BlogSeite” page and edit it with the Advanced Layout Builder and add the blog element with a different taxonomy chosen.
    This way each “blog” page will show the correct language posts.

    Best regards,
    Mike

    in reply to: Mega Menu problems #1263842

    Hey Jannes92,
    Sorry for the very late reply and thanks for the login. This issue was caused by this css in your Quick CSS:

    ul.sub-menu{ display: none !important; }

    I removed this and now your mega menu works correctly.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Empty DIV appears and replicates in ALB elements #1263838

    Hey sckye,
    Sorry for the very late reply and thanks for the video and test page.
    I tried to follow the steps in the video on my localhost and couldn’t recreate this issue, I then created a new test page on your site “02 Empty DIV” and I couldn’t recreate it. Please check the text elements on the new test page, in the “text” tab there are no DIV’s – do you see any?
    What browser & OS are you using?
    Do you have any browser addons? I recall an issue a while back where a browser addon was doing something similar.

    Best regards,
    Mike

    in reply to: Accordion Slider On Mobile and Grid Row Box Shadow #1263835

    Hi,
    Sorry for the late reply and thanks for the login, as I understand your issue, you want to “to show 5 partner logo images at once vertically and then slide to next 5 partner logo images”
    I looked at your partner logo element and found that there were only 4 so I changed the setting to show 5, on mobile they line up as you wish. Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: CHILD THEME does not support my General Styling #1263782

    Hi,
    Sorry for the late reply and thanks for the login and ftp access, but unfortunately it looks like the ftp account needs to have it’s access changed to “public_html/” or ” / “ from the user directory, assuming that you are using cPanel you can change it like this:
    2020-11-29_070650.jpg
    I’m not sure why your Quick CSS doesn’t seem to be working, I removed all of the css, but I saw no change in the site, I also tried adding this test css:

    #top .alternate_color.title_container .main-title a {
    color: red !important;
    }

    with no change, is your webhost caching on the server, can you disable it? I added the css back to the Quick CSS.
    I also looked at your child theme and found your functions.php had some rouge PHP ending tags, I removed these but I don’t want to test without ftp access, please try the child theme.

    Best regards,
    Mike

    in reply to: Accordion hover #1263780

    Hi,
    We will keep this open to hear back from you.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hey dkarvasz,
    Sorry for the late reply and thanks for the link to your site.
    To remove the background color from the header social icons you could use this css:

    #top #wrap_all .social_bookmarks > li:hover a {
        background-color: transparent !important;
    }

    But I believe that your background color issue could be solved with this css, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .social_bookmarks li a {
        border-radius: 100px;
    }
    #header .social_bookmarks li a {
        line-height: 40px !important;
    }
    #top .social_bookmarks {
        margin: 10px 0 0 -9px !important;
    }

    After applying the css, please clear your browser cache and check.
    I see that you have added your phone number to the Enfold Theme Options > Header > Extra Elements > Phone Number or small info text field and you also have Font Awesome code there, to use this to should install the Font Awesome plugin it should work right away for you.
    Or you can insert a phone icon before the actual phone number with this shortcode:
    [av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon]

    Best regards,
    Mike

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Spreadshop einbinden #1263721

    Hey lauragrashoff,
    Entschuldigen Sie die späte Antwort und danke für das Testskript. Ich habe den Code in ein Codeblockelement auf einer Seite auf dem lokalen Host eingefügt und festgestellt, dass das Auffüllen der Seite das Problem verursacht hat. Dies hat es für mich gelöst:

    #main > .container_wrap_first > div {
    	padding: 0 !important;
    }

    Aber ich würde Ihre Seiten-ID zu diesem CSS hinzufügen, damit andere Seiten davon nicht betroffen sind.

    — Translated with Google —

    Sorry for the late reply and thanks for the test script, I placed the code in a code block element on a page on the localhost and found that the page padding caused the issue, this solved it for me:

    #main > .container_wrap_first > div {
    	padding: 0 !important;
    }

    but I would add your page ID to this css so it doesn’t affect other pages.

    Best regards,
    Mike

    Hi,
    Thanks, please remove the opacity and change the background color like this:

    #header.av_header_transparency {
        background: rgba(0, 0, 0, .7);
    }

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

    Best regards,
    Mike

    Hey sensiblekaren,
    Sorry for the late reply, do you mean that you are trying to use the “Image Caption” of each partner to show two lines?
    2020-11-28_173908.jpg
    On my localhost I was able to create two lines with this css:

    .avia-tooltip.avia-tt .inner_tooltip {
    	display: table-caption;
    	text-align: left;
    }

    what this does is create a new line after each word, so for the name as the first line I used a non-breaking space like this
    Miss One CEO
    2020-11-28_185150.jpg
    2020-11-28_184220.jpg
    Please note that WordPress will try to strip the non-breaking space each time you edit the element. Unfortunately this element is only meant to show the tooltip as one line.

    Best regards,
    Mike

    in reply to: Accordion hover #1263716

    Hi,
    Sorry for the very late reply and thanks for the link to your test page.
    Instead of editing the theme javascript files, try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script() { ?>
        <script>
    (function($){
      $(document).ready(function(){ 
    $('.toggler').bind('mouseover', function(){ 
        $(this).trigger('click'); 
    });
    });  
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    this will work on your whole site, let us know if you want it to only work on one page.

    Best regards,
    Mike

    Hi,
    Thanks for sharing your solution, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Toogle content #1263707

    Hey Blatze,
    Sorry for the late very reply, I rewrote this script a little and added a “span” around each content “block”. I created a test page on your site so you could examine a working example, please see the link in the Private Content area.
    This is the HTML I used in a code block element on the test page:

    <span class="learn-more">Opening content
    <a class="click-learn-more" href="#">Learn more…</a>
    <span class="learn-this">Toggled content</span>
    </span>

    I then cloned the code block 6 times.
    This is the function I added to your functions.php, I also disabled your other function and css.

    function custom_toggle_script() { ?>
        <script>
    (function($){
      $(document).ready(function(){ 
        $('.learn-this').hide();
        $('.click-learn-more').click(function(e){
        e.preventDefault();
        var $this = $(this).parent().find('.learn-this');
        $(".learn-this").not($this).hide();
        $this.toggle();
    
    });
        });  
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_toggle_script');

    now on the test page only one toggle will be open at a time.

    Best regards,
    Mike

    Hey Marcel,
    Sorry for the late reply and thanks for the link to your page.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script() { ?>
        <script>
    (function($) {
    $(document).ready(function(){
        var width = $(window).width();
        if ( width >= 767) {
        $('#pakete .avia-pricing-table-container .pricing-table-wrap:nth-child(2) li').each(function(index){
            $('#pakete .avia-pricing-table-container .pricing-table-wrap:nth-child(1)').find('li').eq(index).css('height', $(this).css('height'));
        });
        $('#pakete .avia-pricing-table-container .pricing-table-wrap li:nth-child(9)').css({ 'height': '91px' });
        $('#pakete .avia-pricing-table-container .pricing-table-wrap li:nth-child(13)').css({ 'height': '66px' });
        $('#pakete .avia-pricing-table-container .pricing-table-wrap li:nth-child(20)').css({ 'height': '88px' });
        $('#pakete .avia-pricing-table-container .pricing-table-wrap li:nth-child(25)').css({ 'height': '66px' });
        };
    });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    Then clear your browser cache and check.

    Best regards,
    Mike

    Hey webWahine,
    Sorry for the late reply and thanks for the login. Instead of applying opacity, try making the background color transparent like this:

    #header.av_header_transparency {
        background: transparent;
    }
    

    If you would like the main menu text to be a different color before scroll, and then use the theme colors after scroll, please try this css:

    .av_header_transparency #avia-menu > li > a {
    	color: #FFEB3B;
    }

    Please adjust color to suit and then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Accessibility Tweak On Easy Slider (Possibly other elements) #1263671

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Modify text for search with no results #1263669

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Hover Effekt #1263521

    Hi,
    Sorry, I don’t have any ideas for that.

    Best regards,
    Mike

    in reply to: Hover Effekt #1263512

    Hi,
    I see that you have a Mega Menu under “Produkte”, but what do you want to do to it?

    Best regards,
    Mike

    Hi,
    The dev team writes that we will be adding ” tabindex=’-1′ ” to the arrows in v4.8, this removes the warning.
    I’m not exactly sure when this will be, but I imagine it will be soon.

    Best regards,
    Mike

    in reply to: Hover Effekt #1263507

    Hi,
    Sorry, I’m not sure what you mean, please explain.

    Best regards,
    Mike

    in reply to: Hover Effekt #1263270

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: background image on mobile #1263262

    Hi,
    Perhaps this solution will work for you instead.
    If not then can you include a admin login in the private content area so we can investigate further.

    Best regards,
    Mike

    in reply to: Nofollow links on full width easy slider #1263260

    Hi,
    I’m not sure what ‘screaming frog’ is, but this script works in the DOM, the actual HTML doesn’t contain the change, so is your analysis after the DOM or before?
    When I check it is working, please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Hover Effekt #1263256

    Hi,
    Your test page doesn’t seem to be the same so I looked at the “UNSERE PRODUKTBEREICHE” section on your homepage,
    try this css:

    .iconbox:hover a.iconbox_icon {
    	  color: #008eca !important;
    }
    .iconbox:hover .iconbox_content_title {
    	color: #008eca !important;
    }

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

    Best regards,
    Mike

    in reply to: background image on mobile #1263004

    Hi,
    Thank you, this is because on IOS fixed background doesn’t work properly when its background-size is set to cover.
    So what we can try is to change the background-size to “contain” instead of “cover”.
    Please try this code in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) {
    #av_section_2 .av-parallax {
        background-size: contain !important;
    }
    }
    

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

    Best regards,
    Mike

Viewing 30 posts - 15,631 through 15,660 (of 35,013 total)