Word press techs need a little help here!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Va2k
    I’m still alive barley.
    • Oct 2001
    • 10060

    #1

    Tech 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!
  • Va2k
    I’m still alive barley.
    • Oct 2001
    • 10060

    #2
    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?

    Comment

    • xFoundry
      Confirmed User
      • Jun 2015
      • 180

      #3
      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.

      Comment

      • Va2k
        I’m still alive barley.
        • Oct 2001
        • 10060

        #4
        Originally posted by xFoundry
        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

        Comment

        • xFoundry
          Confirmed User
          • Jun 2015
          • 180

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

          Comment

          • Va2k
            I’m still alive barley.
            • Oct 2001
            • 10060

            #6
            Originally posted by xFoundry
            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

            Comment

            Working...