Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    It should be possible via a filter. Can you provide the before and after HTML output that you are looking for?

    For example I want each image popup to have my company logo above it.

    That also may be something doable with just some CSS. I’m a little lacking in that department myself but If you can provide a link to the site you mean that may help other people make suggestions.

    Thread Starter wrenmead

    (@wrenmead)

    Hi Jan

    Thanks for the quick reply. What i am looking to do is below(there is no website yet,developing on wamp). Code below is cut from firebug intialised after lightbox is activated.

    <div id="cboxContent" style="float: left; width: 698px; height: 558px;">
    <div class="mylogo">my logo goes here</div><div style="width: 698px; overflow: hidden; height: 430px;" id="cboxLoadedContent"><img style="margin-top: 0px; float: none;" src="https://localhost/halocms/wp-content/themes/shopperpress/thumbs/72003029.jpg" class="cboxPhoto"></div><div style="float: left; display: block;" id="cboxTitle">About</div><div class="social-button"> social media buttons go here</div>
    </div>

    seem div “mylogo” added as well as another div after title for social media buttons or some other content. I dont see a problem using css for my logo as we can just move the loaded content down but we would need to create a div for the social media buttons.

    Hope you can help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add div to lightbox window’ is closed to new replies.