-
AuthorSearch Results
-
March 11, 2025 at 4:52 am #1479057
In reply to: Category and Product Alignment
Hey ballindigital,
Thank you for the inquiry.
You could apply a minimum height to the special heading element:
@media only screen and (max-width: 767px) { #top .av-special-heading { min-height: 61px; } }Please note that the modification above will apply to every Special Heading element. You may need to apply a custom css class to the elements where you want this to be applied.
— https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Best regards,
IsmaelMarch 11, 2025 at 4:45 am #1479056In reply to: Product Image Size
Hey ballindigital,
Thank you for the inquiry.
It looks like you have already applied the adjustments. If you’d like to increase the image size further, you can add this css code:
#top.single .single-product-main-image { width: 50%; float: left; margin-right: 50px; overflow: hidden; padding-bottom: 50px; } #top.single .product div.images img { width: 100%; height: auto; max-height: unset; margin: 0 auto; }Best regards,
IsmaelMarch 11, 2025 at 4:26 am #1479054In reply to: Header structure
Hi,
Thank you for the info.
In the style.css file, you have the following css rules that target specific widgets using #custom_html-2 or #custom_html-3. These rules don’t apply to the EN version because the widget there has a different ID, #custom_html-4.
body #header_main #custom_html-2 .col.btn a, body #header_main #custom_html-3 .col.btn a { display: block; background-image: linear-gradient(#d9c596, #b39b60); padding: 0 25px 0 25px; color: #050607; font-size: 14px; font-weight: 700; border-radius: 25px; max-height: 40px; line-height: 40px; text-transform: uppercase; margin-top: 5px; }Please update the css to include the widgets in the EN version.
Best regards,
IsmaelMarch 10, 2025 at 7:47 pm #1479045In reply to: Different space above menu and below menu?
Hey Jak73,
Please try the following in Quick CSS under Enfold->General Styling:
#top #header_main .av-main-nav > li > a { line-height: 0; }Best regards,
RikardMarch 10, 2025 at 6:12 pm #1479040In reply to: Pill Tab Section not working as expected
Hi,
1. Try this CSS and change the values to your liking:
.avia_transform .av-active-tab-title .av-tab-arrow-container span { top: -5px; } .av-tab-arrow-container { height: 21px; }2. Try this CSS:
.CF-av-pill-tabs .av-active-tab-title { background: red; }3. Try setting the width to 100%:
.CF-av-pill-tabs .av-inner-tab-title { color: #FFFFFF; font-family: 'roboto'; font-weight: 500; font-size: 36px !important; width: 80%; text-align: left; margin-left: 5% !important; margin-bottom: 0px !important; padding: 10px 0px 0px 0px !important; }Best regards,
RikardMarch 10, 2025 at 4:53 pm #1479036In reply to: Custom fonts for certain instances of headings
With my first question, I just wanted to make sure that the font also works with your method. So you used the Enfold support for Google Fonts (something we should actually avoid in Europe because of GDPR requirements) and activated the font that way.
The second question is about whether you can avoid using the custom class if these headings could have something in common. For example, that you want to have all blog post titles with this font.Now – make shure that the custom class input field is filled without that dot for classes. On the heading element this custom class goes (as mentioned already) to the parent of the h tag. So the code will work for all heading tags (h1, h2 etc. ) with:
#top .av-special-heading.extralargedisplayfont .av-special-heading-tag { font-family: 'sacramento'; }March 10, 2025 at 3:35 pm #1479030Hey Mike
Thank you for the code walk through here but it is not what I have been asking about.
1.
The client does not want the gallery image to show on the frontend.2.
The client wants to be able to hover the product image and have it switch to the first gallery image which is not seen on the frontend. The gallery image is only added to the backend product screen.They want it seen like this: https://www.fiocchetti.com/en/products/bloodbanks-4degc?e=275 (on the Single Product image screen.)
There is this older support thread here: https://kriesi.at/support/topic/change-single-product-image-on-hover-with-gallery-first-image/
If Ismael is around can he add the needed code to the older support thread and also add the needed code in this thread?
-
This reply was modified 1 year ago by
SHR Design. Reason: Adjusting
March 10, 2025 at 1:38 pm #1479021Topic: Different space above menu and below menu?
in forum EnfoldJak73
ParticipantMarch 10, 2025 at 12:20 pm #1479017In reply to: Layout possible with Enfold?
Thank you, topic can be closed
March 10, 2025 at 12:19 pm #1479016In reply to: Full-with slider cropping
Thank you, Topic can be closed
March 10, 2025 at 7:05 am #1478994Hi,
Try to include this css rule inside the media query (max-width: 479px) to adjust the width of the items in the product slider:
.responsive #top #main .avia-product-slider-container .products .product { margin: 0 0 20px 0; width: 100%; } .responsive #top #main .av-19u5brg-c8bf1da9222c2acf3c8412eb09911916 .products .product { margin: 0 1% 1% 0; width: 49%; }This should maintain the layout of the items in the “Our Best Selling Products” section.
Best regards,
IsmaelMarch 10, 2025 at 4:36 am #1478978In reply to: Mobile screen result (image)
Hi,
For the “Livraison en Afrique” page, please add this css code to adjust the size of the slider image on mobile view:
#top .av-m7utj0fm-55a4085e08fb8dd95eeb6325426a31b7 li img { height: 300px; object-fit: cover; object-position: right; }Best regards,
IsmaelMarch 10, 2025 at 2:34 am #1478975In reply to: Logo missing mobile view – header menu
Hi Ismael,
Thanks for your response.
I checked and reuploaded the logos, but the logo still doesn’t appear in the mobile view. It used to show up before but suddenly disappeared.
Could you let me know how to display the black logo on mobile and the white one on desktop?
Thank you so much!
March 9, 2025 at 3:27 pm #1478943Hi,
Sorry I don’t understand your request, Please note that we ask that each thread stays “on topic” and different threads are used for multiple questions, this helps future users find solutions easier and multiple Moderators assist you with a solution, thank you for understanding.
Please open a new thread and explain fully, perhaps a screenshot would help.Best regards,
MikeMarch 9, 2025 at 3:14 pm #1478939In reply to: Problem with font color in menu on mobiles
Hi,
1) for the search icon try this css in your quick css:#top #header .av-main-nav > li#menu-item-search > a { background-color: unset; }2) don’t understand how burger menu is too long, perhaps a screenshot would help.
3) try this css:.header_color .av_ajax_search_title { color: #fff; }Best regards,
MikeHi,
We don’t have experience with your plugin and it is unlikely that we can connect your plugin to the theme, but I do recall a Reading Time that was working with the masonry element. Please see this thread, perhaps you can modify it for your needs. I’m not sure, but we are limited with such customizations and third party plugins.Best regards,
MikeMarch 8, 2025 at 10:22 pm #1478920In reply to: Easy Slider broken
When I disable the Super Minify plugin and use the Enfold theme minify/merge CSS/JS options, I get the broken Easy slider again. I think it is because a JS error is recurring with your minify/merge tools.
I’m not sure what other tool to use to assess my performance . . . I think y’all had suggested DebugBear a while back, so that’s why I use theirs. Is there a better option for me to check?
Current desktop with Super Minfy plugin (enfold minify disabled): https://www.debugbear.com/test/website-speed/C7ILxl13/overview
Current mobile with Super Minify plugin (enfold minify disabled): https://www.debugbear.com/test/website-speed/iBNTHJck/overviewWhen I make changes, I typically delete the cache in WP, then delete my browser cache/history as well . . . this seems to trigger that 502 Bad Gateway cloudflare that I’ll get on their forum and with my host support to troubleshoot, but if y’all see anything I should point out to them, I’ll appreciate the info. . . I have to go visit every page and refresh it . . . though blog posts are not impacted.
March 8, 2025 at 8:44 pm #1478919In reply to: Center Logo on Mobile
Hey nancyT,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive.html_header_top.html_logo_center #top .logo { left: 10%; position: relative; float: right; } }After applying the css, please clear your browser cache and check.

Best regards,
MikeMarch 8, 2025 at 5:49 pm #1478908Hey Tim,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>svg { opacity: 0; } .responsive #top .av_header_transparency .logo .subtext.avia-svg-logo-sub { display: block; } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeMarch 8, 2025 at 1:30 pm #1478896In reply to: Background color on hover of second submenu
Hi,
It looks like you have this custom css in your child this preventing clicks on your topbar sub-menu:#top #menu-item-1302 a { pointer-events: none; }I assume that you want to remove the click on the main item “Partenaires de séjours de vacances” but want the click on the sub-menu items, so remove your css and use this instead:
.menu-item-1302 { height: 30px; } #top #header_meta #menu-item-1302 > a { pointer-events: none; } #top #header_meta #menu-item-1302 .sub-menu a { pointer-events: auto; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeMarch 8, 2025 at 12:42 pm #1478890In reply to: Easy Slider broken
Hi,
Glad to hear that you have this sorted out, please note that when you double minify with either two plugins or a plugin and the theme settings it will typically cause errors due to how minify works. Minify removes spaces and other characters from CSS, when it is double minified needed characters are sometimes removed causing errors. So the best approach is to minify only once with either the theme settings or a plugin.
TTFB is a server response time, your test above is for a mobile device which is throttled and not using true mobile 5G speed, typically most test mobile at 3G and 5G for desktop.Best regards,
MikeMarch 8, 2025 at 11:19 am #1478888In reply to: Website is displayed incorrectly after last update
Hi,
Thanks for the update. If you have further questions which is not on the original topic, then please open a new thread and try to explain the problem that you are having a bit further. We’ll close this thread for now.
Best regards,
RikardMarch 8, 2025 at 7:13 am #1478882In reply to: Header structure
as a participant i do not see your private content messages – but do you use WPML?
WPML does handle your language Settings even for those enfold options.
you got on top your lang flags :

so if you like to have the same look – you had to synchronise these settings for each language.
read here https://kriesi.at/support/topic/implementing-the-same-theme-setting-to-all-languages-using-enfoldwpml/My advice: first style the page completely in your native language, then go via the theme settings. ( see link above)
March 8, 2025 at 6:55 am #1478881In reply to: Custom fonts for certain instances of headings
First: how did you embed/activate that Sacramento Font to Enfold?
Next: what is common to those headings that should use the Sacramento Font? (maybe there is something we can use as selector)_______
If there is no commonality for these headings, you will need to do this manually.You should give a custom class to those heading elements. (f.e. sacramento – why not?)

then you will have that custom class at the parent of your h-tags (av-special-heading-tag)
#top .av-special-heading.sacramento .av-special-heading-tag { font-family: 'sacramento'; font-weight: 700 }It may be necessary to force the font family by adding !important to this declaration.
March 8, 2025 at 6:15 am #1478880In reply to: Header Layout in mobile view needs help
ich habe dir jetzt zwei wege aufgezeigt.
zum Einen könntest du mit dem bisher erreichten ja den Code von Link mal einsetzen.zum Anderen – und ja klar wäre das ein Neuansatz – die Lösung über das Grid Layout.
Dazu wäre dann nötig den bisherigen Code zu entfernen, und den neuen Ansatz auszuprobieren.March 7, 2025 at 7:12 pm #1478868I have another issue linked here for which I need assistance. I’m assuming you’ll likely be the one to respond to it since most of modifications I made to tabs section was from CSS you’ve posted in previous forum posts. Please let me know if I need to create a new issue, or what the enfold moderators need to move forward with the issue. LINK is here. – https://kriesi.at/support/topic/pill-tab-section-not-working-as-expected/
Thank you!
March 7, 2025 at 7:06 pm #1478867Hi,
I have a large monitor/screen so had to zoom out to screen shot the contrast between the full width content at the top vs. the boxed/not full width color section at the bottom of screen.Thanks for the suggested fix! I set Maximum Container Width to 100% and the color section looks as expected on my large screen. I need to test that other screen sizes and all layouts (regular desktop, tablet)are OK before I close this out. Will be in touch in 3-4 days after testing.
March 7, 2025 at 11:51 am #1478848In reply to: Problem with font color in menu on mobiles
Hello Ismael,
thank you very much – that worked! :-)
There are just three little things:
1) the search icon is not visible on large screens like laptop (is it blue?) – it should be white.
2) the menue should be in burger style when it is too long – the client has added one big menue item and now it is too big…
3) the italic text which is shown when the search field gives no entry “Bitte verwende einen anderen Suchbegriff” should be in white, too.Can you help, please?
Kind regards,
KatiMarch 7, 2025 at 11:03 am #1478844Just to clarify, should I delete this:
@media only screen and (max-width: 479px) {
.responsive #top #wrap_all #main .products .product {
margin: 0 1% 1% 0;
width: 49%;
}
}And replace it with this?
.responsive #top #main .products .product {
margin: 0 0 20px 0;
width: 100%;
}March 7, 2025 at 10:43 am #1478843In reply to: Section takes height although display;none
Das Phänomen existiert auch ohne die ID “superlat” und kann auch auf frischen Installationen reproduziert werden.
Hier ist der Code um es zu reproduzieren:<div id=’main’ class=’all_colors’ data-scroll-offset=’88’>
<div class=’main_color container_wrap_first container_wrap fullsize’ ><div class=’container av-section-cont-open’ ><main role=”main” itemprop=”mainContentOfPage” class=’template-page content av-content-full alpha units’><div class=’post-entry post-entry-type-page post-entry-2′><div class=’entry-content-wrapper clearfix’><section id=”” class=’av_textblock_section av-m0exh7bk-f420021c8c6e7a2c36feb8c4b82214e7 ‘ itemscope=”itemscope” itemtype=”https://schema.org/CreativeWork” ><div class=’av-desktop-hide av-medium-hide av-small-hide avia_textblock’ itemprop=”text” ><p>SIMPLE TEXTin TEXTELEMENT</p>
</div></section>
</div></div></main>m.
-
This reply was modified 1 year ago by
-
AuthorSearch Results
Viewing 30 results - 2,101 through 2,130 (of 142,845 total)
-
Search Results


