-
AuthorSearch Results
-
December 1, 2025 at 11:27 pm #1492002
In reply to: trouble importing .tff or .woff fonts
use the font-manager of enfold – it works great – even for variable fontfiles
first – if you compress your font-files on a mac (OSX) it will include even the typically non visible files on OSX folder. This is what you see – when you are talking about Font: MACOSX ( font-family: macosx ).
But your font-file of berthold should be there too.I do not know if fontsquirrel can convert otf files of variable Fonts to ttf or woff2.
just one moment – i’m looking for an older post of mine. …
https://kriesi.at/support/topic/how-to-submit-and-use-custom-fonts/#post-1470894
you can download that script app – just place it on your desktop – and drag & drop files there to zip.
Or use keka to compress your font folder. And do not include invisible files
after compression it should show inside that font zip file only the fonts – and nothing else:
December 1, 2025 at 9:23 pm #1491996Topic: Follow up, Post Link #1491821
in forum EnfoldEleina_Shinn
ParticipantI have followed Ismael’s instructions to make my top bar larger, add isonc etc., and it looks great, thank you! The only problem is that it now doens’t look good on mobile. It should stack on mobile, Phone number at the top, then email underneath, and both centered. Is it possible to make it do that?
Thank you so much!
thefamilytreedition.com/bypass
December 1, 2025 at 7:31 am #1491969Hi,
Thank you for the inquiry.
Adding this code in the Quick CSS field should correct the layout issue on mobile view:
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ #commentform label { position: relative; left: auto; top: 0; } #top .comment-form-cookies-consent label { top: -30px; } }Screenshot:
Best regards,
IsmaelNovember 30, 2025 at 6:02 pm #1491962Hi,
For mobile add this css:#top #wrap_all .header_color .menu-item-30.av-menu-button-colored > a .avia-menu-text { background-color: #6c0f1b; border-color: #6c0f1b; } #top #wrap_all .header_color .av-menu-button-colored > a:hover .avia-menu-text { color: #000; }Please note that mobile devices don’t have a hover rule, but the color changes on click, like the desktop hover, adjust to suit.
Best regards,
MikeNovember 29, 2025 at 8:56 pm #1491952Hey ceakins1908,
Try this css in your Quick CSS:#top #wrap_all .header_color #menu-item-30.av-menu-button-colored > a .avia-menu-text { background-color: #6c0f1b; border-color: #6c0f1b; } #top #header.header_color.av_header_transparency .av-main-nav > li.av-menu-button-colored > a:hover .avia-menu-text { color: #000; }Adjust the black hover color to suit, then clear your cache and check.
Best regards,
MikeNovember 29, 2025 at 11:10 am #1491941In reply to: Arrow above sub menu
if you would like to have it always visible just remove the hover pseudo-class:
here is the solution for sub-menu
#top .menu-item-has-children:hover:before { position: absolute; top: auto; bottom: -4px; left: 20px; display: block; content: "\e886"; font-size: 36px; line-height: 24px; font-family: 'entypo-fontello'; color: inherit; }November 29, 2025 at 1:20 am #1491938In reply to: Arrow above sub menu
maybe you can bring that arrow to your sub-menu container. But then you can not center it below top-level menu text.
But if you are satisfied by a fixed distance from the left (f.e. 20px ) this is a not so complex solution.or you set the avia-arrow-wrap and avia-arrow to show- and fill with background-color and border-color.
November 29, 2025 at 1:11 am #1491937In reply to: Arrow above sub menu
there is no extra class on top-level menu-item if a sub-menu is open. So this is probably only usable for modern browsers.
Maybe a solution to bring an extra class to top-level menu-item via script seems to be better.try:
#top .menu-item-has-children > a { display: flex; justify-content: center; } #top .menu-item-has-children > a:hover:after, #top .current_page_item.menu-item-has-children > a:after, #top .menu-item-has-children:has(ul.sub-menu[style*="visible"]) > a:after { position: absolute; top: auto; bottom: -4px; display: block; content: "\e886"; font-size: 36px; line-height: 24px; font-family: 'entypo-fontello'; color: var(--enfold-main-color-primary); }see here on “our clinic” menu-item: https://basis.webers-testseite.de/
November 28, 2025 at 12:53 pm #1491926As I am always connected for testing, I hadn’t noticed that the labels have the same problem in the desktop version…
Here in Chrome

Just one small thing: if there is no answer, the correct spelling is “réponse,” not “réponses” (plural). You can also use “réponse(s).”
Thanks for your attention.
Rolland
-
This reply was modified 3 weeks, 6 days ago by
RollandH.
November 28, 2025 at 12:38 pm #1491924RollandH
ParticipantHi,
Posted the same request a year ago for another website and the situation is the same.

- A way to remove the large 0 if there is no comment
- How to place labels correctly or use placeholders
- The information phrase for the registration is not fully displayed.
- Still on mobile, if you submit an empty comment in Chrome or Opera, field completion alerts appear, but nothing appears in Firefox.
Thanks for your attention.
Rolland
-
This topic was modified 3 weeks, 6 days ago by
RollandH.
November 28, 2025 at 11:00 am #1491919In reply to: page update fails after high number of elements
Hello Ismael,
thanks a lot and you can close this topic.
Have a nice weekend an best regards
AnneNovember 28, 2025 at 7:27 am #1491916Hi,
Thank you for the inquiry.
Have you tried selecting standard screen sizes instead of manually adjusting the screen width or height? We made some adjustments to the css code and re-added it in the Quick CSS field.
@media only screen and (max-width: 989px) { .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container { height: 50px; line-height: 50px; } .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 50px; margin-top: 50px !important; } .responsive #header_main .container { height: 50px !important; } .responsive #top .logo { height: 48px !important; } #top #menu-item-search { top: 4px; } }(Tablet):
(Phone)
Best regards,
IsmaelNovember 28, 2025 at 7:18 am #1491915hm i did not try that because in class-avia-slideshow.php this parameter is missing on the array:
$video_data = apply_filters( 'avf_youtube_video_data', array( 'autoplay' => 0, 'videoid' => $video_id, 'hd' => 1, 'rel' => 0, 'wmode' => 'opaque', 'loop' => 0, 'version' => 3, 'autohide' => 1, 'color' => 'white', 'controls' => $controls, 'iv_load_policy'=> 3 ));but: as always, it only works muted.
Thanks Ismael – i will keep that snippet in mind. btw: then you can set an end time too:add_filter( 'avf_youtube_video_data', function( $data ) { if( !empty( $data['videoid'] ) && $data['videoid'] === 'G0k3kHtyoqc' ) { $data['start'] = 15; $data['end'] = 40; } return $data; });However, the video behaves this way only when first called up. Once the slideshow has run through its first cycle, these settings are no longer taken into account. Furthermore, if you have selected autoplay, the video will be interrupted after the slider autorotation duration and the next slide will be called up.
November 27, 2025 at 6:39 pm #1491904you can insert to that input field:
<iframe src="https://www.youtube.com/embed/grA5XmBRC6g?start=50&autoplay=1&mute=1" frameborder="0" allowfullscreen></iframe>but to have autoplay – you have to mute it
yes the whole iframe code works. without the mute=1 it will wait until you click the start button (then with sound)
But that’s not really a good solution. Because the video doesn’t start again when you autorotate to that slide again.November 27, 2025 at 6:33 pm #1491899Hey mattis7,
The update to 7.1.3 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,
RikardNovember 27, 2025 at 3:46 pm #1491893In reply to: Before/After part
Hi,
Please try this CSS instead:
@media only screen and (max-width: 767px) { #top #section-container-width .container { width: 100%; max-width: 100%; } }Best regards,
Rikard-
This reply was modified 3 weeks, 3 days ago by
Rikard.
November 27, 2025 at 12:29 pm #1491888if you like to have the pipes between the links:
adjust the new switch point when the links goto a twoliner:@media only screen and (max-width: 467px) { #header { height: 160px !important; max-height: 160px !important; } .responsive.html_header_top.html_mobile_menu_tablet #top #main { padding-top: 160px !important; } }and for phone-info:
/****** styling the phone-info links with pipe separator *************/ #top #header_meta .phone-info { display: flex; flex-flow: row wrap; gap: 0 40px; } #top #header_meta .phone-info a { flex: 1 1 auto; position: relative; } #top #header_meta .phone-info a:not(:last-child)::after { content: '|'; font-size: 18px; position: absolute; right: -24px; color: #FFF; }November 27, 2025 at 11:25 am #1491885There is a lot more to think of.
First – to style the header_meta with your phone-info entries.
To prevent breaks occurring where it looks unsightly, it would be a good idea to replace your entries completely with this line:<a style="white-space: nowrap" href="/over-ons/">Over Ons</a><a style="white-space: nowrap" href="/veelgestelde-vragen/">Veel gestelde vragen</a><a style="white-space: nowrap" href="#">Nieuws</a><a style="white-space: nowrap" href="tel:+31434551268">T: +31 (0)43 455 12 68</a>after that we will see if the pipes are neccessary.
On mobile devices, these links become two lines—and this must also be taken into account with the padding-top of main.
After you have these new phone-info – remove your code from above and try:
@media only screen and (max-width: 989px) { .responsive #top #wrap_all #header .container { width: 95%; max-width: 95%; } #header { position: fixed !important; height: 110px !important; max-height: 110px !important; } .responsive.html_header_top.html_mobile_menu_tablet #top #main { padding-top: 110px !important; } #top #header.av_header_transparency #header_meta { background-color: transparent; } #header_main { border-bottom: none; } #header:not(.av_header_transparency) #header_main { box-shadow: 0 5px 10px #eee; } .responsive #top .av-logo-container , .responsive #top .logo a, .responsive #top .logo img, .responsive #top .logo svg { height: 80px !important; max-height: 80px !important; line-height: 80px !important; } .responsive #top #avia-menu > .menu-item-avia-special > a { height: 80px !important; ; line-height: 80px !important; } .responsive.html_mobile_menu_tablet #top #wrap_all .av_header_transparency { background-color: transparent !important; } .responsive #top .header_bg { opacity: 1; filter: alpha(opacity=100); background-color: #FFF !important; } #top #header:not(.av_header_transparency) .header_bg { background-color: #FFF !important; } .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo img.alternate, .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo .subtext.avia-svg-logo-sub { display: block !important; } .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > img, .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > svg { opacity: 0; } .html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner, .html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner::after { background-color: #FFF; } .html_mobile_menu_tablet .header_color #header.av_header_transparency .menu-item-search a:before { color: #FFF; } } @media only screen and (max-width: 767px) { #header { position: fixed !important; height: 140px !important; max-height: 140px !important; } .responsive.html_header_top.html_mobile_menu_tablet #top #main { padding-top: 140px !important; } } @media only screen and (max-width: 435px) { #header { position: fixed !important; height: 160px !important; max-height: 160px !important; } .responsive.html_header_top.html_mobile_menu_tablet #top #main { padding-top: 160px !important; } } /****** End *************/ /****** styling the phone-info links *************/ #top #header_meta .phone-info { display: flex; flex-flow: row wrap; justify-content: space-evenly; gap: 0 30px; }November 27, 2025 at 9:00 am #1491872In reply to: Translated page shows 404 when logged in (WPML)
In French there is an overlay of Green #009297.
I think it is:
<div class="av-section-color-overlay-wrap">The border on the top and on the left in German is white.
November 27, 2025 at 7:37 am #1491865Topic: Sticky header for mobile works in customizer not on the web
in forum EnfoldFred1969
ParticipantThis code for sticky header for mobile works in Customizer, but not on the web: see: https://temp.hotelonsepen.nl/
/* sticky header on smartphone */
@media only screen and (max-width: 767px) {
.responsive #top #main !important {
/* Margin top value should be equal to header height*/
margin-top: 150px !important;
}
.responsive #top #wrap_all #header {
position: fixed !important;
}
}What is wrong?
Grtz. Fred
November 27, 2025 at 6:28 am #1491863In reply to: Restricted product displaying in search results
And you don’t like to make it public? Perhaps other participants could also benefit from this.
Is it nearby my approach on: https://kriesi.at/support/topic/restricted-product-displaying-in-search-results/#post-1491770November 26, 2025 at 3:54 pm #1491851In reply to: Before/After part
Hi,
You can adjust the mobile container width using this CSS:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .container { width: 95%; max-width: 95%; } }Note that this will affect all container elements on your site on mobile resolutions.
Best regards,
Rikard-
This reply was modified 3 weeks, 3 days ago by
Rikard.
November 26, 2025 at 11:04 am #1491840In reply to: Top Menu hiding
Thanks Rikard,
It disappeared from desktop but still visible on mobile.
Please support.
thanks,
tariq
November 26, 2025 at 8:48 am #1491832In reply to: Top Menu hiding
Dear Rikard,
I did all possible edits but I am still have Home link on the top bar. I need only the logo on the left. I don’t need any menu on desktop or mobile.
Please see this image https://greensvill.com/wp-content/uploads/2025/11/Top-Menu-scaled.png
November 26, 2025 at 8:19 am #1491831In reply to: RTL Language
No I didnt. The demo which I have is Parallax.
Can you tell me or send me any documentation how to install Arabic language and how to get the site work as RTL. The website will have English as base language and Arabic as a second. I also need to have the language switcher on the top..
November 26, 2025 at 6:50 am #1491828Thanks Ismael, but I don’t have the 1st CSS code in my style.css file… what do you mean when you say “This sets the header height to 90px on tablet view”? You mean “…in the standard CSS of the Enfold theme”?
My request is to have the same height of the header (50px) to all screen sizes, and always transparent on top (if possible)…
Anyhow: CSS #2 of your email is fixing between 768px and 989 onlypx, but it is not transparent.
At < 768px no changes, of course.
If I remove the “min-width: 768px” of your CSS, the header size is still 80x, and in addition to that, the Burger menu is not centered anymore: see here-
This reply was modified 4 weeks, 1 day ago by
mistermagoo8691.
-
This reply was modified 4 weeks, 1 day ago by
mistermagoo8691.
November 26, 2025 at 6:34 am #1491827Hey Angelo,
Thank you for the inquiry.
This sets the header height to 90px on tablet view:
.responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container { height: 90px; line-height: 90px; }To override it, you can add this css code:
@media only screen and (min-width: 768px) and (max-width: 989px) { .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container { height: 50px; line-height: 50px; } .responsive #top #main { margin-top: 50px !important; } }Let us know the result.
Best regards,
IsmaelNovember 26, 2025 at 6:27 am #1491825In reply to: Secondary top menu font color on mobile
Hey limedrop,
Thank you for the inquiry.
The top menu items are still white on mobile view when we checked. Did you figure this out?
To make sure they’re white, try to add this css code:
.responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, .responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, .responsive #top .av_header_transparency #header_main_alternate, .responsive .av_header_transparency #header_main .social_bookmarks li a, .responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span, .responsive #top .av_header_transparency #header_meta, .responsive #top .av_header_transparency #header_meta li, .responsive #top #header_meta .social_bookmarks li a { color: #ffffff; }Best regards,
IsmaelNovember 26, 2025 at 5:52 am #1491818In reply to: Different font colour for logged in and out users
My guess is that WP Rocket is interfering again. I can’t see the font (or the arrows) with your code either, Ismael.
try to insert mine for testing.
the section is set to alternate_color and this is in your system set to :
.alternate_color { color: var(–enfold-alternate-color-color) }
and this is on your setting #000so this :
#top .av_inherit_color * { color: inherit; }will cause the font to be color: #000
November 26, 2025 at 5:48 am #1491817In reply to: Different font colour for logged in and out users
-
This reply was modified 3 weeks, 6 days ago by
-
AuthorSearch Results
-
Search Results
-
I have followed Ismael’s instructions to make my top bar larger, add isonc etc., and it looks great, thank you! The only problem is that it now doens’t look good on mobile. It should stack on mobile, Phone number at the top, then email underneath, and both centered. Is it possible to make it do that?
Thank you so much!
thefamilytreedition.com/bypass
Hi,
Posted the same request a year ago for another website and the situation is the same.

- A way to remove the large 0 if there is no comment
- How to place labels correctly or use placeholders
- The information phrase for the registration is not fully displayed.
- Still on mobile, if you submit an empty comment in Chrome or Opera, field completion alerts appear, but nothing appears in Firefox.
Thanks for your attention.
Rolland
This code for sticky header for mobile works in Customizer, but not on the web: see: https://temp.hotelonsepen.nl/
/* sticky header on smartphone */
@media only screen and (max-width: 767px) {
.responsive #top #main !important {
/* Margin top value should be equal to header height*/
margin-top: 150px !important;
}
.responsive #top #wrap_all #header {
position: fixed !important;
}
}What is wrong?
Grtz. Fred






