This topic has 9 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #98075
     cbdesign
    Participant

    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/

    #98084
     Radu
    Moderator

    Hi,

    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 solution
    #98087
     cbdesign
    Participant

    Oh great thank you!!

    #98271
     Radu
    Moderator

    Hi,

    Please add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    label.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 solution
    #100284
     cbdesign
    Participant

    Can I remove the comments section on the blog? How do I do that? thanks!

    #100340
     Radu
    Moderator

    Hi,

    You can disable by adding this function in wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    
    function 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 solution
    #100417
     cbdesign
    Participant

    Hi, Thank you but I don’t know how to get into my site’s php? Should I send you the php info via email?

    #100560
     Radu
    Moderator

    I 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 solution
    #100643
     cbdesign
    Participant

    Thank you so much! That plugin worked!

    #100749
     Radu
    Moderator

    Great !

    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
Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?