-
AuthorSearch Results
-
November 7, 2025 at 10:18 am #1491025
In reply to: Enlarge logo
Open that image link in your browser: https://dapoostkapelle.nl/wp-content/uploads/2025/06/First_business_card_5.png
you then can see the whitespace around it.
November 6, 2025 at 9:03 am #1490994In reply to: Logo visible only on mobile version
Only logo image on small screen size like tablet in vertical mode and mobile devices too
November 5, 2025 at 10:22 pm #1490987In reply to: Logo visible only on mobile version
Would you like to hide only the logo image or both the logo image and navigation?
Would you like to hide it on small screen sizes or exclusively on mobile devices?November 5, 2025 at 7:16 pm #1490985In reply to: PageSpeed and Site Loading Hidden Elements
Hi @Guenni007,
Thank you for the suggestion. I looked through that thread, but it seems to help solve loading/hiding video within an avia framework element (e.g., color section), but not the loading of the avia element itself (e.g., fullscreen slider) and all of its image content.
Am I missing something?
Ideally, the display of the user would be determined early in the page loading process and, based on the result, would only load one of the fullscreen sliders I have on the home page, and would not load (or show) any of the others.
November 5, 2025 at 6:38 pm #1490983Hello,
I was able to fix the image problem with additional CSS.
There is still an issue with the search box in the top right corner of the nav bar. When you enter search terms, a drop-down appears with results; however, it closes really quickly, and you cannot click any of the results. How do I fix this?
Also, when you go to a product detail page, it use to show the details, but after an update, you now have to click details like it’s a button. How can I make it always visible again?
Example: https://dpfsource.com/product/ct350-da/Thanks
November 5, 2025 at 3:08 pm #1490978In reply to: Boxed content in grid row with fullwidth background
Hi Guenni007 or someone else :-)
Can you help mw with this code again? I need one gridrow just as above with 1400px in boxed layout and fullwith background color, thats okay. But then I also need a gridrow with 1400px boxed layout with fullwidth background image bg. Now the background gets 1400px. Is it difficult to get another code for this? Thank you,
Kind regards, MathildeNovember 5, 2025 at 1:07 pm #1490976In reply to: Reduce loading time with the AJAX portfolio
now – thanks for the admin permissions.
i did what i mentioned above: for the thumbs in grid i take the portfolio size (495×400)
using that snippet to have original images in the ajax preview image ( on imagify you have choosen to have no compression – so original image might be of less file-size than the recalculated large image-size )
and disabeling the enfold option to use lazyloading ( maybe the option of wp-rocket is better )but with these changings – you can see a much better loading performance.
in additon – i decided to show on lightbox the full image ( because your large recalculated images are much bigger in file-size than the full one )
and to have no scroll on background – on opend lightbox.November 5, 2025 at 12:28 pm #1490973In reply to: Reduce loading time with the AJAX portfolio
ok – this seems to be enough inside child-theme functions.php:
add_filter("avf_ajax_preview_image_size", function($size) { $size = "full"; return $size; }, 10, 1);November 5, 2025 at 11:26 am #1490967In reply to: Reduce loading time with the AJAX portfolio
November 5, 2025 at 10:43 am #1490965In reply to: Reduce loading time with the AJAX portfolio
Edited – because there is that existing filter to influence the shown image in preview …
November 5, 2025 at 9:35 am #1490964In reply to: Reduce loading time with the AJAX portfolio
can we influence the image shown in the ajax preview ( that img insided avia-gallery-big ) – it seems to use the recalculated “large” image.
But as you know this might be bigger in file size than the original uploaded image!
I can not find a filter to adjust it.or could we influence it by
$params['preview_size'] = apply_filters( 'avf_ajax_preview_image_size', 'gallery' );i can find this in portfolio.php
// create array with responsive info for lightbox $img = Av_Responsive_Images()->responsive_image_src( $attachment->ID, 'large' );bring it to full will often reduce file-size – as you know that Enfold standard compression leads to bigger file-sizes on large image.
ok – i found the place to change in gallery.php (line 757)
$prev = wp_get_attachment_image_src( $attachment->ID, $preview_size );if we would use :
$prev = wp_get_attachment_image_src( $attachment->ID, 'full' );looking to his page f.e.:
the krebs-treppen-systeme-gelaender-system30-3.jpg is 121kb
but krebs-treppen-systeme-gelaender-system30-3-1030×839.jpg is 268kbthe whole page got over 112MB images – and could be reduced to a half size.
November 4, 2025 at 11:33 pm #1490958Hello,
I have added the images using the code provided in the forum. However, when I try to enlarge them, they get grainy. How can I fix this?
November 4, 2025 at 9:15 pm #1490956In reply to: price span not showing
November 4, 2025 at 7:03 pm #1490950In reply to: Photo Title Displays When Hovering
Hey tlscaliti,
That is not theme functionality, but if you remove the title attribute from the image, then it should not appear.
Best regards,
RikardNovember 4, 2025 at 11:54 am #1490916In reply to: customize featured image slider element
you can try:
#top .avia-featureimage-slideshow .avia-caption-title a { display: inline-block; line-height: 1.4em; background-color: rgba(0,0,0,0.3); backdrop-filter: blur(4px); padding: 5px 8px; border: 2px solid #FFF; border-radius: 5px }Just leave out the border styling if you don’t like to have it. I’ve now adjusted it so that it fits the button.
November 4, 2025 at 10:53 am #1490915Topic: customize featured image slider element
in forum Enfoldsitibus
ParticipantHi support, on my website http://www.avvocatoambienteesicurezza.it I would like to have the title of the “featured image slider” element with a gray overlay, can you please help me?
November 4, 2025 at 1:15 am #1490900Hey mntsrvcs,
Thank you for the inquiry.
This is possible, but you will need to directly modify the includes > loop-search.php file. Please check the links below for more info.
— https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161
— https://kriesi.at/support/topic/change-layout-search-results/#post-1359284Best regards,
IsmaelNovember 3, 2025 at 6:32 pm #1490897mntsrvcs
ParticipantHello,
I purchased extended support for my current site. My site is running Woocommerce and I am trying to add product images to the search results page. I have tried using the Advanced Woo Search plugin, but it is not working, and I believe it is due to a conflict with the Enfold theme.
Also, I have a search box in the top right corner of the nav bar. When you enter search terms, a drop-down appears with results; however, it closes really quickly, and you cannot click any of the results. How do I fix this?
November 3, 2025 at 2:03 pm #1490888In reply to: The website loads invisible elements.
have you followed my link to the testpage? There is the video in the “background!” you can see the layout of that in the placed image below.
The rest is the css you need.
PS: Hope Mike could help you – because as a participant i can not see private content area.November 2, 2025 at 3:16 am #1490861Topic: Blank pages when I update a page (after updating the theme)
in forum EnfoldAudica1
ParticipantDear Support,
After updating the theme, any time I update a page, the page goes blank and all content is removed. I have tried adding all different types of content (text, images, buttons) and I have enabled the WP Classic Editor in Theme Options, but nothing has worked.
I have been able to restore previous versions of pages, but need to add new content. Any information on how this can be fixed will be greatly appreciated. Thanks.
November 1, 2025 at 9:12 pm #1490859In reply to: Blog Overview – Image left, copy right
Dear Ismael,
Thank you a lot. That works just great.
Just one thing: The post image should be shown completely:

Thank you!
-
This reply was modified 5 months, 3 weeks ago by
Jables.
November 1, 2025 at 6:08 pm #1490854November 1, 2025 at 2:22 pm #1490846In reply to: Magazine demo
Hey Nicolas Stephanou,
Do you mean this demo?
It is one of the homepages for the default Enfold demo, please note that this demo doesn’t include all of the images when you import it, but it should work fine once you add your content.Best regards,
MikeNovember 1, 2025 at 8:24 am #1490834In reply to: Grey line at the bottom of an image [solved]
see my edit above – posting the same time
try:
#top picture.avia_image { display: flex !important; }and maybe you like to have more contrast on hovering the images:
#top a.avia_image .av-image-caption-overlay-center { position: absolute; top: 50%; transform: translateY(-50%); display: grid; margin: 5px 25px; font-size: 1.2em } #top a.avia_image:hover .av-image-caption-overlay-center { color: #940000; background-color: rgba(255,255,255,0.6); backdrop-filter: blur(4px); } #top .av-image-caption-overlay-center p { margin: 10px 0 !important; }November 1, 2025 at 7:58 am #1490832In reply to: Grey line at the bottom of an image [solved]
Where can we inspect that issue?
– ok i found your page tabijapon –
do you have a webp plugin installed? if i place an image element with enfold only and set the animation to “slightly zoom the image” – i do not have these bars.
Now i try to find out where it comes from…October 31, 2025 at 2:49 pm #1490816In reply to: Using CSS in header Central without Logo
the filter avf_logo_subtext is nice to have both Logo Image and Text
try instead:
function use_text_logo_only($logo){ $link = apply_filters( 'avf_logo_link', home_url( '/' ) ); $logo_tag = "h1"; $logo_heading = "Wayne Anderson"; $alt = get_bloginfo( 'name' ); $title = get_bloginfo( 'name' ); $logo = '<a class="logo text-logo" href="'.$link.'" alt="'.$alt.'" title="'.$title.'"><'.$logo_tag.'>' .$logo_heading.'</'.$logo_tag.'></a>'; return $logo; } add_filter('avf_logo_final_output','use_text_logo_only');and on quick css:
(maybe with your header setting – you had to adjust the css a little bit )#top .logo.text-logo { display: flex; justify-content: left; align-items: center; width: auto; } #top .logo.text-logo h1 { margin: 0 !important; font-size: 30px; /* adjust to your needs */ text-transform: uppercase !important; }PS: if you like to have different alt and title tags replace in the snippet above with hardcoded strings
$alt = "your alt attribute"; $title = "your title attribute";and if you do not like to have a h1 – just replace to a different tag ( h2, div, span etc. ) but then you had to adjust the css to that tag
see example page: https://webers-testseite.de/background-video/
October 31, 2025 at 11:58 am #1490806In reply to: Content slider with image and text on the right
Hi Ismael,
Thank you so much, that’s awesome! I do get the CSS (almost …) but I have 2 questions. I know I said not to look at the dimensions but still:
- How can I place the text at the bottom like in my example? I guess it must be in .av-text-column but justify-content: center bottom doesn’t work
- Where/how can I change the proportions? Let’s say image 70% text 30%
EDIT: Found it, It’s in the flex properties. .av-text-column {
flex: 1; and .av-image-column { flex: 3; did the trick. So forget the last questionBest regards,
StevenOctober 31, 2025 at 7:15 am #1490795Hi,
Thank you for the screenshot.
Did you add this css code?
.responsive .fullsize .grid-col-4 .grid-image { height: 215px; }This limits the height of the grid items. Try to remove this css code or override it with the following css rule:
.responsive .fullsize .grid-col-4 .grid-image { height: auto !important; }Let us know the result.
Best regards,
IsmaelOctober 31, 2025 at 6:59 am #1490793In reply to: Content slider with image and text on the right
Hey steviger,
Thank you for the inquiry.
You can continue using the Content Slider element. Add the following html in the editor:
<div class="av-flex-container"> <div class="av-image-column"> <img src="http://site.com/image.jpeg" alt="Sample Image" /></div> <div class="av-text-column"> <h2>Title Here</h2> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel urna at sapien tempor dictum. </div> </div>Then add this css code to create a container with two columns, an image on the left and a title with text on the right.
.av-flex-container { display: flex; width: 100%; height: 400px; flex-wrap: wrap; } .av-image-column { flex: 1; position: relative; overflow: hidden; } .av-image-column img { width: 100%; height: 100%; object-fit: cover; } .av-text-column { flex: 1; padding: 40px; display: flex; flex-direction: column; justify-content: center; background-color: #f5f5f5; } @media (max-width: 768px) { .av-flex-container { flex-direction: column; height: auto; } .av-image-column, .av-text-column { flex: 1 1 100%; height: auto; } .av-image-column img { height: 250px; } .av-text-column { padding: 20px; } }Best regards,
IsmaelOctober 31, 2025 at 6:38 am #1490788Topic: Grey line at the bottom of an image [solved]
in forum Enfold -
This reply was modified 5 months, 3 weeks ago by
-
AuthorSearch Results
-
Search Results
-
Hello,
I purchased extended support for my current site. My site is running Woocommerce and I am trying to add product images to the search results page. I have tried using the Advanced Woo Search plugin, but it is not working, and I believe it is due to a conflict with the Enfold theme.
Also, I have a search box in the top right corner of the nav bar. When you enter search terms, a drop-down appears with results; however, it closes really quickly, and you cannot click any of the results. How do I fix this?
Dear Support,
After updating the theme, any time I update a page, the page goes blank and all content is removed. I have tried adding all different types of content (text, images, buttons) and I have enabled the WP Classic Editor in Theme Options, but nothing has worked.
I have been able to restore previous versions of pages, but need to add new content. Any information on how this can be fixed will be greatly appreciated. Thanks.







