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.

Hide HTML element in puzzles

Home Forums Puzzles Hide HTML element in puzzles

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #5297
    3dmdlb
    Customer

    Is it possible to hide and later show again an webpage/HTML element in puzzles?

    #5300
    3dmdlb
    Customer

    Ok, i found it: set style-puzzles display to “none” for… ;-)

    #5301

    Ok, i found it: set style-puzzles display to “none” for…

    Yes, or you can also use Visibility:Hidden|Visible.

    Co-founder and lead graphics specialist at Soft8Soft.

    #5302
    3dmdlb
    Customer

    Another question refering to that: Is it also possible to make an HTML element visible in puzzles, which is hidden in my webpage html-code (visibility:hidden)?
    I try to use set style-puzzles, display to “visible” for…, but that doesn’t worked.

    #5305

    I try to use set style-puzzles, display to “visible” for…, but that doesn’t worked.

    It’s possible, but it depends on how you hide it. If you used Display parameter you need to change this parameter, if you use Visibility so you need to change Visibility and etc. You can also change the opasiti from 0 to 100. How do you hide your HTML element in your HTML editor. I prefer Display settings and change it from “none” to “block”.

    Co-founder and lead graphics specialist at Soft8Soft.

    #5306
    3dmdlb
    Customer

    The webpage loads faster than the webgl-file, so Button i want to hide is visible first (bc of fast website loading). The Button hides, when the webgl file is fully loaded. That’s why it’s not possible with the “set style-puzzle”.

    #5307

    The webpage loads faster than the webgl-file, so Button i want to hide is visible first (bc of fast website loading). The Button hides, when the webgl file is fully loaded. That’s why it’s not possible with the “set style-puzzle”.

    You can create the black screen over while page is loading. or create a custom loader screen (as we do) you can find such solution in Teapot and Farmer’s Journey demo. Then with the loading screen you can hide/unhide buttons and hide loader screen so the user would see anything.

    Co-founder and lead graphics specialist at Soft8Soft.

    #5308
    3dmdlb
    Customer

    Somehow we have a delay in our Postings :wacko:.
    In the moment i use the css/add property in Google Web Designer. I use the code “visibility:hidden”.

    In the html code it looks like this:
    ……style=”cursor: pointer; visibility: hidden;” id=”id-br…….

    Later i want to make the Button in puzzles visible again .

    #14293
    bipin rawat
    Participant

    Somehow we have a delay in our Postings :wacko:.
    In the moment i use the css/add property in Google Web Designer. I use the code “visibility:hidden”.

    In the html code it looks like this:
    ……style=”cursor: pointer; visibility: hidden;” id=”id-br…….

    Later i want to make the Button in puzzles visible again .

    Same Query any help on this

    #14298

    For that you can easely use Set Style Puzzle to change Visibility of the object by it’s ID.

    Co-founder and lead graphics specialist at Soft8Soft.

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