Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #25291
    Brian G
    Participant

    I’ve used some of the code from 1st integrity demo site, but I have two hang-ups that I can’t figure out… though it probably has something to do with me staring at the screen too long.

    http://www.TheSillyFrog.com

    In the second photo on “Meet the Team” I can’t get it to move close to the vertical like those on the right side of the vertical pipe.

    Also, the vertical pipe “breaks” when it moves down to the third profile in the “Meet the Team.” It worked before, but I messed it up somehow and can’t figure out how to fix it.

    Thanks,

    Brian

    #25490
    Kory
    Keymaster

    Hey Brian,

    Thanks for writing in! Try adding float=“right” to your second photo as this should position it the way you want. The “breaking” of the pipe is due to an empty <p> tag being input onto your page by WordPress’ auto-formatting, which is notoriously finicky. Removing any white space around these shortcodes should solve the issue.

    Thanks!

    #26441
    Brian G
    Participant
    This reply has been marked as private.
    #26746
    Kory
    Keymaster

    Brian,

    Your quotes for this attribute are showing they are styled, which likely happened if you copied and pasted directly from the thread. Make sure you replace these quotes with unstyled double quotes to avoid any parsing errors with WordPress. Also, regarding the empty <p> element, as stated above:

    The “breaking” of the pipe is due to an empty <p> tag being input onto your page by WordPress’ auto-formatting, which is notoriously finicky. Removing any white space around these shortcodes should solve the issue.

    This tag is not in your content editor, it is output to your markup by WordPress automatically when it detects things like extra spaces or line breaks, which is why I recommended removing any whitespace to eliminate this generated element.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-25291 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>