Forum Replies Created
-
AuthorPosts
-
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.
Best regards,
IsmaelHi,
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
Best regards,
IsmaelHi,
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:
Best regards,
IsmaelAugust 27, 2025 at 6:49 am in reply to: Gallery image large with lightbox – change icon to camera or gallery icon #1488582Hey 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,
IsmaelHey 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?
Best regards,
IsmaelHey 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,
Ismael -
AuthorPosts





