Home › Forums › WoodMart support forum › Fixing errors from W3 validator.
Fixing errors from W3 validator.
- This topic has 13 replies, 2 voices, and was last updated 3 years, 5 months ago by
Elise Noromit.
-
AuthorPosts
-
November 30, 2021 at 2:56 pm #335869
bigdropParticipantMy first question is related to this support forum.
I was trying to reply to my previous thread (started September 6th, found here https://xtemos.com/forums/topic/fix-erors-from-validator-w3-org/) but I was unable to reply to this thread? Why is this happening?I prefer to ask there because all this is related and I would like it to be in one place for future reference.
November 30, 2021 at 3:10 pm #335870
bigdropParticipantPlease also advice for this one
December 1, 2021 at 11:22 am #336104
Elise NoromitMemberHello,
1. Please lazy loading in Elementor for the products.
2. Please add this code to the functins.php of the child theme:
function woodmart_parallax_scroll_data( $x, $y, $z, $smooth ) { $data = array(); woodmart_enqueue_js_library( 'parallax-scroll-bundle' ); if ( $x ) { $data[] = '"x":"' . $x . '"'; } if ( $y ) { $data[] = '"y":"' . $y . '"'; } if ( $z ) { $data[] = '"z":"' . $z . '"'; } if ( $smooth ) { $data[] = '"smoothness":"' . $smooth . '"'; } return 'data-parallax=\'{' . implode( ',', $data ) . '}\' '; }
If you have any questions please feel free to contact us.
Best Regards
December 1, 2021 at 2:45 pm #336213
bigdropParticipantAlso can I ask you why am I getting this error in the console?
Uncaught Error: Permission denied to access property "apply" jQuery 5 c ..../wp-content/themes/woodmart/js/scripts/menu/menuOffsets.min.js?ver=6.2.4:1 menuOffsets ..../wp-content/themes/woodmart/js/scripts/menu/menuOffsets.min.js?ver=6.2.4:1 jQuery 10 menuOffsets ..../wp-content/themes/woodmart/js/scripts/menu/menuOffsets.min.js?ver=6.2.4:1 jQuery 2 menuOffsets ..../wp-content/themes/woodmart/js/scripts/menu/menuOffsets.min.js?ver=6.2.4:1 <anonymous> ..../wp-content/themes/woodmart/js/scripts/menu/menuOffsets.min.js?ver=6.2.4:1 jQuery 7 b ..../wp-content/themes/woodmart/js/scripts/global/helpers.min.js?ver=6.2.4:1 d ..../wp-content/themes/woodmart/js/scripts/global/helpers.min.js?ver=6.2.4:1 onload ..../wp-content/themes/woodmart/js/scripts/global/helpers.min.js?ver=6.2.4:1 onload ..../wp-content/themes/woodmart/js/scripts/global/helpers.min.js?ver=6.2.4:1 EventHandlerNonNull* ..../wp-content/themes/woodmart/js/scripts/global/helpers.min.js?ver=6.2.4:1
December 1, 2021 at 2:57 pm #336221
bigdropParticipantRegardless my first question I am not using the Elementor plugin.
I use the WP Bakery.Also after I inserted the above code to functions.php it generated 15 more errors.
December 2, 2021 at 10:17 am #336414
Elise NoromitMemberHello,
Please provide your FTP access.
Please insert the credentials into the Private content below the message area.Best Regards
December 7, 2021 at 5:12 pm #337529
bigdropParticipantSorry for the long reply.
Please find the credentials in the private sectionDecember 8, 2021 at 10:34 am #337709
Elise NoromitMemberHello,
Please provide us with site admin access and switch to the child theme so that we could reproduce the problem.
Best Regards
December 9, 2021 at 8:29 am #338006
bigdropParticipantHi,
Please find it attached.
Thank youDecember 9, 2021 at 2:52 pm #338167
Elise NoromitMemberHello,
Our developers have added the code, please how it works now.
If you have any questions please feel free to contact us.
Best Regards
-
This reply was modified 3 years, 5 months ago by
Elise Noromit.
December 9, 2021 at 7:44 pm #338256
bigdropParticipantThank you!
December 10, 2021 at 10:20 am #338455
Elise NoromitMemberHello,
You have enabled lazy loading in Elementor: https://prnt.sc/22kftw1
Please disable and check again.
If you have any questions please feel free to contact us.
Best Regards
December 21, 2021 at 5:40 am #340814
bigdropParticipantThank you very much!
December 21, 2021 at 11:08 am #340906
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
This reply was modified 3 years, 5 months ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register