Forum Replies Created

Viewing 30 posts - 841 through 870 (of 67,197 total)
  • Author
    Posts
  • in reply to: unmute background video #1488641

    Hey Munford,

    Thank you for the inquiry.

    You don’t need to add avia_load_shortcodes unless you’re overriding or creating new builder elements or shortcodes. To hide the mute button on mobile, make sure to add the following code above the css media query.

    .custom-mute {
       display: none;
    }

    Let us know the result.

    Best regards,
    Ismael

    in reply to: Tab section content being cut off #1488640

    Hi,

    Thank you for the update.

    It’s possible that there are unclosed or invalid css media queries in the Quick CSS field. Please make sure all css rules are valid and properly closed. If you can provide the login details, we’ll be happy to check it for you.

    Best regards,
    Ismael

    in reply to: Column Rows Same Height #1488639

    Hi,

    Thank you for the update.

    We noticed that the custom css class is only applied to certain special heading elements. To simplify things, instead of applying the custom css class directly to the special heading elements, add it to the color section containing the columns, and then use the following css code:

    #top .locationscolumn .av-special-heading {
        min-height: 95px;
    }

    Best regards,
    Ismael

    in reply to: WooCommerce Gallery Lightbox – No modal popup #1488638

    Hey jkorsower,

    Thank you for the inquiry.

    The gallery is currently set to use zoom instead of the lightbox, which is the default behavior for the Woocommerce gallery. To use the default lightbox, please look for the Enfold > Shop Options > Product Gallery settings and select Default Enfold product gallery, as shown in the screenshot below.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: title should appear centered next to the icon #1488593

    Hey mary301187,

    Thank you for the inquiry.

    Please add this css code to align the icon with the heading.

    .avia-icon-list .av-iconlist-empty .iconlist_title {
        margin-top: 0;
    }
    
    #top .avia-icon-list-container ul li {
        display: flex;
        align-items: center;
    }
    
    #top .avia-icon-list-container ul li .iconlist_icon {
        min-width: 64px;
    }

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: fontawesome #1488590

    Hi,

    Thank you for the update.

    How did you upload the icons? Please provide the login details in the private field so we can inspect the issue.

    Best regards,
    Ismael

    in reply to: Show fullscreen image for 5 seconds #1488588

    Hey dondela,

    Thank you for the inquiry.

    Have you tried using the preloader option? Please toggle the Enfold > Theme Options > Page Preloading option, then configure the settings as needed.

    Best regards,
    Ismael

    in reply to: Fine tuning CF7 for Iphone – IOS #1488587

    Hi,

    Thank you for the update.

    Please try to update the modification with the following css:

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area, .wpcf7 input[type=date] {
        -webkit-appearance: none;
        width: 100%;
        margin-bottom: 0;
        display: inline;
        min-width: 50px;
        padding: 13px;
        border-radius: 2px;
        border: solid 1px #e1e1e1;
        background: none;
    }

    Let us know the result.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    1.) The selector would be “#top .avia-image-container.customclass .avia-image-container-inner img” since the custom class is applied to the parent container.

    2.) Set the margin to “0 auto” to align the image to the center.

    #top .avia-image-container.customclass .avia-image-container-inner img { 
        margin: 0 auto; 
    }
    

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: adding structured data mark up / schema #1488585

    Hi,

    Thank you for the update.

    You can adjust the Automated Schema.org HTML Markup option in the Enfold > SEO Support panel as shown in the screenshot below.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Mobile Menu not working #1488584

    Hi,

    Thank you for the info.

    It seems to be an issue with the mega menu links. We edited the enfold/js/avia-snippet-hamburger-menu.js file and updated some blocks of code. This seemed to have fixed the issue.

    https://pastebin.com/ZKyBy7JZ

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Tab section content being cut off #1488583

    Hi,

    To correct the display on desktop view, please add this css code:

    .av-layout-tab-inner .container {
        max-width: 100vw;
    }

    Make sure to add this before the previous css code above.

    Result:

    View post on imgur.com

    Best regards,
    Ismael

    Hey woogie07,

    Thank you for the inquiry.

    Which icon are you trying to change, and what do you mean by “CMS to change”? Please elaborate or create a test page so we can better understand what you’re trying to do.

    Best regards,
    Ismael

    in reply to: Button padding #1488581

    Hey lara666,

    Thank you for the inquiry.

    The button in the screenshot looks different compare to the button in the actual contact page. Did you figure this out?

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: adding structured data mark up / schema #1488579

    Hey Anne,

    Thank you for the inquiry.

    Yes, you can disable the default schema markup option from the theme, then install plugins such as Schema or Structured Content.

    https://wordpress.org/plugins/schema/
    https://wordpress.org/plugins/search/structured+content/

    You can also use Yoast’s schema framework: https://yoast.com/features/structured-data/

    Best regards,
    Ismael

    in reply to: Flyout Menu Sub Sub Menu Colors – Mobile and Desktop #1488527

    Hi,

    Thank you for the inquiry.

    You could apply a different color to the third-level menu items.

    #av-burger-menu-ul li.av-show-submenu > .sub-menu > li > a > .avia-menu-text {
        color: #ed8800;
    }
    
    #av-burger-menu-ul li.av-show-submenu > .sub-menu > li > .sub-menu > li a > .avia-menu-text {
        color: #c1af97;
    }

    Result:

    sc

    Best regards,
    Ismael

    in reply to: Scroll through #1488526

    Hi,

    Great! We’ll close the thread now. Have a nice day.

    Best regards,
    Ismael

    in reply to: Fine tuning CF7 for Iphone – IOS #1488525

    Hey Chris,

    Thank you for the inquiry.

    What happens when you add this css code?

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
        -webkit-appearance: none;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache to make sure that the changes take effect.

    Best regards,
    Ismael

    in reply to: problem with theme #1488524

    Hey Hugo,

    Thanks for reaching out. Please continue here: https://kriesi.at/support/topic/couloirs-are-changing-by-them-self/

    Best regards,
    Ismael

    in reply to: couloirs are changing by them self! #1488523

    Hey droomvanzwolle,

    Thank you for the inquiry.

    The colors of the sites look different when we checked. Did you figure out the issue? There’s no way the options of one site would influence the other unless you manually imported the theme options to the other site. Let us know if the issue persists.

    Best regards,
    Ismael

    in reply to: Text Overlay Size #1488522

    Hey jnightingale,

    Thank you for the inquiry.

    You can adjust the caption font size in the Styling > Image Caption panel. Please check the screenshot below:

    sc

    Let us know if you need more info.

    Best regards,
    Ismael

    in reply to: Different main menu on specific page? #1488521

    Hi,

    Thank you for the update.

    Regarding the logo, you can use the avf_logo filter to display a different logo image on specific pages

    function av_change_logo($logo) {
        if (is_page(9)) {
            $logo = 'http://kriesi.at/wp-content/themes/kriesi/images/logo.png';
        }
        return $logo;
    }
    
    add_filter('avf_logo', 'av_change_logo');
    

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

    If you have more questions, please feel free to open another thread: https://kriesi.at/support/forum/enfold/#new-post

    Best regards,
    Ismael

    in reply to: Tab Section Title Width #1488520

    Hi,

    No problem! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

    in reply to: Mobile Menu not working #1488518

    Hey lauragale2020,

    Thank you for the inquiry.

    We can reproduce the issue, but we are not yet sure what is causing it. We found this error in the console.

    Uncaught TypeError: Cannot read properties of undefined (reading ‘hash’)
    at HTMLLIElement. (avia-snippet-hamburger-menu.min.js?ver=7.1.2:1:2033)
    at ce.each (jquery.min.js?ver=3.7.1:2:3129)

    What happens if you remove the Patient Portal menu item, or adjust the current link using a URL shortener such as https://bitly.com/? The link pattern in the Patient Portal menu item seems to be causing the script error above.

    Best regards,
    Ismael

    in reply to: Tab section content being cut off #1488517

    Hey lauragale2020,

    Thank you for the inquiry.

    Adding this css code should help limit the content within the tab section element.

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .av-layout-tab-inner .container {
          width: 100vw;
          max-width: 85%;
          margin: 0 auto;
      }
    }
    

    Result:

    sc

    Best regards,
    Ismael

    in reply to: Column Rows Same Height #1488516

    Hey lauragale2020,

    Thank you for the inquiry.

    Since the sizes of the images and the button element are the same, and only the content or the Special Heading element varies in height, try applying a Custom CSS Class to the Special Heading elements, then set a minimum height using custom css.

    Example without a custom css class:

    #top .av-special-heading {
        min-height: 95px;
    }
    

    sc

    Let us know if you need more info.

    Best regards,
    Ismael

    in reply to: No Logo in Header and a title instead #1488515

    Hey amollde,

    Thank you for the inquiry.

    Have you tried uploading the pub name or text as an image? You can create an image file using any image editor, such as Photoshop. Add the pub name as text, save the file as a PNG with a transparent or white background, then upload it as a logo in Enfold > Theme Options. Let us know the result.

    Best regards,
    Ismael

    in reply to: Fullscreen slider #1488514

    Hi,

    Great! Glad to know you’ve considered using Layer Slider. Feel free to reach out if you have any more questions. Have a nice day.

    Best regards,
    Ismael

    in reply to: font is not showing #1488513

    Hi,

    Thank you for the info.

    The Quicksand font is already available in the font selection, so you don’t need to upload it. If you need additional variations, you have to download the font files directly from Google Fonts.

    sc

    Best regards,
    Ismael

    in reply to: accordion element #1488512

    Hi,

    We centered the Special Heading and saved the content as a template called “4 Column Special Heading BG”. You can now add it to your home page or any other page, and update the content as needed.

    Best regards,
    Ismael

Viewing 30 posts - 841 through 870 (of 67,197 total)