hcroeze
asked 10 years ago

Hi,
 
first of all; great theme!
 
I need a fullwidth page for ONE page (rest of the pages can have secondary sidebar). How can I do that?
 
Thanks in advance.
 
Haime Croeze

3 Answers
DominicStaff
answered 10 years ago

To create a new page with fullwidth, please do as the following:
Step1: Please download the fullwidth.php file in the link: https://www.dropbox.com/s/2cpe9wrl0hu3he1/fullwidth.php
Step2: Copy & paste the fullwidth.php file in to the folder path “\wp-content\themes\dw-minion”
Step3: Log in to Dashboard > Pages > Add new, in the Page Attributes pane on the right hand side, select the template as Full width.
Step4: go to Appearance > Customize > Custom Code then add the following code to the “Header Code”

  <style>
.page-template-fullwidth-php .primary-inner {
    margin-right: 20px;
}
</style>

Hope this helps !  

hcroeze
replied 10 years ago

Hi,

thanks a lot. This did the trick!

regards,

Haime

justin thomas
answered 10 years ago

That dropbox folder is empty. Can you post a link to that file again?
 

DominicStaff
answered 10 years ago

Hi, 
You can download the fullwidth.php file in the following link: https://www.dropbox.com/s/2cpe9wrl0hu3he1/fullwidth.php
Hope this helps !

justin thomas
replied 10 years ago

Thank you!

justin thomas
replied 10 years ago

It works on all my pages i’ve selected “full width” on, except the “blog” page. Do you know why that is?

http://www.justinthomas-realtor.com/blog/

Dominic Staff
replied 10 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:
.primary-inner {
margin-right: 340px !important;
}
Hope this helps !

syaifuddin hamzah
replied 9 years ago

Hello,

I was also trying to have full width but the dropbox link is empty. Can you please resend the link for fullwidth template? Thanks!

dominic Staff
replied 9 years ago

Your link: https://www.dropbox.com/s/mbdn77ueq18ktt6/page-fullwidth.php?dl=0
Then add the following code to the style.css file:

.page-template-page-fullwidth .primary-inner {
    margin-right: 20px;
}

Regards,

ingegneredigitale
replied 9 years ago

Hi. I have used the code and work great for the page.
But i have a problem. I need for DWQA pluging, when i open a comment in the answer’s page, the comment page page is full-width. How can I do that?

Thanks in advance.
Donato

dominic Staff
replied 9 years ago

Please send me your site & a screenshot for further checking.

ingegneredigitale
replied 9 years ago

Hi Dominic

This is the link: http://www.ingegneredigitale.it/
This is a screenshot: http://snag.gy/4MbVP.jpg

Thank you
Donato

dominic Staff
replied 9 years ago

To resolve this issue, you can add the following code to the style.css file:

@media (min-width: 980px) {
.single-dwqa-question .primary-inner {
  margin-right: 20px;
}
}
.dwqa-single-question .dwqa-comment-author .avatar { width: 32px;}

Hope this helps !

ingegneredigitale
replied 9 years ago

Thank you very much. It works!

Powered by DW Question & Answer Pro