Home › Forums › Space themes support forum › Single product page error messages in chrome
Single product page error messages in chrome
- This topic has 12 replies, 2 voices, and was last updated 3 years ago by Artem Temos.
-
AuthorPosts
-
October 12, 2021 at 10:46 pm #324720
patrik.vargaParticipantHi!
I dont know what is the problem, chrome show 12 error message, 404 and 403 errors.
Attachments:
You must be logged in to view attached files.October 13, 2021 at 6:10 am #324787
Artem TemosKeymasterHi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
October 13, 2021 at 8:12 am #324825
patrik.vargaParticipantThanks your support. Link is in the private content.
October 13, 2021 at 8:43 am #324844
Artem TemosKeymasterHello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
October 13, 2021 at 6:18 pm #324990
patrik.vargaParticipantYes, I can I will try it tomorrow and write back for you!
October 14, 2021 at 3:16 pm #325223
patrik.vargaParticipantHi!
After i uploaded the latest theme update (1.2.1) the error messages gone.But i have another some warnings / errors. 🙂
– All of pages googlemaps api warning, but i dont use any maps, any pages (yet).
– In the checkout and login / register page some other warnings. (see the picture please)
– In the blog archive page has two “isotope-bundle-min” file error.I hope, i can help you with these comments to make better and better themes. 🙂
Attachments:
You must be logged in to view attached files.October 15, 2021 at 6:06 am #325332
Artem TemosKeymasterHello,
1. You can ignore these isotope layout warnings. It is a normal behaviour for this JS library and doesn’t affect anything.
2. Duplicated elements warnings arrive because you have multiple WooCommerce login forms on the page. For example in the header and in the sticky header clone.
3. Google map warnings say that you don’t have a valid API key set up. You need to follow the instruction from Google’s documentation to set up your Google maps correctly.
Kind Regards
October 15, 2021 at 9:34 am #325389
patrik.vargaParticipantHi Artem!
Thanks your fast reply!1, 2, its ok, thanks.
3. I understand what did you write, but i NOT use googl maps on site. Anywhere! So i dont know why i have to a valid gmaps api key. 😀 And dont know why try to find api key, if i not call any gmaps request in the website. 🙂Your team is amazing, thank you again!
October 15, 2021 at 11:07 am #325423
Artem TemosKeymasterStrange, in this case, please, send us your admin access so we can check why the Google Map script is loaded there.
October 18, 2021 at 1:24 pm #326029
patrik.vargaParticipantI made for you an account, you can find the acces data in private content.
October 18, 2021 at 2:12 pm #326043
Artem TemosKeymasterCould you please send us your FTP access so we can check what is wrong?
October 18, 2021 at 2:31 pm #326047
patrik.vargaParticipantFind in private content
October 19, 2021 at 7:00 am #326159
Artem TemosKeymasterThis bug will be fixed in our next theme update. As for now, add the following code to the
functions.php
file in the child themeadd_action( 'wp_enqueue_scripts', function() { wp_dequeue_script( 'xts-google-map-api' ); wp_dequeue_script( 'xts-maplace' ); }, 300 );
-
AuthorPosts
- You must be logged in to create new topics. Login / Register