Home Forums Space themes support forum Single product page error messages in chrome

Single product page error messages in chrome

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #324720

    patrik.varga
    Participant

    Hi!

    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.
    #324787

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #324825

    patrik.varga
    Participant

    Thanks your support. Link is in the private content.

    #324844

    Artem Temos
    Keymaster

    Hello,

    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

    #324990

    patrik.varga
    Participant

    Yes, I can I will try it tomorrow and write back for you!

    #325223

    patrik.varga
    Participant

    Hi!
    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.
    #325332

    Artem Temos
    Keymaster

    Hello,

    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

    #325389

    patrik.varga
    Participant

    Hi 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!

    #325423

    Artem Temos
    Keymaster

    Strange, in this case, please, send us your admin access so we can check why the Google Map script is loaded there.

    #326029

    patrik.varga
    Participant

    I made for you an account, you can find the acces data in private content.

    #326043

    Artem Temos
    Keymaster

    Could you please send us your FTP access so we can check what is wrong?

    #326047

    patrik.varga
    Participant

    Find in private content

    #326159

    Artem Temos
    Keymaster

    This bug will be fixed in our next theme update. As for now, add the following code to the functions.php file in the child theme

    add_action(
    	'wp_enqueue_scripts',
    	function() {
    		wp_dequeue_script( 'xts-google-map-api' );
    		wp_dequeue_script( 'xts-maplace' );
    	},
    	300
    );
Viewing 13 posts - 1 through 13 (of 13 total)