Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 07-21-2015, 08:27 AM   #1
Va2k
Too lazy to set a custom title
 
Va2k's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: Va
Posts: 10,058
Word press techs need a little help here!

Hey I know this shouldn't be a problem for me but I am trying to design a custom child theme using twenty fifteen but I can not figure out how to get rid of that freaking left sidebar without losing things. What is the best way to get this off to a blank page with only header nav content footer?

Thanks, Yes I have gone to codeX and searched for this problem but still NO FUCKING LUCK!
__________________
Do you need stable WEB HOSTING We'll handle your servers.
You handle your business. Best support great prices!
http://vacares.com
Contact me Email [email protected] Skype HptHost
Va2k is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-21-2015, 09:57 AM   #2
Va2k
Too lazy to set a custom title
 
Va2k's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: Va
Posts: 10,058
Damn where is everyone??? Anyone kind enough to help? I was thinking about messing with

Code:
<?php wp_head(); ?>
When I take that out it does give me a blank page but I know I shouldn't because it is useful any suggestions?
__________________
Do you need stable WEB HOSTING We'll handle your servers.
You handle your business. Best support great prices!
http://vacares.com
Contact me Email [email protected] Skype HptHost
Va2k is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-21-2015, 10:00 AM   #3
xFoundry
Confirmed User
 
xFoundry's Avatar
 
Industry Role:
Join Date: Jun 2015
Posts: 180
Use magnifying glass in Chrome Webmaster Tools, check rules on the right hand side, on and off, you can also navigate starting from <html> towards <body> - <head>, and so on (horizontally, meaning you can select it on a horizontal menu there). Get familiar with this tool, and then figure out what you need to do. You may need to delete some php code, in the child theme, you would need to work on that.

It is possible, that somebody did something like that before, search the Internet for it too.

Edit: I mean, Chrome Webmaster Tools magnifying glass will show you the html code too, so you can easily find, what code needs to be deleted or changed.
__________________
xFoundry is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-21-2015, 10:56 AM   #4
Va2k
Too lazy to set a custom title
 
Va2k's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: Va
Posts: 10,058
Quote:
Originally Posted by xFoundry View Post
Use magnifying glass in Chrome Webmaster Tools, check rules on the right hand side, on and off, you can also navigate starting from <html> towards <body> - <head>, and so on (horizontally, meaning you can select it on a horizontal menu there). Get familiar with this tool, and then figure out what you need to do. You may need to delete some php code, in the child theme, you would need to work on that.

It is possible, that somebody did something like that before, search the Internet for it too.

Edit: I mean, Chrome Webmaster Tools magnifying glass will show you the html code too, so you can easily find, what code needs to be deleted or changed.
Thanks I have done this as well. I can NOT FIGURE this out, im about ready to say screw it and work with twentytwelve or 13 never had this type of problem and with them I can use import instead of using
Code:
wp_enqueue
__________________
Do you need stable WEB HOSTING We'll handle your servers.
You handle your business. Best support great prices!
http://vacares.com
Contact me Email [email protected] Skype HptHost
Va2k is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-21-2015, 11:00 AM   #5
xFoundry
Confirmed User
 
xFoundry's Avatar
 
Industry Role:
Join Date: Jun 2015
Posts: 180
2014 and 2015 themes are not very good / successful, I would say. Especially the 2014 one, which starts from the left hand side of the screen, and the other side is empty / blank. Somebody messed it up, for some reason, but people seem to use it, anyway. I centered 2014, one time, but it is still not good (proportions of post content to the rest of the design are not correct, I am not sure, again, they messed it up).

2015 is not bad, and it can be modified to anything you want, but it may be difficult, I am not sure. Some changes are easy, the other ones a little harder, but in general it is not a difficult thing to do. I worked on modifying 30+ themes, as child themes.

Edit:

Go to - https://twentyfifteendemo.wordpress.com/

Right click on the left hand sidebar, and select "Inspect element".

Chrome Webmaster Tools opens, and you can start working on it with the magnifying glass, and the other tools there. It looks like "sidebar" div, is what you would be interested in. the @media screen may be getting in the way of this, a little bit, like I said, it may require some work. Anything can be done, in the end...

Also, like I said before -> google.com -> "twenty fifteen wordpress no sidebar"
__________________
xFoundry is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-21-2015, 11:15 AM   #6
Va2k
Too lazy to set a custom title
 
Va2k's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: Va
Posts: 10,058
Quote:
Originally Posted by xFoundry View Post
2014 and 2015 themes are not very good / successful, I would say. Especially the 2014 one, which starts from the left hand side of the screen, and the other side is empty / blank. Somebody messed it up, for some reason, but people seem to use it, anyway. I centered 2014, one time, but it is still not good (proportions of post content to the rest of the design are not correct, I am not sure, again, they messed it up).

2015 is not bad, and it can be modified to anything you want, but it may be difficult, I am not sure. Some changes are easy, the other ones a little harder, but in general it is not a difficult thing to do. I worked on modifying 30+ themes, as child themes.

Edit:

Go to - https://twentyfifteendemo.wordpress.com/

Right click on the left hand sidebar, and select "Inspect element".

Chrome Webmaster Tools opens, and you can start working on it with the magnifying glass, and the other tools there. It looks like "sidebar" div, is what you would be interested in. the @media screen may be getting in the way of this, a little bit, like I said, it may require some work. Anything can be done, in the end...

Also, like I said before -> google.com -> "twenty fifteen wordpress no sidebar"
Thanks this thread is closed.. I found a solution. Thanks brother for your help.

TOM
__________________
Do you need stable WEB HOSTING We'll handle your servers.
You handle your business. Best support great prices!
http://vacares.com
Contact me Email [email protected] Skype HptHost
Va2k is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
blank, page, sidebar, losing, header, nav, searched, luck, fucking, codex, footer, content, left, freaking, techs, design, press, custom, child, word, rid, figure, theme, twenty, fifteen



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.