New Topic

frostybyte

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Search Widget #1445

    frostybyte
    Participant

    http://www.hillebran.com/contact.html

    It’s not just that page. It’s all the pages that I use the template-sidebar-left-right with.

    When the search widget was on the left sidebar, it extended in to the middle section right behind “Edit This.” Now with it in the right sidebar it extends beyond the white part. I would like to note that no modified templates are being used. I ended up deleting the modified template-sidebar-left-right.php file. At first it seemed to work fine. Then, all of a sudden, any widgets put in to the right sidebar appeared at the bottom of the left sidebar. I went with CSS. To hide the page title I just put this in my CSS:

    .page #content .entry-title {
    	display: none;
    }
    in reply to: Custom Page Template #1441

    frostybyte
    Participant

    Not sure what the main differences are as I haven’t had the time yet to compare them, but I purchased the Pro version. After all, I really like the template and it does what I need it to do, look wise. In the wpstartup Pro, I edited the same file as from the regular version, template-sidebar-left-right.php. I deleted out of the template the same code I had deleted in the wpstartup free version:

    <h1 class="entry-title"><?php the_title(); ?></h1>

    When I deleted that out of the wpstartup Pro template file, edited the template name at the top, and saved it as a new template it all worked just as it should have. So I’m wondering if there’s something different in the template-sidebar-left-right.php of the free version that causes it to mess up when you delete that same code I deleted in the pro version. Basically, instead of it being a three-column look the left sidebar seems to no longer be there even though the content of the left sidebar stays there. Almost like it merges the left sidebar and the body/content together in to one column.

    In any case, it’s working. I’m happy. :D

Viewing 2 posts - 1 through 2 (of 2 total)