Tagged: x
-
AuthorPosts
-
December 22, 2016 at 6:20 pm #1302167
SEVEROParticipantHi there
Not sure what update changed this but it wasn’t always like this.
All my posts that have a lightbox attached to the image appear to have the correct spacing but if there isn’t a link or a video displayed the space increases before the Read More.
December 22, 2016 at 9:33 pm #1302416
FriechModeratorHi There,
Thanks for writing in! You can add this on top of your Custom > CSS in the Customizer.
.home p:empty {display: none;}Check your entire custom CSS here: http://csslint.net/ and resolve the errors.
You can also do a plugin test to see which of the plugins that causing this empty
<p>tags.Cheers!
December 27, 2016 at 4:03 am #1305438
SEVEROParticipantHi there, that fixed it but it’s now removed the padding above the social media icons on the top left of the home page
December 27, 2016 at 4:13 am #1305443
ChristianModeratorPlease remove this code from your CSS
.x-topbar .x-social-global { margin-top: -5px; }Thanks.
December 27, 2016 at 7:25 pm #1306513
SEVEROParticipantHi there, by removing that code takes away the padding on all pages except the home page so what I did was add this into the CCS.
.x-topbar .home .x-social-global { margin-top: -5px; }December 27, 2016 at 10:02 pm #1306658
Prasant RaiModeratorGood to hear you figured it out! Let us know if you have any other questions. 🙂
December 28, 2016 at 1:37 am #1306831
SEVEROParticipantJust realised that the below code has only worked on the home page.
.home p:empty {display: none;}How do we get this to work across the site?
Thanks
December 28, 2016 at 1:47 am #1306840
LelyModeratorHello There,
Please update to this:
p:empty {display: none;}Cheers!
December 28, 2016 at 3:06 pm #1307580
SEVEROParticipantHmmmmm, should’ve thought of that one 🙂
PERFECT!!
Thanks!
PS How do you do a plugin test?
December 28, 2016 at 6:06 pm #1307785
FriechModeratorHi There,
Plugin conflict test can be done by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1302167 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
