Forum Replies Created
-
AuthorPosts
-
March 30, 2026 at 10:32 pm in reply to: Multiple masonry galleries increases height and requires scrolling to load #1496447
Hi,
Glad that Rikard could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeMarch 30, 2026 at 10:11 pm in reply to: Urgent Help With the failing enfold theme to correctly display after site update #1496445Hey Dave,
Your server is giving a 403 Forbidden error for the css file that is needed.
It could be that the directory has the wrong file permissions, ask your web host why the server is doing this.
If they can’t help try adding this function to your child theme functions.php filefunction custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );Then clear and or disable your caching plugin, I tried but your siteground caching plugin doesn’t seem to respond.
You may need to ask for help with that also.
If all else fails try rolling back your WordPress update. WP versions 6.9.2 & 6.9.3 both had issues, not sure about 6.9.4, so if you roll back go to 6.9Best regards,
MikeHi,
Glad that Rikard could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeHi,
Glad to hear that you sorted it out, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeMarch 29, 2026 at 5:31 pm in reply to: Enfold May Be Overriding Woo Commerce Product Image Sizes and Containers #1496417Hi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeHi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeMarch 29, 2026 at 3:07 pm in reply to: Enfold ALB save routine strips closing tags from _aviaLayoutBuilderCle #1496410Hi,
When I checked using the Enfold > Layout Builder > Show advanced Options > Debug Mode I found on Post 1785 that you have a unclosed strong tag:

Correcting this solved.
I see that you have many templates saved:

Note that if any of these have unclosed tags they will cause issues on additional pages that you use them on. They can not be repaired, you would need to delete them and rebuild them.
I also note that you are using the Advanced Editor Tools plugin and recall back when it was called TinyMCE Advanced there were issues with it, not sure if they have been resolved in the plugin’s current build, but it may be worth considering.
I also tried to reproduce this on my test site, but was unable to without purposely forcing unclosed tags.Best regards,
MikeMarch 29, 2026 at 1:40 pm in reply to: Enfold May Be Overriding Woo Commerce Product Image Sizes and Containers #1496405Hey Valerie,
Your woo shortcode to display the products was using cropped images
[products=3]
I added this to your child theme to use the uncropped images:add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 ); function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) { return 'woocommerce_thumbnail'; }Best regards,
MikeHi,
It could be the font that you are using, or if you are using the bold tag instead of the strong tag. It’s hard to say without seeing the issue, we would only be guessing. This is not a issue that we can reproduce. Let us know once your site is online so we can examine and assist.Best regards,
MikeHey Michael F,
We don’t have any experience with MainWP, but we could leave this thread open for other users to reply if they do have experience, if you wish.Best regards,
MikeHi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeMarch 28, 2026 at 1:31 pm in reply to: Blog layout grid – Strange results when “Posts” are empty #1496396Hey homerosaur,
Correct, this is a known issue that only occurs if there are no posts, once you start adding posts the correct posts will show.Best regards,
MikeMarch 27, 2026 at 8:51 pm in reply to: OpenStreetMaps tiles are spaced apart and not loaded in beginning #1496388Hey jwalanta,
You are getting this error: Failed to load resource: the server responded with a status of 400 ()
Try checking your settings and map address, also try testing with a different address and try disabling all of your plugins.Best regards,
MikeHey koomo,
Your link is not working, please check. Is the calendar from a plugin?Best regards,
MikeHi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeHey Allison,
There is no account for: (Email address hidden if logged out)
This is an account for: (Email address hidden if logged out)
But the support forum for that one ended 2022-02-23
I’m not sure why you can’t create a new one, perhaps the dot in the email, or perhaps the system checks the domain, but I have never heard of and issue with that before.
Try a user email without a dot, or if you wish I can send you a password reset link to (Email address hidden if logged out)Best regards,
MikeHi,
Thanks for the login, I added a text block to your test page in hopes of seeing a frontend style error, but fount none in firefox & edge & brave.
So I’m not sure why you are seeing an error, or how to reproduce.Best regards,
MikeHi,
This is the response that we heard from layerslider:We’re already in touch with the user and the WPML team about this.
At the moment, manually entered URLs aren’t registered as translatable strings. For internal links, it’s best to use the Choose Page or Post button below the linking text field, since that automatically applies the correct URL.
We’re considering registering manually added URLs as translatable strings as well, but that could introduce unintended side effects, so we’re evaluating it carefully.
The workaround you suggested works well as a last resort. That said, if it’s an internal link, it’s essentially a one-click solution with the selector.
Best regards,
MikeHi,
Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeHi,
Glad that Rikard could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeHey StrategyDriven,
The padding from the column below the buttons is overlapping the buttons, try this css to correct:.page-id-4481 #service .avia-builder-el-32 { z-index: 0; }After applying clear your cache.
Best regards,
MikeHi,
Thanks for your patience, but I’m getting this Error: This password does not match the username please check.
When I check your page: dissolvurol.com/algicuivre-test
The according is orange on mouse over on firefox & edge & brave, as I understand this is the correct behavior.
On the same page the banner special heading text is Kaki (#fadaa3) the background is #016471, but I do not know which page has the top banner with “la gamme” which should have a kaki background.Best regards,
Mike -
AuthorPosts






