Viewing 15 replies - 1 through 15 (of 17 total)
  • Why not add the module to the footer and edit the css to take care of the ‘look and feel’?

    Thread Starter bojar.l

    (@bojarl)

    I have installed Jetpack and turned on comment module but it did not replaced the one is used in theme. I am not good at editing CSS so I am not sure how to do it well.

    Hi bojar.l,

    It is not quite clear what is the problem, and what you want to acchieve.

    However, if you want to turn on / off the comment box, do the following:

    1. In the dashboard open any page or post
    2. At the top of your screen [right] Press the ‘screen options’-TAB
    3. activate the ‘discussion’ and ‘comments’ options
    4. scroll down
    5. In the ‘discussion-box’ you’ll see two options:
    • allow comments
    • allow trackbacks
    • Use these options to control the ‘comments’, below your posts and pages.
    Thread Starter bojar.l

    (@bojarl)

    Hi,

    ok so I’ll try to explain. In the Theme there is footer which is added to every post. In the footer is possibility to comment, information about tags of this post and categories of it. Unfortunately the footer is not in my local language so I would like to disable it and substitute it with different one which is translated and can be easily edited.

    I do not see in options any button to switch on/off of this footer so probably I would have to do it by editing CSS. I am not experienced in that so I am looking for help how to easy disable the whole footer in this Theme.

    Hi bojar.l,

    You need to edit NOT the style.css, but footer.php

    Make a backup before you make any changes!!
    You can edit the text in this file that sits between '...'. Leave the rest as is.

    You can also use the footer.php in the following link.

    https://pastebin.com/9MJecKW6

    I’ve adapted the footer.php. [and blocked the org code; unblock to restore]

    Change 'xyz xyz' in any text you like, and upload to your site.

    Thread Starter bojar.l

    (@bojarl)

    Hi,

    I appreciate you help but it is still not what I meant. You have shown me how to change footer of the whole page and not post. Here is link to screen what do I mean by footer:
    https://postimg.org/image/hfoccg7ml/

    Lukasz

    Lukasz,
    OK, Thanks, it’s not a footer, but you can change or remove it.
    To give you detailed info, please give the name of your theme [?pilcrow?]and the url of the site.

    Thread Starter bojar.l

    (@bojarl)

    Hi,

    Sorry then for misunderstanding. Anyway – great we know what we are talking about ??

    Theme is pilcrow and URL: https://www.czytajksiazki.com.pl

    Thank you for your help in advance.

    Lukasz

    Hi Lukasz,

    You need to add the following code to the style.css of your childtheme.
    If you don’t have a childtheme yet, check below.

    .entry-links {
        visibility: hidden;
    }

    Alternatively you may use:

    .entry-links {
        display: none;
    }

    == == ==

    1. Install and activate ‘one click childtheme plugin
    2. create the childtheme
    3. activate the childtheme
    4. Make the changes in the CHILDtheme!
      – copy php files / css-file(s) of the original theme [as required] to the childtheme directory and edit them as required.
    Thread Starter bojar.l

    (@bojarl)

    Great !
    Worked just perfect. Now I just need to add possibility to comment and will be finished ??

    That you for your help.

    Lukasz

    To allow comments / discussions:

    To turn on / off the comment box, do the following:

    1. In the dashboard open any page or post
    2. At the top of your screen [right] Press the ‘screen options’-TAB
    3. activate the ‘discussion’ and ‘comments’ options
    4. scroll down
    5. In the ‘discussion-box’ you’ll see two options:
    • allow comments
    • allow trackbacks
    • Use these options to control the ‘comments’, below your posts and pages.
    Thread Starter bojar.l

    (@bojarl)

    Does not work. Please remember that in childtheme I have set:

    .entry-links {
    display: none;
    }

    Lukasz

    I’ve tested your theme, the above code and the advise about the discussion. Here it works fine.

    Make sure you tick the boxes for every page / post separately, to control the comments.

    Check for things that may interfere.

    Thread Starter bojar.l

    (@bojarl)

    Works only partially.
    comments works for every single post opened in new page but on main page where are all newest posts does not work. There is still no possibility to add comments.

    Try this:

    Dashboard > settings > Discussion >

    Check if the correct options are ‘ticked’

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘How to delete footer’ is closed to new replies.