Jose Artes
asked 9 years ago

I’ve installed the theme, and the footer shows like this:

https://www.dropbox.com/s/xg9twncvas5mn55/Footer.png?dl=0

How can I correct this?

3 Answers
DominicStaff
answered 9 years ago

Hi,
Firstly, you can find here for the document guide on how to configure the theme:
http://www.designwall.com/guide/dw-focus/
If you still face there issue after referring document guide, you can let us know with your WordPress access, we’ll be happy to assist you.
Regards,

Jose Artes
answered 9 years ago

Hi Dominic,

Thank you for your answer, I managed to clean the footer deleting all the sample contents and now its working.

Now I’m facing another issue: I’d like to remove the whole sharing colum, recover that space for the post and replace it with the sharing buttons from Jetpack.

I followed your this instructions:

http://www.designwall.com/question/how-to-remove-social-sharing-icons-from-post-and-use-that-space-for-post-width/

But the colum remains. I guess the code has changed, as the question is 1 year old. Can you update the answer to this issue, please.

Thanks you in advance.

DominicStaff
answered 9 years ago

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;
}

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">

starbuck
replied 9 years ago

It worked flawlessly. Thank you very much!

Powered by DW Question & Answer Pro