-
Search Results
-
This is a continuation of this thread: https://kriesi.at/support/topic/tab-section-height-problem-3/
Sorry to revisit this after so long. I was initially using this code successfully, but then had a strange problem and forgot to follow up with you on a solution.
The problem… the text and thumbnails inside the tab section look like they are “pulsating”, slightly moving around. When I remove your code, then the “pulsating” stops. Not sure what is causing it. I’ve included a screening recording below (YouTube link).
Topic: Remove Video Image Overlay
Hello,
I am adding Youtube videos and when I move cursor over the video thumbnails, an overlay appears and push the video title down. Is there a way to remove this overlay. I have disabled the linked image overlays but it did not work. I am not using any caching plugin. Attached you can see the overlay I wish to remove. Thank you….
Hi,
I’m Cristian from http://www.davidibiza.com , an Academy and YouTube channel specialized in WordPress and Online Marketing in Spanish with more than 165.000 subscribers:
https://www.youtube.com/@davidibiza .I am writing to offer you the opportunity to create a fully sponsored video about Enfold – Responsive Multi-Purpose Theme.
The video will be published on our YouTube channel, and I will also share it with the paying subscribers of our Academy, where there are currently around 2.500 people subscribed.
Additionally, I will send an email to our mailing list, which currently consists of nearly 3.000 people. On another note, I always share on our Udemy account, where we have almost 46.000 students enrolled in our courses: https://www.udemy.com/user/davidkaos/.
Similarly, I will also publish the video on our social media platforms (X and Facebook).We’re talking about a highly targeted Spanish-speaking audience, and there are certainly many chances that they might be interested in the product you offer.
I forgot to mention that we can also provide English subtitles for the video so that you can promote it through your marketing campaigns.
I believe that our YouTube channel resonates deeply with your target audience, making a collaboration between us a natural fit. We’re confident that together, with this video, we can offer something truly valuable to our audience.
If you’d like to collaborate with us, here’s the plan:
1. Once we receive the payment, we’ll need access to the premium version of the tool to test it.2. After analyzing it, we’ll ask if you have any specific guidelines regarding the video style, how you want to approach it, whether you’d like to offer a discount, key points to highlight, important details for the video description, thumbnail style, etc. If you don’t have this info, we’ll handle it based on the style of our latest videos: https://www.youtube.com/@davidibiza/videos.
3. Once we have all the details, we’ll send you a content outline for your review.
4. After you approve it, we’ll start recording the video.
5. When the video is ready, we’ll send you a private URL so you can review it.
6. Once you confirm everything is good to go, we’ll publish the video and promote it to reach as many people as possible, making this collaboration a success!
Would you be interested in discussing the collaboration details?
Please feel free to reach out if you have any questions or inquiries.
P.S: I apologize, and please forgive me if I have any errors in English. It’s not my native language, and I might have expressed myself incorrectly in certain parts of this message.
All the best,
Cristian Andrés Tissera
(Email address hidden if logged out)Hi!
I was trying to create a custom layout containing a section with a dynamic background (Custom Field Image) value: {wp_custom_field:_thumbnail_id}
It works OK for one post, but background image is being cached and displayed for all other posts as well.
I dag into the av_section code to find that attribute is being rendered nicely, but the dynamic CSS class (avia-section.av-m8303wih-f038c6badb9db50289ff3c9a39d18731) that defines section background does not update.
A quick workaround for this scenario:
// Force bg for secion as it does not update when dynamic avia element is used // Enfold forces CSS bg, but it is cached and does not update for different posts // although it is calculated OK for secion atts add_filter('avf_sc_section_before_close', function($output, $atts) { if (!$atts['src_dynamic'] ?? false || !$atts['src'] ?? false) return $output; $style_attr = ' style="background-image: url('. esc_url($atts['src']) .') !important;"'; return substr_replace($output, $style_attr, 4, 0); }, 999, 2);
Liebes Enfold Team,
in unserem WooCommerce-Shop werden manche Produktbilder im Grid bzw. in der Produktübersicht quadratisch (also zugeschnitten) dargestellt, während andere Bilder ihr ursprüngliches Seitenverhältnis behalten:
https://woo.gwup.org/shop/?avia_extended_shop_select=yes&product_order=date&product_count=48
Bitte runterscrollen!Unter Customizer > WooCommerce > Produktbilder haben wir bereits die Einstellung “Nicht zuschneiden: 600 x 300” gewählt, damit Bilder im Originalseitenverhältnis angezeigt werden. Zusätzlich wurde auch “Regenerate Thumbnails” vollständig ausgeführt.
Trotzdem bleiben die Darstellungen uneinheitlich – einige Bilder erscheinen weiterhin quadratisch.
Woran könnte das liegen? Gibt es eventuell zusätzliche Enfold-spezifische Einstellungen oder Zwischenspeicherungen, die beachtet werden müssen?
Ich wäre sehr dankbar für Ihre Unterstützung bei der Klärung dieses Problems.
Mit freundlichen Grüßen
AndrèEnglish:
Dear Enfold Team,
In our WooCommerce shop, some product images in the grid (or product overview) are displayed as squares (i.e., cropped), while others keep their original aspect ratio.
https://woo.gwup.org/shop/?avia_extended_shop_select=yes&product_order=date&product_count=48
Scroll down, pllease!Under Customizer > WooCommerce > Product Images, we have already selected the option “Uncropped: 600 x 300” to display images in their original proportions. Additionally, we have run “Regenerate Thumbnails” completely.
However, the display remains inconsistent – some images still appear square.
Could you please advise what might be causing this issue? Are there any additional Enfold-specific settings or caches that we should take into account?
I would be very grateful for your assistance in resolving this matter.
Best regards
AndrèHow do I remove the thick black border and dark overlay from the gallery media element?
Hi, I recently posted about changing the featured image size on my blog posts here: https://kriesi.at/support/topic/blog-post-featured-image-size-4/
I don’t know if it’s related, but the thumbnails on the related entries element at the bottom of my blog posts are stretched.