Forum Replies Created

Viewing 4 replies - 121 through 124 (of 124 total)
  • Plugin Author Themeover

    (@bastywebb)

    Hi dvoelker,

    Unfortunately I haven’t purchased a license for Thesis so I can’t test out any problems myself but if you post a link to your test page here I might be able to offer some assistance.

    Seb

    Plugin Author Themeover

    (@bastywebb)

    I’ll certainly take that into consideration John.

    Plugin Author Themeover

    (@bastywebb)

    Was wondering where your post disappeared to for a moment!

    Unfortunately you can’t create a custom wrapper div for a subset of divs generated by Divup content. But you can make one of the divups into a wrapper div. This is to do with how divup content works.

    The plugin replaces all instances of [divup] contained within a post or page with: </div><div class=”divup etc etc”>. In order to wrap some of the divups in a custom wrapper div, you would need to insert an opening <div id=”exec-wrap”> just before the <div class=”etc etc”>. But this isn’t possible because the plugin creates that html string.

    On your example, you have actually made divup-1 into a wrapper div for all the rest. The first [divup] shortcode is replaced by: </div><div class=”divup div-2 div-even”>. But this html closes your custom wrapper div instead of closing div-1 like it normally would. And your closing div for the #exec-wrap div actually closes div-1.

    If you move your opening <div id=”exec-wrap”> to after the first [divup] shortcode you will make div-2 into a wrapper div for div-3, div-4 and div-5. Which may be close to what you want.

    Finally, it might be easier to just give the appearance of a single border and background around the last 3 divs by giving them the same background color and top and bottom border – but only give a left border to the left column and a right border to the right column. Just a thought.

    Plugin Author Themeover

    (@bastywebb)

    It works. Please post any support requests for DivUp Content in this forum.

Viewing 4 replies - 121 through 124 (of 124 total)