Tagged: x
-
AuthorPosts
-
April 12, 2016 at 11:34 am #878592
mtusaParticipantHello!
we added image to the recent posts in our footer widget area. As soon as we added it, the title “Recent Posts” is only visible when you scroll over the text area.
1. How do we make “Recent Posts” reappear? (wanting text to be white)
2. There appears to be a small line above the image w border. How do we remove that?
3. How do we change the thickness of the border around the image? ( we want it to be thinner)
4. How do we remove the title below the image?Thank you!
April 12, 2016 at 11:35 am #878595
mtusaParticipantThis reply has been marked as private.April 13, 2016 at 12:11 am #879395
RupokMemberHi there,
Thanks for writing in!
#1. You can add this under Custom > CSS in the Customizer.
.h-widget > a { color: #fff; }#2. It seems you have added this code somewhere :
<a target="balnk" href="#"></a>I suspect it’s added by you since there is a typo as it should be blank NOT balnk. So if you added this to Recent post then remove this.
If you still can’t find this then you can use this CSS to hide this :
.widget .x-recent-posts > a:not(:last-child) { display: none; }#3 and #4. You can use this CSS :
.widget .x-recent-posts a { padding: 3px; } .widget .x-recent-posts-content { display: none; }Hope this helps.
Cheers!
April 13, 2016 at 3:39 pm #880807
mtusaParticipantThanks! that worked but now we cannot access the backend editor or frontend editor…
It’s like it cannot load either visual editor.
How can we fix it?Before entering the above codes, we were able to freely edit pages using either backend or frontend visual editor.
April 14, 2016 at 12:05 am #881447
RupokMemberHi there,
Thanks for writing back. You are supposed to add the Custom CSS under Custom > CSS in the Customizer and it won’t interfere the backend or front-end editor. If you think the code causing the issue then you can try taking off them from Customizer and see if the issue still persist.
Cheers!
April 14, 2016 at 8:08 am #882163
mtusaParticipantI did put the code under Custom CSS. I removed it and the problem still persists. 🙁
I also updated all plugins.
I even tried adding a new page to see if the visual composer loads and it does. However, when I click to add an element, it doesn’t do anything. Please advise.Thank you!
April 14, 2016 at 4:32 pm #883144
FriechModeratorHi There,
Please do a testing for a plugin conflict. You can do this 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-878592 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
