• Resolved ivannof

    (@ivannof)


    hello, i will buy this plugin , it’s amazing !
    To be perfect i need two more functionality :
    is it possible to create fixed shapes who are note in the pano but in a overlay fixed position on the top left or right to display logo or any image ?
    Can this image be linkable to a custom url like a button ? ( it’s maybe not the same thing to just display a shape and to make it clicable as an html element but this 2 functonalitys could be great for me)

    Former user of krpano i could add a menu for display and organize scenes, will it de possible possible in the futur for this plugin ?

    Excuse me for my poor english , i’m french.

    thank’s for youre future answer.

    • This topic was modified 3 years, 7 months ago by ivannof.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Avirtum

    (@avirtum)

    If we are talking about the html element is over the main container, so yes, it’s possible. Just send me a screenshot of how it should look like to my email avirtum[@]gmail.com. I will show an example.

    Thread Starter ivannof

    (@ivannof)

    i have just emailed you with what you asked for ( a video and a picture)

    Use the below code to add a logo top left – need to adapt to fit your purpose

    .ipnrm:after {
        content:'';
        position:absolute;
        left:10px;
        top:10px;
        width:119px;
        height:38px;
        background-image:url('link to image on your wp site etc.');
        background-size:contain;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘fixed shape and fixed clicable link’ is closed to new replies.