Forum Replies Created
-
AuthorPosts
-
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,
IsmaelAugust 26, 2025 at 6:44 am in reply to: Flyout Menu Sub Sub Menu Colors – Mobile and Desktop #1488527Hi,
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:
Best regards,
IsmaelHey 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,
IsmaelHey Hugo,
Thanks for reaching out. Please continue here: https://kriesi.at/support/topic/couloirs-are-changing-by-them-self/
Best regards,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHi,
No problem! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHey 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,
IsmaelHey 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:
Best regards,
IsmaelHey 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; }
Let us know if you need more info.
Best regards,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelAugust 25, 2025 at 8:59 am in reply to: can’t find option to select mailchimp list in Contact Form element #1488485Hi,
No problem! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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:
Best regards,
IsmaelHi,
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,
IsmaelHi,
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.
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,
IsmaelAugust 25, 2025 at 7:33 am in reply to: Warum wird bei einem Link auf Akkordeon die Überschrift nicht angezeigt? #1488475Hey 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-1284063Best regards,
IsmaelAugust 22, 2025 at 4:53 am in reply to: What is the JS file (and path) for the theme included “Cookie Consent” bar? #1488393Hi,
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,
IsmaelHey 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 -
AuthorPosts