Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #660436

    Hi
    Is it possible to apply a link to a whole custom background image in a Color Section?

    many thanks

    Peter

    #660446

    Hi envapk2!

    You can refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ to make your color section fullwidth and insert linked image inside your color section :)

    Cheers!
    Yigit

    #660451

    Hi Yigit

    Yes, I thought of that, but I want to be able to place elements, eg columns with text box, etc, over the top of the background image but still have the whole image (the whole section) as a link.

    many thanks

    Peter

    #661325

    Hi,

    Will you be changing the link or is it a one time thing only?
    If you will not be changing the link, we might be able to provide you a workaround with some custom coding.

    Best regards,
    Yigit

    #661447

    Hi Yigit

    What I want to do is have various color sections on one page with different background images on each section linking to different pages.

    many thanks

    Peter

    #661733

    Hi Peter,

    You could try to place code block elements before and after the element in question, like so:

    Code block:

    <a href="http://yoursite.com/link">
    

    Color Section

    Code block:

    </a>
    

    Thanks,
    Rikard

    #662230

    HI Rikard

    That kind of works, it makes the section a link but the code block creates a gap even when the color sections have ‘no padding’ checked, as you can see in the eg below

    many thanks

    Peter

    #662242

    Hey!

    Please edit your page and place 1/1 column element between your sections, update your page, remove 1/1 column element and update your page once again and check if that helps.

    Cheers!
    Yigit

    #662249

    Hi Yigit

    I have tried that but it hasn’t made any difference.

    Peter

    #662451

    Hi,

    Try this CSS as well:

    .page-id-219 #after_section_1, .page-id-219 #after_section_2 {
    display:none;
    }

    Thanks,
    Rikard

    #662495

    Hi Rikard

    That works (it needed an ‘!important’ added). That is brilliant, great support as ever. Much appreciated.

    many thanks

    Peter

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Background image link’ is closed to new replies.