-
Search Results
-
Hello,
Hope you are doing well.
We have the same reoccuring issue that we’ve had in the past with threads we’ve opened. Many elements keep not loading across the website and only reappear on reload, and not always fully.
We’ve cleared the cache on Object Cache Pro. We’ve also added Enfold theme as an exclusion for the Async plug-in. I don’t know if there could be issues such as conflicts between Async and Autoptimize. We’ve also set exclusions between them.
The issue happens more and more often and at times it seems like the whole page doesn’t load until the reload. We’ve disabled lazy load on Enfold, but have it on Autoptimize because we don’t see the option to turn it off.
Is there anything we can do?
Thank you in advance,
VladHello Enfold Support Team,
I am trying to change the default cropped size of my featured images on single blog posts to a proper 16:9 aspect ratio, so that my 1280x720px images are displayed in full without any cropping.
I have tried two different PHP-based methods based on my research, but neither has worked on my local server environment (so caching should not be the issue).
Method 1: Modifying Existing Sizes
First, I tried to modify the existing theme sizes using the avf_modify_thumb_size filter. This was the code I used in my child theme’s functions.php (respectively in a Code Snippet Plugin):
function enfold_definitive_image_ratio_fix( $size_array ) { $size_array['entry_without_sidebar'] = array('width' => 1210, 'height' => 681); $size_array['entry_with_sidebar'] = array('width' => 845, 'height' => 475); return $size_array; } add_filter( 'avf_modify_thumb_size', 'enfold_definitive_image_ratio_fix', 10, 1 );When this code is active, the “Regenerate Thumbnails” page still shows the old default dimensions (e.g., 1210×423), so the filter does not seem to be applying correctly.
Method 2: Registering a New Size and Forcing its Use
As an alternative, I also tried registering a brand new 16:9 image size (custom-16-9-hero) and then used the avf_post_featured_image_size filter to force the theme to use it. Here is the code for that attempt:
function enfold_add_custom_image_sizes() { add_image_size( 'custom-16-9-hero', 1280, 720, true ); } add_action( 'after_setup_theme', 'enfold_add_custom_image_sizes' ); function enfold_use_custom_featured_image_size( $size ) { if ( is_singular('post') ) { return 'custom-16-9-hero'; } return $size; } add_filter( 'avf_post_featured_image_size', 'enfold_use_custom_featured_image_size', 10, 1 );With this method, the “Regenerate Thumbnails” plugin does show my new custom-16-9-hero – 1280 x 720 size and creates the files correctly after regenerating. However, the theme’s single post template still ignores the filter and continues to display the old default cropped image.
My question is:
In the latest version of Enfold, what is the definitive and correct method to ensure the featured image on a single post page is displayed at a custom 16:9 ratio?
Thank you very much for your help.
Kind regards,
DavidHi
I bought the plugin of ENfold, it was few years ago here is the number of perches :
Enfold – Responsive Multi-Purpose Theme
Regular License
6 months support (expires on 28 May 2018)
Purchase code: a4e0c6a1-2e97-4f78-9eab-b6d922b36dedI’m trying to build a new site and I want to use it, my WordPress version is 6.8.1 .
when I try to import the plugin , I receive an error during the installation phase .
what is the reason please ?
do I have an old version of enfold?
I downloaded it from https://themeforest.net/downloads where i bought it.
ThanksHi, I used the Enfold Medical template, and the slider image is mostly covered up on a mobile (small screen). I unticked the option to display it, and half of the first content box is missing (the top half). So either way, it looks dreadful. I checked the medial template on my phone to see if the same issue happened for you, and I noticed the box was further down, so more of the slider image was visible. How can I do that for my website?
Cheers Kinnear
Dear Enfold Team,
During accessibility testing of our website (https://restaurant-weichandhof.de) built with the Enfold theme, the AXE tool reported an issue concerning the built-in Scroll-to-Top button.
Specifically, the tool flags an error indicating that an element with aria-hidden=”true” is focusable. This error appears when the page is scrolled before starting the test (so the Scroll-to-Top button is visible). If the page is not scrolled prior to testing, the button is not visible and the error does not appear. This suggests the issue exists on every page but is only flagged depending on test conditions. This error really appears in EVERY SITE. Is there a way to fix it by not changing the ENDOLD-php-Code (> not consistent solutions for updates) ?
So I kindly ask you to review this ARIA issue and advise on how to ensure the Scroll-to-Top button meets WCAG 2.1 AA requirements.
Thank you in advance for your support.
Best regards, DianaTopic: Theme update
Hello we have enfold. It seems there was an update and it broke our landing page. We are struggling with the visibiilty of all features and need assistance to get it back up and running without issue. rtstracks.com
Viewing 30 results - 2,011 through 2,040 (of 244,339 total)





