Forum Replies Created
-
AuthorPosts
-
Hi, Rikard.
It was working with the JQuery Migrate Helper plugin, but as of yesterday it’s been broken again, even with the plugin. When I built the whole menu over again without mega menu functionality it still wasn’t showing.
Found this post: https://kriesi.at/support/topic/problems-after-updating-to-wordpress-5-6-read-this-first/ and replaced my /enfold/includes/helper-main-menu.php file with the file provided. In the post it said this was a temporary fix. Does that mean your team intends to fix this problem in a future update?
Sure! Here are three images, blogMentorship is the same size, but is the only one displaying at 495x400px on the blog page. The other two show up at 495x357px.
The differing image sizes and differing thumbnail sizes don’t correlate directly that way.
March 2, 2021 at 5:46 pm in reply to: ACF Conditional Logic Breaks Entire Portfolio Item Type #1284842Well, I made the change on the development server, which requires VPN access.
Hey Victoria,
We operate behind a VPN and are unable to give outsiders access.
The uploaded images are the same aspect ratio, with a width difference of maybe 200px.
Tried this from your documentation, but it only worked for a moment before the ALB option disappeared.
function avf_alb_supported_post_types_mod( array $supported_post_types )
{
$supported_post_types[] = ‘Bulldog Businesses’;
$supported_post_types[] = ‘Bulldog Businesses’;
return $supported_post_types;
}
add_filter(‘avf_alb_supported_post_types’, ‘avf_alb_supported_post_types_mod’, 10, 1);- This reply was modified 3 years, 10 months ago by bucksharp.
Okay so I got that part working, but what code do I need to add to include the ALB in the backend of this post type?
December 2, 2020 at 6:36 pm in reply to: Lazy-Load Not Working on Blog, Gallery, or Portfolio Item Images #1264555Thanks, Ismael!
That seems to be working fine! I’ll keep a lookout and let you know if I have any problems!
Hey Jordan!
No, it doesn’t. And it’s started happening elsewhere, but only on that page!
Thanks so much, Yigit. This looks like it’d do the trick. Do you happen to know where I could find the same thing for the prev/next buttons in the slideshow? Those are also throwing accessibility errors as “a” tags not containing text.
September 21, 2020 at 3:09 pm in reply to: Lazy-Load Not Working on Blog, Gallery, or Portfolio Item Images #1247377Yes, lazy-loading works when enabled manually, but my site is massive and it isn’t feasible to manually enable it for every image. Due to security reasons, I’m unable to provide login info for the site. So sorry!
September 14, 2020 at 7:04 pm in reply to: Lazy-Load Not Working on Blog, Gallery, or Portfolio Item Images #1245810This didn’t work for me on any of my sites on individual images added by ALB or on blog images. What should I try next?
September 8, 2020 at 7:29 pm in reply to: Lazy-Load Not Working on Blog, Gallery, or Portfolio Item Images #1244412This whole site is giving me trouble, but I’ll send you the homepage as an example.
September 2, 2020 at 5:14 pm in reply to: Lazy-Load Not Working on Blog, Gallery, or Portfolio Item Images #1242871This snippet worked for everything except the blog, gallery, and portfolio images, so my problem persists.
Actually, it ended up slowing my page load scores on GTmetrix.
- This reply was modified 4 years, 2 months ago by bucksharp.
I’m having this problem, too, but it started when I activated Autoptimize. I have Autoptimize active on two of my other sites and my accordions are all working fine except on this one page, which has no different styling than the other accordions. Autoptimize saves me like 6 seconds in load times, though, so I don’t want to disable it.
We have solved our issue! We had a customization in header.php which caused that file to go out of date when the theme header.php got updated. We’ve updated the header.php in our child theme with the updated code from the parent theme and all is well.
We really appreciate the quick response.
Buck
We’re experiencing the same issue. Was this ever resolved? We’ve been able to temporarily remedy the issue by removing .responsive-av-no-preview from the screen options styles (noted above) but obviously prefer a more permanent fix.
Thanks,
Buck -
AuthorPosts