We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

html click not working on home page

Home Forums Puzzles html click not working on home page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #55215
    Robert Drew
    Customer

    Hello

    Currently pushing to finish for a client and the click html puzzles don’t seem to be working to initialize to the next page. Any help would be appreciated.

    site: https://blacklightscreenplay.com/

    Attachments:
    You must be logged in to view attached files.
    #55228
    kdv
    Participant

    First, the tween cam puzzle won’t work without the look at target.
    Second, every frame you have an error in the setCameraParam function. Disable the every frame puzzle. The logic inside it looks strange a bit. It’s useless to limit max angle without limiting min angle and vice versa. Btw, orbit max vertical angle can’t be more than 180. The vertical rotation is limited between 0 and 180. The horizontal rotation isn’t limited by default, from -Infinity to Infinity.

    You are trying to set a parameter that is not compatible with the “ORBIT” control mode.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #55232
    Robert Drew
    Customer

    Are these errors contingent on the simple html click working? Because the camera mouse move works on my end[ even on the published page],its the html that isn’t clicking through.

    #55233
    kdv
    Participant

    Just disable every frame puzzle and you’ll see if it were a cause of the problem.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #55237
    Robert Drew
    Customer

    It seems that the camera mapping isn’t the culprit. That puzzle is doing what it supposed to do. The click html puzzle is not working on the WordPress page. All three words initialize in the verge html but not on the actual WordPress site.

    #55238

    Hi, I see no URLs assigned on MUSIC and STORE, while SCREENPLAY requires double click and goes to the unavailable link https://blacklightscreenplay.com/?page_id=79.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #55242
    Robert Drew
    Customer

    Right because the screenplay link isn’t launching in a new tab on the WordPress page on my side. There should be page instantiations shouldn’t there be? I don’t even get a 404 call. The screenplay page doesn’t even instantiate.

    #55243
    kdv
    Participant

    Well, all three setCameraParam give this error in your case even on the localhost ))) So they don’t work, but the scene camera is moving. That means that they do nothing. Just remove them.

    Your visual_logic.js from the WordPress site doesn’t contain when clicked listeners. That’s why nothing happens. Only when hovered listeners are present and they work. Add when clicked event lisneners, remove setCameraParam puzzles and it will work.

    https://v3d.net/aba

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #55244
    Robert Drew
    Customer

    se camera and all three links work on my localhost. there are click listeners in the puzzle. I need a cogent solution I’m not arguing I’m just relaying what I’m seeing.

    #55246
    kdv
    Participant

    there are click listeners in the puzzle

    They are not present on the WordPress site in visual_logic.js. Try to find registerOnClick here https://blacklightscreenplay.com/wp-content/uploads/verge3d/72/visual_logic.js

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.