Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #508731

    I want to create a page with an image with hotspots as header like the one you have on your website here

    Please share the instruction with me.

    #509068

    Hey afarahani!

    Please edit your page and choose to display transparent or glassy transparent header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/ and then place hotspots element to the top of your page content.

    Regards,
    Yigit

    #509193

    Thanks Yigit. Two more questions:

    1) is there any way that I can use image with hotspot inside a color section to achieve both functionality of hot spot and the arrow pointing to the next section like here

    2) is there any way to fit the image wit hot spot to the height of browser?

    Thanks,
    Amir

    #509404

    Hey!

    1.) You can add the hotspot image inside the color section then remove the section’s margin and padding via css. Edit the color section, apply a unique id attribute in the Section ID field. Use “hotspot-section” for example. Add this in the Quick CSS field:

    #hotspot-section .container {
         width: 100%;
         max-width: 100%;
         padding: 0;
    }

    2.) Unfortunately, it’s not possible to set the height of the hot spot image base on the browser height without major modification on the theme.

    Cheers!
    Ismael

    #509876

    Hey!

    The code doesn’t work. I added important! at the padding line and it helped but still the width is not ok! the image doesn’t fit the width of the browser.

    #509925

    Hey!

    Can you please post the link to your page?

    Regards,
    Yigit

    #510359

    Here is the link to the page. The width does not fit the screen width. Also I want to know how I can fit the image height to the screen height too.

    #510900

    Hey!

    I don’t see any images when clicking on your hotspots. About which image are you talking about? can you highlight using screenshots please? you can use imgur.com or dropbox.

    Regards,
    Andy

    #511086

    The second image with hotspot is placed inside a color section and is supposed to be full width but the width doesnot adjust to the screen width.

    #511389

    Hi!

    control this image using this code:

    .av-hotspot-container-inner-wrap img {
    width: 95%;
    height: 600px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

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