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.

Set Style to “Block” wont work

Home Forums General Questions Set Style to “Block” wont work

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #54749
    Osmar Rodriguez
    Customer

    Hello i have been trying to set the icons on and off at loading but I cant seem to make it work. On the html I have the div set to non and then on the puzzle i set it to block but it wont work. I’m calling the Id on the puzzle but nothing. I don’t know what to do?

    #54750

    attach the project, please.

    Co-founder and lead graphics specialist at Soft8Soft.

    #54757
    Osmar Rodriguez
    Customer

    http://localhost:8668/manage/?app=Natural_Amino_2.0

    i try to attach a zip file but it dont work

    #54758
    kdv
    Participant

    Do you use iframe? in this case you should check the box in parent doc.

    On the html I have the div set to none

    What’s happenning if you change none to block in CSS manually?

    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.

    #54760
    Osmar Rodriguez
    Customer

    if i change it manually it works, I also checked the parent box. Is there an email i can send you the folders?

    #54762
    kdv
    Participant

    You can use any cloud service ))) Google Drive, for example… Or you can attach .zip right here, but it’s size must be less than 4mb…

    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.

    #54764
    Osmar Rodriguez
    Customer

    yeah the file is larger than 4mb. I was trying to send it to the team but dont have an email to send to

    #54765
    kdv
    Participant

    kdv[at]izh[dot]com

    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.

    #54774
    Osmar Rodriguez
    Customer

    I send the working files to soft8 info email and to KdV email. Im also attaching some screenshots of my puzzle / html and css file. Thank you guys for helping me, im literally going crazy lol. i cant figure it out

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

    visual_logic.js doesn’t work at all in your app because you have a wrong iframe src in index.html

    <iframe width="100%" height="100%" frameborder="0" src="https://v3d.net/9t2"></iframe>

    Change https://v3d.net/9t2 to Natural_Amino_2.0.html

    <iframe width="100%" height="100%" frameborder="0" src="Natural_Amino_2.0.html"></iframe>

    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.

    #54792
    Osmar Rodriguez
    Customer

    wow thank you so much :yahoo:

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