-
Search Results
-
Hallo zusammen,
ich habe ein Problem auf einer Kundenseite, das sich wie folgt darstellt:
Ich habe eine Rasterzeile mit einem Hintergrundbild als Header erstellt. Dieses Bild wird auf allen Geräten korrekt angezeigt – mit einer Ausnahme: auf dem iPad (physisches Gerät, nicht über “Untersuchen”) erscheint das Headerbild plötzlich stark herangezoomt. Das Problem tritt bei jedem Header auf, der diese Einstellungen verwendet.
Hier sind noch Bilder zum Verständnis:



Könnt ihr mir bitte weiterhelfen oder einen Hinweis geben, woran das liegen könnte?
Vielen Dank im Voraus!
Beste Grüße
CharlotteEnglish:
Hello,
I’m experiencing an issue on a client’s website:
I created a grid row with a background image used as a header. The image displays correctly on all devices – except on the iPad (a physical device, not via “Inspect”). On the iPad, the header image suddenly appears extremely zoomed in. This happens with every header that uses these settings.
Here are some images for better understanding:



Could you please help me or provide a hint on what might be causing this?
Thank you in advance!
Best regards,
CharlotteTopic: lightbox issues
hi
I just took over a site that is using another theme together with Site Origin builder. (I am used to using enfold). I was having trouble with the lightboxes not working even though my images are set to open in a media file. Some of them work and some don’t, and sometimes the images seem to default back to no lightbox. I switched the theme to Enfold on a staging site, but the same thing is happening. I still have Site Origin installed since I don’t want to rebuild the whole site. Can you see if there is a conflict or what the issue is?
thanks for your help
NancyTopic: Logo as SVG
Dear @Ismael,
you helped me out with a piece of code (see post #1484511) and it is working as expected:
function avf_no_inline_svg_mod($attachment_id, $url) { $logo_url = avia_get_option( 'logo' ); $logo_url_transparency = avia_get_option( 'header_replacement_logo' ); if ($url && $url == $logo_url || $url && $url == $logo_url_transparency) { return true; } return false; } add_filter('avf_no_inline_svg', 'avf_no_inline_svg_mod', 10, 2);With this snippet added to functions.php the logo of my page is not rendered as path but instead loaded as an SVG image. Works for normal logos and the ones set in the transparency settings.
However, on pages with transparent header but smaller screen the normal logo is loaded. Not the transparent one. Any idea why? (Maybe helpful: I keep the transparent header for mobile menu due to a change in avia-sticky-header.js – code from the forum)
I appreciate your help.
Kind regards,
DanielHello,
I am struggling with the horizontal image gallery. I would like to show some text below each image and I am using “image copyright”, because I found no other possibility. The problem is, that it should show up below the image, and not on it. To get this working I used the following code:
.presse-galerie .av-image-copyright {
position: relative;
padding-top: 10px;
}
Where .presse-galerie is my class for the gallery.
This works for desktop view. But unfortunately not in tablet or mobile mode. My copyright text will displayed on the image and is not readable.Another issue is, that the horizontal gallery is not really responsive. It only works well in desktop mode. But on smaller screens images are badly cropped. Could you please provide some CSS to make this elements responsive?
Thanks, Bettina
Hi there
I’m building a site where I’ve set the overlays to show permanently as they use a svg as a design element. See the link for example. The problem is on mobile, the overlays don’t show up.
#top .slide-entry a .image-overlay { top: 0 !important; left: 0 !important; right: 0 !important; overflow: visible !important; opacity: 1 !important; }Any help would be very much appreciated
RichardHi Enfold Support,
I’m experiencing a repeatable bug with the Enfold gallery — specifically when using image subtitles.
On a page with an Enfold gallery, each image has been given a subtitle (via the built-in options). Everything works fine initially. However, after I scroll past the first image and then scroll back up to it, the subtitle is suddenly replaced with the string “null” on the frontend.
This behavior suggests that the JavaScript responsible for handling image subtitles is not correctly preserving or restoring the subtitle data after the element is reloaded or redrawn (possibly due to lazy loading or Masonry reflow). It appears that the subtitle is being dynamically injected, but the value is lost or misread after scrolling, resulting in a “null” string being displayed instead.
This only happens after interaction — when returning to the image — and seems like a client-side rendering issue.
Could you please look into this? I’ve shared a few example pages in the private content. Thanks!
Best regards,
Martin
Viewing 30 results - 1,201 through 1,230 (of 106,459 total)



