-
Author
-
January 12, 2016 at 18:49 #98075cbdesignParticipant
Why is my Categories widget on side of News Blog page showing 2 “categories” titles? Should only be one on top of choices? see http://fdb.849.myftpupload.com/2015/11/winter-coat-drive/
January 12, 2016 at 19:09 #98084RaduModeratorHi,
We will investigate this and we will provide you a fix for this and also this fix will be included in next update.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 13, 2016 at 16:02 #98271RaduModeratorHi,
Please add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODElabel.screen-reader-text { position: absolute !important; left: -999em !important; }
This fix will be included in next theme update
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 25, 2016 at 08:22 #100284cbdesignParticipantCan I remove the comments section on the blog? How do I do that? thanks!
January 25, 2016 at 14:42 #100340RaduModeratorHi,
You can disable by adding this function in wp-content/themes/kleo-child/functions.php
COPY CODEfunction KleoDisableAllComments() { if(is_single()) { return false; } } add_filter ('comments_open' , 'KleoDisableAllComments');
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 25, 2016 at 20:21 #100417cbdesignParticipantHi, Thank you but I don’t know how to get into my site’s php? Should I send you the php info via email?
January 26, 2016 at 16:05 #100560RaduModeratorI understand,
In this case i suggest you to install this plugin https://wordpress.org/plugins/disable-comments/
Or if you really want to use that function provide FTP details here in a private reply.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 27, 2016 at 16:00 #100749RaduModeratorGreat !
Have a nice week.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.