Change to the blog page template.

Discussion in 'BizWay WordPress Theme' started by suryapraktijk, Feb 18, 2016.

  1. suryapraktijk

    suryapraktijk Member

    Joined:
    Feb 12, 2014
    Messages:
    54
    Likes Received:
    0
    Location:
    Tilburg, Netherlands
    Hi,

    Can you tel me how can I deleted or inactief the reply/comments form from the blog pages? And if it is possible without any problems to the templets of the site. I get a lot of spam through it, so I think in modern times of social sharing the blog can be sherd / commented on by social media.
    Thank you in advance for your kind help.
    With worm regards,
    Margaret.
     
  2. priya

    priya Guest

    Hello Margaret,

    Greetings from InkThemes!

    To delete the comment form, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #commentsbox {
        display: none;
    }
    Regarding your second requirement,

    You can use plugin for this...

    Here are some suggested plugins and their links given below, please have a look...

    Simple Facebook Plugin: https://wordpress.org/plugins/simple-facebook-plugin/

    Facebook Comments: https://wordpress.org/plugins/facebook-comments-plugin/

    Hope you will get it helpful..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. suryapraktijk

    suryapraktijk Member

    Joined:
    Feb 12, 2014
    Messages:
    54
    Likes Received:
    0
    Location:
    Tilburg, Netherlands
    Hello Priyanka,
    Many, many thanks for your kind and quick help and response. It works perfectly. even on the Blackbird theme that I both from you in 2014. I was getting a lot of spam reactions thats why I decided to delated the comment box.
    I still have a 2 questions.
    1. how can I delete the icon that suppose to show the amount of replays on blogpost that is in the right upper corner of each post?
    2. how can I change the English writing "read more" to a Dutch version that is right below every summary of the blogs on the Blog page?

    Once more many, many thanks for your kind help.
    With worm regards from cold Netherlands,
    Margaret.
     
  4. priya

    priya Guest

    Hello Margaret,

    For your issue #1,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar .post .post_meta .post_comment {
        display: none;
    }
    Regarding issue #2,

    Let me tell you that is just an image with read more text, so if you want to remove that image with your text..

    Firstly, paste the code given below in Custom CSS section of your dashboard.
    Code:
    .content-bar .post .post_content .read_more {
        background: none !important;
    }
    Please follow the screenshot given below.

    bizway_replace_read_more.png

    bizway_replace_read_more2.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. suryapraktijk

    suryapraktijk Member

    Joined:
    Feb 12, 2014
    Messages:
    54
    Likes Received:
    0
    Location:
    Tilburg, Netherlands
    Hallo Priyanka,

    You save my day again! Thank you. Your solutions works perfectly! I love InkThemes for the great support that you are giving. I am teling, and wil do so in the future to, to all my friends that if they want to build a site they must/should by one of your themes.
    Have a nice weekend and once more thanks for the support.
    Greetings,
    Margaret.
     
  6. priya

    priya Guest

    Thank you! Margaret for your appreciation and that warm feedback. Means a lot.:)

    I do hope that you will have more awesome experience with InkThemes in coming days.

    I would also like to ask you if you can cosider upgrading to InkThemes Full Membership.

    Check this out: http://www.inkthemes.com/offers/inkthemes-membership/

    InkThemes Membership comes with instant access to 49 WP Themes.

    I'm sure you will like the themes and create more awesome sites for yourself or for your clients.

    Let me know what you think about it.. I will offer you a GOOD discount.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page