Home › Forums › WoodMart support forum › Problem with loading CSS elementor?
Problem with loading CSS elementor?
- This topic has 15 replies, 2 voices, and was last updated 3 years, 4 months ago by
Artem Temos.
-
AuthorPosts
-
January 28, 2022 at 10:05 am #348591
grehgorParticipantHello, there was a problem with CSS loading recently. I see the problem on all Elementor-based sites (I haven’t noticed it on WP-Bakery).
Description of the problem (two widgets):
1 – “Image Hotspot”First page loading – only the photo
Second page load – hotspot dots under the photo (list)
third page load – It is correct (dots in the photo)
2 – “Accordion” (with “Items stste” – All closet selected)
First page loading – the fields are closed, and they cannot be opened
Second page load – it’s ok (closed fields can be opened)
January 28, 2022 at 10:16 am #348600
Artem TemosKeymasterHello,
We don’t see mentioned problems on the first pages loads. Maybe you mean the first load after page saving? Could you please clarify how to reproduce the issue?
Kind Regards
January 28, 2022 at 1:06 pm #348653
grehgorParticipantI am sending links to videos
January 31, 2022 at 6:57 am #349043
Artem TemosKeymasterTry to add the following code snippet to the Custom JS area on document ready in Theme Settings to fix this issue.
jQuery(document).on('wdShopPageInit', function() { woodmartThemeModule.imageHotspot(); woodmartThemeModule.accordion(); });
January 31, 2022 at 10:08 am #349083
grehgorParticipantI tested such options:
– after pasting into “Global Custom JS” – does not work
– after pasting to “On document ready” – only works on HotSpot
January 31, 2022 at 10:14 am #349086
Artem TemosKeymasterPlease, keep the code and send us your admin access so we can check.
January 31, 2022 at 10:48 am #349097
grehgorParticipantI am sending accesses.
January 31, 2022 at 3:08 pm #349204
Artem TemosKeymasterYou need to go Theme Settings -> Performance -> JS -> enable “Advanced scripts control” and always load the following scripts https://prnt.sc/26mggsw
Kind Regards
January 31, 2022 at 3:45 pm #349219
grehgorParticipantCheck my settings – it still doesn’t work. I have enabled loading of all available libraries and it still does not work properly
February 1, 2022 at 7:23 am #349313
Artem TemosKeymasterPlease, send us your admin access from this website so we can check what is wrong there.
February 1, 2022 at 8:33 am #349331
grehgorParticipantposted in private message January 31, 2022 at 10:48 am (to two platforms) – uploading again
February 1, 2022 at 8:53 am #349345
Artem TemosKeymasterAs we can see, you didn’t add the fix we sent you on this website https://prnt.sc/26mtljm
February 1, 2022 at 9:15 am #349348
grehgorParticipantOk – now it works
The same thing happens with “Promo banner” – how to ensure proper loading?
February 1, 2022 at 9:24 am #349351
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to fix this
add_action( 'wp', function () { if ( ! function_exists( 'YoastSEO' ) ) { return; } remove_filter( 'category_description', [ YoastSEO()->classes->get( Yoast\WP\SEO\Integrations\Front_End\Category_Term_Description::class ), 'add_shortcode_support' ] ); remove_filter( 'term_description', [ YoastSEO()->classes->get( Yoast\WP\SEO\Integrations\Front_End\Category_Term_Description::class ), 'add_shortcode_support' ] ); } );
February 1, 2022 at 9:37 am #349354
grehgorParticipantIt helped, now it’s okay.
Thank you – will you be doing a bulk update?
Do I have to use it permanently on other sites with these problems?
February 1, 2022 at 10:14 am #349378
Artem TemosKeymasterWe recommend you keep these fixes on your website. We will review these issues further and try to implement them in our future updates as well.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register