Kuldeep Singh Chauhan
asked 9 years ago

Hi please help me as whenever I’m trying to add DW Tab under the news slider it is changing the position of sidebar.

Also Please help me with these questions. [ Please note all questions are for updated version of DW Focus 1.2.5 ]

  • How to remove/ hide tags and sharing buttons from single post.

  • How to increase the width of the full template including single post page.

  • How do I add custom code to my Style.css as whenever I’m trying to add anything it does not do any changes. If possible please provide me a screenshot.

  • News slider showing the scroll bar ( How do I remove it ) I have attached a screenshot showing the same.

Screenshot Check

Please help. πŸ™‚

blacksky
replied 9 years ago

Screenshot Link : http://prntscr.com/7pr570

3 Answers
DominicStaff
answered 9 years ago

Hi,
I have checked on our demo and it’s work fine when add DW Tab under the news slider, you can send me username & password of your site for further checking.

Issue1: To remove/ hide tags and sharing buttons from single post, you can add the following code to the style.css file:

.single #main>.post .entry-sidebar {
   display: none;
}

Issue2: To increase the width of the full template including single post page, you can open the content-single.php file. Find the line 25.

Replace the following code:
<div class="entry-content col-md-9 col-md-push-3">

With new code:
<div class="entry-content col-md-12 col-md-push-0">

Issue3: To add the codes to the style.css file, you can see the following image: http://prntscr.com/7pr70y

Issue4: At the moment, we used the scrollbar in the slider when you want to display more post(10 post).
To resolve this issue, you can use the following code to change the style in some Browser: See the screenshot: http://prntscr.com/7prhaf

.carousel-title-indicators::-webkit-scrollbar{
width:7px;
background-color:#282727;
} 

.carousel-title-indicators::-webkit-scrollbar-thumb{
background-color:#1D1B1B;
border-radius:10px;
}
.carousel-title-indicators::-webkit-scrollbar-thumb:hover{
background-color:#1D1B1B;
border:1px solid #333;
}
.carousel-title-indicators::-webkit-scrollbar-thumb:active{
background-color:#1D1B1B;
border:1px solid #333;
} 

Note: We will discuss about this issue in the next version.

Regards,

dominic Staff
replied 9 years ago

About the DW Tabs widget, I have checked and added a demo tabs in your site, you can check it now.
See the screenshot: http://prntscr.com/7pritg

blacksky
replied 9 years ago

Please help with the below queries. Thanks

Kuldeep Singh Chauhan
answered 9 years ago

Thank you so much Dominic, you’re the best. :))

Could you please help me with some more queries.

Like you said, If I would like to put any custom code, I’ll have to copy paste in my style.css file, but it seems like whenever I try to copy paste any custom code it does not work. Also the scroll bar in the slider is still showing up even though I have copied pasted as you’ve instructed and tested in chrome browser, but still no effect. Please could you look into this.

I have already added some of the custom codes in my style.css but they are not working.

  • Issue 2: I would like to remove the featured image from single post, please help with that.
  • Issue 3 : How do I hide the tags section as shown in the screenshot in the single post page.
  • Issue 4 : I would like to increase the sidebar width, please help.
  • Issue 5 : Featured image in the slider does not fit properly.

Screenshot of the issues

DominicStaff
answered 9 years ago

Hi,
I have resolved all your issue, you can check your site now.
About the slider image, you need use the image size 700 x 400px.
Regards,

blacksky
replied 9 years ago

Hi Dominic,

Thank you so much for your help. Featured image are still showing up in the single post, and please let me know the reason for custom code not working when I have tried.

dominic Staff
replied 9 years ago

Ok, I have helped you fixed it.

blacksky
replied 9 years ago

Thank you so so much Dominic ^_^ πŸ™‚

Powered by DW Question & Answer Pro