• My tours are not showing when I add it to a page. i see this in the console:

    tour-360/:135 GET https://kit.fontawesome.com/af139132ba.js net::ERR_ABORTED 403 (Forbidden)
    main.js:343 GET https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true net::ERR_BLOCKED_BY_CLIENT
    _.aa.send @ main.js:343
    Kga @ main.js:322
    Nga @ main.js:314
    await in Nga
    google.maps.Load @ js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=es&region=cr&experimentation=allowed&callback=onApiLoad:38
    (anonymous) @ main.js:627
    (anonymous) @ main.js:627
    PendingScript
    getScript @ js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=es&region=cr&experimentation=allowed&callback=onApiLoad:28
    (anonymous) @ js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=es&region=cr&experimentation=allowed&callback=onApiLoad:43
    (anonymous) @ js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=es&region=cr&experimentation=allowed&callback=onApiLoad:44

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Tamanna

    (@itamannaa)

    Hi @marbaque ,

    Thank you for reaching out. Looking at your console errors, the main issue is this one:

    GET https://kit.fontawesome.com/af139132ba.js 403 (Forbidden)

    This means a custom FontAwesome Kit is being used on your site, but it’s configured to load only on specific allowed domains, and your current domain (casajimenezsancho.uned.ac.cr) is not on that list. When FontAwesome is blocked, WP VR’s icons and controls fail to load, which can prevent the tour from rendering.

    The Google Maps error is just an ad blocker blocking a telemetry request from Google Maps that one is harmless and unrelated to your tours.

    To fix this, please try one of the following:

    1. Enable ‘Disable FontAwesome’ in WP VR Settings: Go to WP VR > Settings and enable the “Disable FontAwesome from WP VR” option.
    2. Whitelist your domain in your FontAwesome Kit: If you manage the FontAwesome Kit at kit.fontawesome.com, log in and add your domain to the allowed domains list.

    Please give it a try and let us know if the tours appear after that.

    Best regards,
    – WPVR Support Team

    Thread Starter marbaque

    (@marbaque)

    Thank you for your response. I deactivated the fontawesome plugin and disabled Fontawesome in WPVR settings, however the tour is still not showing. I don’t see any other errors in the log, only the google maps one.

    Thread Starter marbaque

    (@marbaque)

    FYI @itamannaa, in the tour I switched back to the old IU and now the tour is showing in the page

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.