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
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
Thank you. Also can this be done on post? How would I remove the comment area on post. Please see attachment. Thank you, Bernard
Hey Bernard! Please follow the screenshot given below. 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
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
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
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
Hello ! Please provide two URL of landing page as well as the screenshot if possible which make us better understand. Thanks & Regards Pramod
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
Hello ! Please follow below image to use code before footer on home page. Thanks & Regards Pramod Patel
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
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