I have a small problem, I have disabled controls, show info to disabled but I still get the bar on top which says the title of the video and two other icons that say watch later and share. They appear initially then disappear. Is there a way to not show that?
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hey JannyPolak,
Please try the following in Quick CSS under Enfold->General Styling:
#av-burger-menu-ul ul.sub-menu ul.sub-menu {
padding-top: 20px;
}
Best regards,
Rikard
Hi,
Does your full code block look this now?
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #top .av-main-nav .menu-item-avia-special {
display: none;
}
.responsive #top .av-main-nav .menu-item {
display: inline;
}
.responsive .logo img,
.responsive .logo svg {
margin: 0;
max-height: 40px !important;
margin-left: -20px;
}
.header-scrolled #header_main {
position: fixed;
width: 100%;
background: black;
top: 0;
}
}
Best regards,
Rikard
Hi,
Please try adding this as well inside of the media query posted by Ismael.
.header-scrolled #header_main {
position: fixed;
width: 100%;
background: black;
top: 0;
}
Best regards,
Rikard
Hi,
When I test the font it seems to work but I don’t have a link or a image of what the font should look like so I’m not sure.
I see that your zip files have multiple fonts,

so you can either zip each one independently and then upload, or follow Guenni007’s advice here and here to create a variable font.
Best regards,
Mike
Hello
we updated a few weeks ago our wordpress CMS and noticed now a critical error which is as we investigate caused by enfold. When some products are updated and saved there is a critical error. Changes are done and saved, but after saving there is a critical error message. Error message is:
Ein Fehler vom Typ E_ERROR wurde in der Zeile 126 der Datei /home/wp/disk/wordpress/wp-content/plugins/woocommerce/includes/wc-notice-functions.php verursacht. Fehlermeldung: Uncaught Error: Call to a member function set() on null in /home/wp/disk/wordpress/wp-content/plugins/woocommerce/includes/wc-notice-functions.php:126
Stack trace:
#0 /home/wp/disk/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_tabs.php(141): wc_clear_notices()
#1 /home/wp/disk/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1181): avia_sc_product_tabs->shortcode_handler()
#2 /home/wp/disk/wordpress/wp-includes/shortcodes.php(433): aviaShortcodeTemplate->shortcode_handler_prepare()
#3 [internal function]: do_shortcode_tag()
#4 /home/wp/disk/wordpress/wp-includes/shortcodes.php(273): preg_replace_callback()
#5 /home/wp/disk/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(580): do_shortcode()
#6 /home/wp/disk/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php(2072): ShortcodeHelper::avia_apply_autop()
#7 /home/wp/disk/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1181): avia_sc_columns->shortcode_handler()
#8 /home/wp/disk/wordpress/wp-includes/shortcodes.php(433): aviaShortcodeTemplate->shortcode_handler_prepare()
#9 [internal function]: do_shortcode_tag()
#10 /home/wp/disk/wordpress/wp-includes/shortcodes.php(273): preg_replace_callback()
#11 /home/wp/disk/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(559): do_shortcode()
#12 /home/wp/disk/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section/section.php(1466): ShortcodeHelper::avia_remove_autop()
#13 /home/wp/disk/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1181): avia_sc_section->shortcode_handler()
#14 /home/wp/disk/wordpress/wp-includes/shortcodes.php(433): aviaShortcodeTemplate->shortcode_handler_prepare()
#15 [internal function]: do_shortcode_tag()
#16 /home/wp/disk/wordpress/wp-includes/shortcodes.php(273): preg_replace_callback()
#17 /home/wp/disk/wordpress/wp-includes/class-wp-hook.php(324): do_shortcode()
#18 /home/wp/disk/wordpress/wp-includes/plugin.php(205): WP_Hook->apply_filters()
#19 /home/wp/disk/wordpress/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php(117): apply_filters()
#20 /home/wp/disk/wordpress/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php(209): Yoast\WP\SEO\Builders\Indexable_Link_Builder->build()
#21 /home/wp/disk/wordpress/wp-includes/class-wp-hook.php(326): Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->build_indexable()
#22 /home/wp/disk/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#23 /home/wp/disk/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action()
#24 /home/wp/disk/wordpress/wp-includes/post.php(4771): do_action()
#25 /home/wp/disk/wordpress/wp-includes/post.php(4862): wp_insert_post()
#26 /home/wp/disk/wordpress/wp-admin/includes/post.php(453): wp_update_post()
#27 /home/wp/disk/wordpress/wp-admin/post.php(227): edit_post()
#28 {main}
thrown
We use WordPress-Version 6.4.4 | Aktives Theme: Enfold Child (Version 1.0) | Aktuelles Plugin: WooCommerce (Version 8.9.2) | PHP-Version 8.1.28
Any idea why this error occures? Thanks a lot for your help Marc
Hey awasner,
Thank you for the inquiry.
This css code hides the dropdown or select element:
#top select {
display: none;
}
To override it, you can add this css code in the Quick CSS field:
#top select {
display: block !important;
}
Please temporarily disable the Enfold > Performance > File Compression settings so that we can trace where the css modification is added.
Best regards,
Ismael
Hey Stefan,
Thank you for the inquiry.
You can use the theme’s default lightbox to open inline content. Please check the link below for examples: https://kriesi.at/support/topic/mailchimp-popup-3/#post-1447133
Best regards,
Ismael
Hey joshuati,
Thank you for the inquiry.
This is possible, but there won’t be enough space for the menu items. We may need to decrease the size of the logo or the font size of the menu items. If that is acceptable, you can start with this css code:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #top .av-main-nav .menu-item-avia-special {
display: none;
}
.responsive #top .av-main-nav .menu-item {
display: inline;
}
.responsive .logo img,
.responsive .logo svg {
margin: 0;
max-height: 40px !important;
margin-left: -20px;
}
}
Best regards,
Ismael
Running i site through HTML validator gives several errors. I found this thread from 2016, https://kriesi.at/support/topic/html-validator-found-errors/ with the same errors.
– Element style not allowed as child of element div in this context.
– No p element in scope but a p end tag seen.
Is there any way these error can be avoided? When working on a site to get it up WCAG standards, I would like it to be as error free as possible. These are public sites and WCAG standards are need to have, not nice to have.
Any ideas on when this will be addressed?
Regards
Nina Sæther
Hey Adria,
I see that you are running an old version of the theme, could you try to update to the latest version (5.7.1) to see if that helps please? The update to 5.7.1 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
there is no technical limitation on using Adobe Fonts. You only had to be allowed to use the font as webfont too. Sometimes the licence models are different. And f.e. an otf file is not allowed to use for web.
see : https://kriesi.at/support/topic/custom-fonts-not-working-in-safari-seem-ok-in-chrome/#post-1445405
you can upload your font families (Only one font family per conversion ) to f.e.: https://transfonter.org/ Do only upload one font type ( all ttf – or otf etc.) e.g: all font-weights you need as otf from Garamond.
– my advice for conversion settings is then to only use ttf (as fallback) and woff2 (for modern browsers. On settings choose “Without Demo Page” and ( guess it is preselected ) “Family Support“.
Rename this downloaded zip file to something that is correlated to your FontFamily (because that is the name of the Enfold listed Font Family) – and upload it to the Enfold Fontmanager.
The font-family rule name is the original one from the uploaded files.
thats all.
Hello,
in product category pages and in tag pages there are two H1 tag,
one I have hidden it with display:none, but still is marked as a major mistake by search engines
How can I remove the second programmatically?
I am already using this code https://kriesi.at/support/topic/how-to-customize-blog-category-page-layout/#post-1297910
to remove the prefix from the category title.
Thank you
Mauro
last attempt – calculation with the given paddings is hard to fullfill – so try on that page without:
(To avoid incorrect values for the normal videos (landscape mode), set these values only for the corresponding page.
(Unfortunately, a custom class is not passed to the main class of mfp-wrap. You could do this for an inline popup.)
.mfp-iframe-holder {
padding: 0px !important;
}
.mfp-iframe-holder .mfp-content {
height: 90vh !important; /*** the wanted height ***/
width: 50.625vh; /*** the calculated width is then ***/
}
.mfp-iframe-scaler {
padding-top: 178%; /*** 100 x 16 / 9 = 177.88 ***/
}
see again: https://webers-testseite.de/portrait-video/
I’ve tested it on multiple iPhones and they all show the same result. It’s not a problem that shows up on the desktop or any desktop emulation. I still do not know why.
I will provide new login information. I tested it and it works fine. Please let me know if that works for you. Thank you.
I am trying to embed using iframe another page from the same site – I want to hide the header and footer if possible but header for sure.
Do you have any insight. If this is too far off topic I understand – I’m just stumped and you guys are amazing!
Hi,
Try this css:
@media only screen and (max-width: 767px) {
#top #header_main .logo {
width: 60px;
max-width: 60px;
}
}
Best regards,
Mike
Hey supermanage,
Unfortunately most browsers will not auto play the video on mobile, this is a browser limitation, this is why a fallback image is used.
You can try using the LayerSlider to show your video with autoplay and “Play Muted” enabled, see the screenshots in this thread
Best regards,
Mike
Hi,
When I check in portrait view the logo and link is not overlapping, the slider seems to behind the inner-container div that holds the logo & menu, so you need to bring the slider button to the top with z-index, as pointed out above, not the whole slider as then you won’t be able to click the menu button.
unfortunately tring to override the slider z-index is not working like this:
#slider-88-slide-165-layer-1 {
z-index: 999 !important;
}
so you need to set this inside on the slider options.
I have not used the revolution sliderI’m not sure where this setting is, perhaps you do, or try checking the revolution slider documentation.
Best regards,
Mike
Hi,
Do you mean on all pages for mobile?
@media only screen and (max-width: 480px) {
#top #header_main .logo {
width: 60px;
max-width: 60px;
}
}
Best regards,
Mike
Hey amyncuih,
Please try the following in Quick CSS under Enfold->General Styling:
#top #wrap_all .av_header_transparency #header_meta a {
color: #fff;
}
Best regards,
Rikard
Hi,
To make the logo link smaller for mobile try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 480px) {
#top.page-id-11754 #header_main .logo {
width: 60px;
max-width: 60px;
}
}
but it also looks like you will need to make the button in the slider come to the fore ground with z-index, try around 99
I have not used the revolution sliderI’m not sure where this setting is, perhaps you do, or try checking the revolution slider documentation.
Best regards,
Mike
Hi I added the full screen slider with a youtube video it works fine on desktop but not on mobile it says to add a fallback image.
How can I allow it to work on mobile too?
Thanks
Hi Guenni… the exact size is 608 x 1080 px… aspect ratio should be 9/16.
After looking everything again, I’m very happy with the size of the video (using your code)… desktop, tablet and smartphone 👌🏻… no changes necessary 😃.
Only the black bars on the right and left are annoying…
…and that the video inside the lightbox is displayed so dark on the smartphone… on the desktop and tablet it’s not like that… but maybe I have to create a new topic for that?!…
have a nice weekend….
maybe you try this only:
(if you got a real 9/16 video)
.mfp-iframe-holder .mfp-content {
width: 50vh !important;
}
.mfp-iframe-scaler {
padding-top: calc(158% + 80px);
}
if the video has a width of 50vh – then it has a height of 89vh ( so enough space for close button ). However, with a padding top this means: 89×16/9 = 158
see: https://webers-testseite.de/portrait-video/
-
This reply was modified 1 year, 9 months ago by
Guenni007.
Hey Stefan,
Thank you for the inquiry.
You can try this css code:
.responsive #main .container_wrap:first-child {
position: fixed;
top: 88px;
z-index: 999;
width: 100%;
}
It might require a few adjustments on mobile view.
Best regards,
Ismael
Hi,
Thank you for the update.
1. The Cart and Search buttons a little larger
You can add this css code to make the cart and search icons larger:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#menu-item-shop .cart_dropdown_link {
font-size: 24px;
}
#top #menu-item-search a:before {
font-size: 30px !important;
}
}
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael