Forum Replies Created

Viewing 30 posts - 271 through 300 (of 66,623 total)
  • Author
    Posts
  • 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

    in reply to: Bug – blog page / category #1488511

    Hi,

    Your blog page is designed using a shortcode that belongs to the Enfold theme ([av_blog]), and all parameters used in that shortcode are specific to Enfold — they are not related to Tutor LMS. This is why your custom blog layout is not reflected correctly when visiting a URL like:

    This statement is not accurate either. If the category pages were using the archive.php file, which contains the avia_post_slider or the av_blog shortcode, they would display correctly, just as they do when the plugin is inactive. However, since the category pages are instead displaying as course pages, it’s clear that the plugin is forcing its layout onto the taxonomy or archive pages.

    Once again, we recommend reaching out to the plugin developers to ask whether the plugin uses any filters or hooks to redirect to a different template.

    Best regards,
    Ismael

    in reply to: font is not showing #1488486

    Hey rixi,

    Thank you for the inquiry.

    How did you load the font? Did you select the font in Enfold > General Styling > Fonts? Please provide the login details in the private field so we can check the settings.

    Best regards,
    Ismael

    Hi,

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

    Best regards,
    Ismael

    in reply to: Fullscreen slider #1488484

    Hi,

    Unfortunately, this will require significant modifications that are beyond the scope of support. You may need to hire a freelance developer to adjust the slider scripts and templates to your specifications. Please check the link below for further customization.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Replacing the cookies icon with another icon #1488483

    Hi,

    Thank you for the update.

    You can use this css code to adjust the color of the scroll up icon:

    #scroll-top-link.avia_pop_class {
        font-size: 30px;
        color: #1acbbc;
    }

    Best regards,
    Ismael

    in reply to: Blog post entry design #1488482

    Hi,

    Thank you for the update.

    You can add this css code to adjust the space around the portfolio items:

    #top .no_margin.grid-entry {
        padding: 20px;
    }

    Let us know the result.

    Best regards,
    Ismael

    in reply to: Small screens doesn’t show all pages in menu #1488481

    Hi,

    Thank you for the update.

    You can install menu plugins like UberMenu, WP Mega Menu or QuadMenu to display a different menu, but this may not fully resolve the issue without also considering a layout change or more direct intervention on your part, such as the ones we recommended above. Another option is to reduce the height of the menu items and the surrounding padding. Please try this css code:

    #top .av-main-nav ul a {
        height: auto;
        line-height: 18px;
        padding: 2px 15px;
        font-size: 12px;
        min-height: 18px;
    
    }

    Best regards,
    Ismael

    in reply to: Bug – blog page / category #1488480

    Hi,

    In Tutor LMS, courses are stored as WordPress posts in the wp_posts table. The Enfold theme seems to override the default display of these post types and treats posts in that category (e.g. news) as courses, resulting in this unintended course-style layout.

    If this statement is accurate, then the category pages shouldn’t display correctly when Tutor LMS is inactive. However, since the category pages display fine when the plugin is deactivated and only change when it’s active, it seems quite clear that the plugin is overriding something in the templates or redirecting the default templates to its own custom ones. We recommend reaching out to the plugin developers for clarification and to ask whether there are any functions in the plugin that enforce custom course styles or templates on the category pages.

    Best regards,
    Ismael

    in reply to: masonary galery has gap in mobile view #1488478

    Hey volkantuncer,

    Thank you for the inquiry.

    Did you add this css code?

    .responsive #top .av-masonry-entry {
        width: 100%;
        width: 45.6% !important;
        margin: 0 4% 1% 0;
    }

    You have to reset the width to 50% and the margin to 0.

    .responsive #top .av-masonry-entry {
        width: 50% !important;
        margin: 0;
    }

    Screenshot:

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Post preview image display issue #1488477

    Hi,

    Where did you add the code? The Appearance > Theme File Editor is not accessible, so we are not able to edit the functions.php file. Please provide the FTP details in the private field so that we can test the modification further.

    Best regards,
    Ismael

    in reply to: accordion element #1488476

    Hi,

    Thank you for the info.

    We just added the class name “av-custom-heading-bg” to the column element, then added the following css code to apply a background color to the special heading element inside the column.

    View post on imgur.com

    CSS:

    .av-custom-heading-bg .av-special-heading {
        background: #424680;
        padding: 20px;
    }
    

    We also created a test page. Please check the links in the private field.

    Best regards,
    Ismael

    Hey Markus,

    Thank you for the inquiry.

    You can try adjusting the scroll offset using the avf_header_setting_filter in the functions.php file. Please check the following threads for examples:

    https://kriesi.at/support/topic/submenu/#post-1440619
    https://kriesi.at/support/topic/submenu/#post-1440552
    https://kriesi.at/support/topic/internal-link-anchors-top-offset-is-wrong/#post-1284063

    Best regards,
    Ismael

    Hi,

    The cookie banner relies solely on the essential cookies set by the theme. The behavior and display of the cookie consent container change depending on whether these essential cookies (e.g aviaCookieConsent, aviaPrivacyMustOptInSetting) are set. However, in your installation, WP Rocket adds custom non-editable styles that permanently hide the privacy cookie. We recommend reaching out to the plugin developers for more info about this.

    You can find the functions that control the cookie behavior in the enfold/js/avia-snippet-cookieconsent.js file.

    Best regards,
    Ismael

    in reply to: Blog post entry design #1488391

    Hey fiorettipau,

    Thank you for the inquiry.

    Have you tried using the Masonry Gallery or the Portfolio Grid element? For the Portfolio Grid, you need to create a separate portfolio item for each entry. Please check the demos below.

    https://kriesi.at/themes/enfold-2017/elements/portfolio-grid/
    https://kriesi.at/themes/enfold-2017/elements/masonry-gallery/

    For more info, please check the following documentation:

    https://kriesi.at/documentation/enfold/portfolio-grid/
    https://kriesi.at/documentation/enfold/masonry-gallery/

    Best regards,
    Ismael

Viewing 30 posts - 271 through 300 (of 66,623 total)