-
AuthorPosts
-
March 21, 2014 at 1:45 pm #25291
Brian GParticipantI’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.
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
March 22, 2014 at 1:04 am #25490
KoryKeymasterHey 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!
March 25, 2014 at 4:20 pm #26441
Brian GParticipantThis reply has been marked as private.March 26, 2014 at 12:23 pm #26746
KoryKeymasterBrian,
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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-25291 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
