Forum Replies Created

Viewing 30 posts - 12,481 through 12,510 (of 34,910 total)
  • Author
    Posts
  • in reply to: Add Buttons to Top Bar #1343934

    Hi,
    Thanks for your patience, perhaps it would be easier to go back to the step were we used a shortcode to add the button to the topbar, so to add a phone number to the left side and the button to the right we assume you are using the setting Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Header Phone Number/Extra Info ▸ Display in top bar at the left and your phone number is in the Phone Number or small info text field.
    Now we will add your button wrapped in a span with the class top-right link this:

    <span class="top-right">[av_button label='Button' icon_select='no' icon='ue800' font='entypo-fontello' link='manually,https://kriesi.at/support/' link_target='_blank' size='medium' position='right' label_display='' title_attr='' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_grad_direction='vertical' btn_custom_grad_1='#000000' btn_custom_grad_2='#ffffff' btn_custom_grad_3='' btn_custom_grad_opacity='0.7' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' btn_color_font_hover='white' btn_custom_font_hover='#ffffff' border='' border_width='' border_width_sync='true' border_color='' border_radius='' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg='']</span>

    2022-03-09_002.jpg
    Now we will use this css

    #header_meta .phone-info,#header_meta .phone-info > div {
    	width: 100%;
    }
    #header_meta .phone-info .top-right {
    	float: right;
    }

    and the result should be like this
    2022-03-09_003.jpg

    Best regards,
    Mike

    in reply to: Horizontal gallery image caption #1343931

    Hi,
    Thanks for your feedback about the stepping through the horizontal gallery, the reason it “seems” that it takes 3 clicks is because the user is not getting any feedback that their clicks are doing anything, if the “enlarge the active image” option was used the user would see the progression of the clicks.
    I can understand that you don’t want to use this option, so perhaps you could add a border around the active item with css like this:

    .av-horizontal-gallery .av-horizontal-gallery-wrap.av-active-gal-item{
      border:4px solid #FF4800;
    }

    Best regards,
    Mike

    in reply to: different content when turn the advance layout builder #1343928

    Hi,
    Very good, 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: section full width #1343927

    Hi,
    For example, I took the shortcode of the contains of tab 3 and placed it in a code block element with the custom class inner-tab-section-width and added this css to your child theme stylesheet.

    #top.page-id-13305 #full_width_tab_section .inner-tab-section-width {
        max-width: 1200px;
        margin: auto;
    }

    Please clear your browser cache and check.
    You can use the same custom class inner-tab-section-width for all of your tabs contents that you want to be “boxed”

    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: Blog Pagination, not able to go back to page 1 #1343846

    Hey slsmart,
    Thanks for the link to your page, please don’t use this old solution, the issue for that was already solved.
    I tested the blog element pagination with a clean install of v4.9 and the first pagination works correctly, please see the link in the Private Content area.
    Please try disabling any customizations and plugin and check again.
    If this issue continues then please include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    Hi,
    Oh ok, glad to hear that you have this sorted out, shall we close this then?

    Best regards,
    Mike

    in reply to: Importing Demo #1343843

    Hi,
    I checked your site with another tool and it said that the set_time_limit() function is currently disabled on your server this function to ensure that the migration doesn’t time out, this is different than the current PHP run time limit.
    Please ask your webhost to enable the set_time_limit() function
    2022-03-09_001.jpg

    Best regards,
    Mike

    in reply to: section full width #1343835

    Hi,
    Thanks, I’m not sure what happened but I saved the page again and now it is full width again. Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Ok I added this to your child theme functions.php

    
    function move_mobile_language_switch() { ?>
        <script>
    (function($) {
    var width = $(window).width();
    if ((width <= 590)) {
    $(".av-language-switch-item").each(function() {
            $(this).appendTo("#header_meta>.container>.sub_menu");
    });
    } else {}
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'move_mobile_language_switch');

    and this to your child theme stylesheet

    #header_meta>.container>.sub_menu>li.av-language-switch-item {
    margin-top: 10px;
    list-style:none;
    }
    #header_meta>.container>.sub_menu {
    	display: flex;
    	justify-content: center;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Do you mean that you have this error on many posts? That is that many posts have been edited with both the Classic Editor and the Advanced Layout Builder and now they show different content in the different editors?

    Best regards,
    Mike

    in reply to: google inspect #1343637

    Hi,
    Glad to help, shall we close this then?

    Best regards,
    Mike

    Hi,
    Perhaps I can write a script to move the language flags above the logo for mobile only, up to 590px would that work for you?

    Best regards,
    Mike

    in reply to: google inspect #1343631

    Hi,
    Try testing again without any ad-blockers or cookie blockers, and make sure your browser is not in a privacy mode, if your using Safari, it is blocking these by default.
    Then ensure you have a good internet connection, sometimes a weak wi-fi will drop mid page load.
    The object would be to load the page without the errors, because I’m not seeing these errors except when my ad-blocker is enabled.

    We know these are from youtube because we both have the same cache file highlighted, AaG4H0f6ng0, in my screenshot I have it expanded to show the source, and you see youtube

    As long as your videos are showing and play when you click them, which they do for me, I would not worry about it because you can not ensure that all of your visitors have their ad-blockers or cookie blockers disabled, most people want to block tracking.

    Best regards,
    Mike

    in reply to: section full width #1343628

    Hi,
    If the images that you want full-width must be inside the tab section, then you would need to make the whole tab section full width, please clear your browser cache and check the test page below.
    Now if you want the text areas “boxed” like before we can set a max-width for them, but for the 8 columns they can not be nested inside another column so we would need to convert them into shortcode and place them inside a code block, but since you are not done editing them yet it probably would not be easy for you in the future.
    So the option is to use the whole tab section full width like on the test page below (clear your cache) or finish your image columns so they can be converted into shortcode for a code block section.

    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: How to add a scrolling text #1343608

    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

    Hey Grobi,
    I looked at the support page for the “exit notifier” plugin and it offers a solution to “Whitelist” a site, try following this solution for your main domain.
    You can see all of the “exit notifier” plugin support solutions here, and if you have further questions about the plugin you ask there also.

    Best regards,
    Mike

    in reply to: Blog Post Element – Spacing Between Images #1343552

    Hey Julio,
    Thanks for the link to your site, please try this in your quick css:

    @media only screen and (max-width: 479px) and (orientation: portrait) { 
    	#top #wrap_all .slide-entry-wrap .flex_column.slide-parity-odd,
    	#top #wrap_all .avia-content-slider .slide-entry-wrap{
    		margin-bottom: 0;
    	}
    }

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

    Best regards,
    Mike

    in reply to: How to add a scrolling text #1343551

    Hi,
    Thanks for the screenshot, try this css

    @media only screen and (max-width: 767px) {
    #top.page-id-600 #main .marquee {
        height: 30px;
    }
    #top.page-id-600 .hr.hr-invisible.avia-builder-el-7 {
        height: 20px;
    }
    }

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

    Best regards,
    Mike

    in reply to: Double headings in the table of contents #1343549

    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: Double headings in the table of contents #1343499

    Hi,
    If you want to use this for other pages I recommend adding a custom ID to the toc to replace to auto generated avia_auto_toc-2 ID then in the script and css replace the page ID and #avia_auto_toc-2 with the new ID.
    Or since this is added via the widget element to the pages you could try just removing the page ID from the script.

    Best regards,
    Mike

    in reply to: How to add a scrolling text #1343496

    Hi,
    Ok 🙂

    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: Importing Demo #1343492

    Hi,
    I tried manually uploading the images and importing the theme via the wordpress xml importer and I got the success message but the pages & posts didn’t install, only the images.
    I’m not sure what the issue is so I have asked the rest of the team to assist.
    Thank you for your patience

    Best regards,
    Mike

    in reply to: How to add a scrolling text #1343487

    Hi,
    Glad to hear, shall we close this then?

    Best regards,
    Mike

    Hi,
    Glad to hear this helped.
    The dropdown language selector needs to be assigned to a specific menu, right now it’s assigned to the wpml menu
    2022-03-07_001.jpg
    the wmpl menu is used in the top bar as the Secondary Menu above the header and not in the header.
    But since you are modifying the menus to show a different menu on different pages you won’t be able to choose one main header menu to show the language selector in.

    Best regards,
    Mike

    in reply to: Double headings in the table of contents #1343482

    Hi,
    I see that you forgot to also add the script above to your child theme functions.php, I did this for you, please check.

    Best regards,
    Mike

    in reply to: How to add a scrolling text #1343481

    Hi,
    Thanks for the feedback, please try this css in your Quick CSS

    @media only screen and (max-width: 767px) {
    #top.page-id-600 #main > .avia-section .marquee > .track > .content {
        padding-top: 0px;
    }
    }

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

    Best regards,
    Mike

    in reply to: How to add a scrolling text #1343418

    Hi,
    Sorry I’m not sure what you mean by center the text and reduce the width?
    above you asked to make it full width and it is a scrolling marquee so it’s not going to center it’s moving?
    perhaps a screenshot would help.

    Best regards,
    Mike

Viewing 30 posts - 12,481 through 12,510 (of 34,910 total)