• URL: http://www.originalfootfetishspa.com

    I would like to remove all traces of “commenting” from my site. I added the following to my CSS Style Editor and it worked on all of my pages except one (Location). Can anyone tell me how to remove that last one?
    #comment {
    display: none;

    Also, is there a way to remove the “Leave a Comment” text plus balloon from the left widget column? I read in another post that the items in the left widget column were only default and could be changed by going to Widgets under appearance, but I only seem to have a right widget column – nothing for left side. Is there another place to change this?

    I am using the latest version of salonspa.
    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author webriti

    (@priyanshumittal)

    Hey right now the theme only supports left sidebar.
    Of which balloon you are talking about. Please share the snapshot of the same.

    Thanks
    Priyanshu

    Thread Starter dwoglom

    (@dwoglom)

    My URL: originalfootfetishspa.com

    Not sure how to include a snapshot, but it is the balloon that is next to the text that reads “Comments Off” in the left side bar. here’s link to one of my pages that shows it: http://originalfootfetishspa.com/location/

    I would like to remove or change the text in the left side bar that reads:
    [email address} along with “person” graphic
    [leave a comment] along with balloon graphic
    The date is fine.
    Also, regardless of what computer I use to look at my site (e.g. mine or a friends, or at work) the email address that it shows is ALWAYS mine (even when I am not logged in). Will this show up to visitors of the site?

    Finally, if you scroll to the bottom of this same page, you will see a “comments” section. I removed it from all other pages by inserting the following in the CSS editor:
    #comment {
    display: none;

    But it remains on this page only. How to remove it from here?

    Thanks so much.
    Dorothy

    Hi Dwoglom

    You can easily remove comment section from location page.

    Here are the some instruction to remove comment section.

    1.) Click on page menu in WordPress dashboard and select your location page.
    2.) Click on Quick Edit page and Unchecked Allow Comments checkbook

    3.) Click on update button.

    4.) Add given code in Custom CSS Box.

    #comment {  display: none; }
    
    .blog-comment-icon {  display: none; }

    Note-: It remove comments section from your location page

    It will resolved your issue.

    Thanks
    -Hari maliya

    Thread Starter dwoglom

    (@dwoglom)

    URL: http://originalfootfetishspa.com

    Hi Hari,
    1. Adding the code you suggested removed the blog comment icon nicely (the balloon).

    2. However, regarding removing comments section from “Locations” page. I am not able to use the “Quick Edit” feature. When I click on it nothing happens. I tested on another wordpress blog I have that uses a different theme, and clicking on “quick edit” opens a nice in-line editor. But it isn’t working with my salonspa site. Suggestions?

    3. In same area (left side bar) clicking on the “calendar” icon does nothing – doesn’t open or take you to a calendar. And MY personal email address appears for anyone who opens the page even if I am not logged in (have tested it with friends). How do I fix these problems?

    Thank you so much!
    Dorothy

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

    HI,
    Issue 2)

    -> Go to your wordpress’ Dashboard > Pages .
    -> Find the page ‘Location’ .Below this you will see the ‘Quick Edit’
    -> Now Unchecked the allow comments in it. and update these changes.

    Issue 3)
    ->In the ‘calendar’ it will not redirect you any where.It just displays the date of the page or post is created.
    -> the_author() is used to display the admin/author name above the calendar. You might have used your email address rather than Name.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Removing Comments’ is closed to new replies.