How do I remove these items?

Discussion in 'Blackriders WordPress Theme' started by bernz3, Feb 9, 2015.

  1. bernz3

    bernz3 Member

    Joined:
    Feb 18, 2012
    Messages:
    56
    Likes Received:
    0
    Hi guys,

    How do I remove the items from the side bar on added pages? I attached a screen capture of the items.

    Thank you,

    Bernard
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Bernard!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .post .post_meta {
    display: none;
    }
    a.read-more {
    display: none !important;
    }
    Thanks,
    Praveen
     
  3. bernz3

    bernz3 Member

    Joined:
    Feb 18, 2012
    Messages:
    56
    Likes Received:
    0
    Thank you.
    Also can this be done on post? How would I remove the comment area on post. Please see attachment.

    Thank you,
    Bernard
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Bernard!

    Please follow the screenshot given below.
    blackrider_remove_sidebar_post.png

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    nav#nav-single {
    display: none;
    }
    div#commentsbox {
    display: none;
    }
    div#crumbs {
    display: none;
    }
    Thanks,
    Praveen
     
  5. bernz3

    bernz3 Member

    Joined:
    Feb 18, 2012
    Messages:
    56
    Likes Received:
    0
    Is there a way to add short code to the bottom of the landing page? if so how? Also if I wanted to add the short code to a widget how would I do that?

    Thank you,

    Ben
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Bernz,

    Could you please elaborate your query a bit more?

    If you are looking to edit footer areas then you can do so from Dashboard->Appearance->Widgets

    Thanks & Regards!
    Naveen Kolhe
    InkThemes.com
     
  7. bernz3

    bernz3 Member

    Joined:
    Feb 18, 2012
    Messages:
    56
    Likes Received:
    0
    I have a plug in that creates a short code in order to put scrolling images on a page using short code. It does this fine on a page or post but I am trying to put those same scrolling images on the landing page. It could be the footer or with in the page using that code. The code they provide is:

    The php code is: <?php logo_slider(); ?>

    and the short code is:


    [logo-slider]

    want to know where can I put this code in order to make the scrolling images work.

    Thank you,

    Ben
     
  8. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Please provide two URL of landing page as well as the screenshot if possible which make us better understand.

    Thanks & Regards
    Pramod
     
  9. bernz3

    bernz3 Member

    Joined:
    Feb 18, 2012
    Messages:
    56
    Likes Received:
    0
    The site is http://americarechildservices.com, we are attempting to add the short code or php code to the Homepage. In the footer would be fine as well.
    We added the short code to a widget but no luck. We understand how to add the shot code to a page or post but not to the home page.

    The test page is http://www.americarechildservices.com/?page_id=45 and it will show how the slider should shoe and work.

    Again the codes they gave are The php code is: <?php logo_slider(); ?>

    and the short code is:

    [logo-slider]

    want to know where can I put this code in order to make the scrolling images work.

    Thank you,

    Ben
     
  10. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    Please follow below image to use code before footer on home page.
    26-feb-15-blackridercode.png
    Thanks & Regards
    Pramod Patel
     
  11. bernz3

    bernz3 Member

    Joined:
    Feb 18, 2012
    Messages:
    56
    Likes Received:
    0
    Will this work on all the themes?
     
  12. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi bernz3,

    Yes, this will work on all the themes.

    Thanks,
    Praveen
     
  13. bernz3

    bernz3 Member

    Joined:
    Feb 18, 2012
    Messages:
    56
    Likes Received:
    0
    One last question on this subject. How do I add the short code to a widget area? Or can this be added to a widget area?

    Thank you,

    Ben
     
  14. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi, Ben!

    I'm sorry.It's not possible add the short code to a widget area.
    But you can use shortcodes in Siderbar or other widget area through customization.

    Thanks,
    Praveen
     

Share This Page