1 (edited by marinandee 03-01-2012 UTC 21:32:04)

Topic: Disable Sidebar Widget On Highlander Child Theme

Hi Emil,

My name is Marinandee and I'm a user of Highlander theme. I've a problem with the sidebar widget when try to put a Price Table in my post. I don't know how to describe what happen but to make everything clear, you can go to my site: http://www.buyseobacklink.org. I believe the post content area has insufficient space and thus make the sidebar widget goes down. It's better if I can remove all of them. Is it possible?

Re: Disable Sidebar Widget On Highlander Child Theme

Hi Mariandee,

You have two options here:

a) Add background color to your home wrapper

.home #wrapper {
    background: #1a2026 url(images/bg-wrapper.png) bottom repeat-x;
}

b) yes, even taking the sidebar down. Open front-page.php and locate this line:

<?php get_sidebar('home'); ?>

and change it to:

<?php // get_sidebar('home'); ?>

Now here is the thing, when sidebar is gone you will still have the background where widgets were before as well as a

<div id="services">

if you need that can be removed as well from front-page.php and add transparent background to your wrapper like this:

.home #wrapper {
    background:transparent;
}

If there's anything else please let me know,
Emil

marinandee wrote:

Hi Emil,

My name is Marinandee and I'm a user of Highlander theme. I've a problem with the sidebar widget when try to put a Price Table in my post. I don't know how to describe what happen but to make everything clear, you can go to my site: http://www.buyseobacklink.org. I believe the post content area has insufficient space and thus make the sidebar widget goes down. It's better if I can remove all of them. Is it possible?

3 (edited by marinandee 03-01-2012 UTC 22:32:49)

Re: Disable Sidebar Widget On Highlander Child Theme

Hi Emil,

Thanks for fast reply. But, perhaps I've sent you with the wrong link. The front page is okay for me but at http://www.buyseobacklink.org/seo-backlinks-pricing/ everything looks messy. I want to eliminate/delete the sidebar widget completely if I can.

Re: Disable Sidebar Widget On Highlander Child Theme

Oh I see, well that one is even easier. On the page where this was created you will see "Page Atributes" simply choose "Content Full" Template and there will be no sidebar at all. And that will look like this: http://themeid.com/demo/highlander/full-content/

Emil

marinandee wrote:

Hi Emil,

Thanks for fast reply. But, perhaps I've sent you with the wrong link. The front page is okay for me but at http://www.buyseobacklink.org/seo-backlinks-pricing/ everything are getting messy. I want to eliminate/delete the sidebar widget completely if I can.

Re: Disable Sidebar Widget On Highlander Child Theme

Newbie always go for the complicated way big_smile. Thanks for your support Emil. Really appreciate it.

Re: Disable Sidebar Widget On Highlander Child Theme

That's why I am here, you're very welcome smile

Emil

marinandee wrote:

Newbie always go for the complicated way big_smile. Thanks for your support Emil. Really appreciate it.

7 (edited by marinandee 03-02-2012 UTC 00:56:05)

Re: Disable Sidebar Widget On Highlander Child Theme

I got another problem here. Maybe it sounds stupid but I really need your help. My Blog and post tittle getting smaller when I put the pricing table. Does that plugin not compatible with Highlander Theme. I already tested that plugin on my test WordPress site but seems everything work just fine. Hope you can help me. Thanks in advance.

Re: Disable Sidebar Widget On Highlander Child Theme

Hi,

Yes, plugin uses reset.css while it should not.

Here is the screenshot with reset.css

http://f.cl.ly/items/0N223E3n2V1l393t2n1H/Screen%20Shot%202012-03-02%20at%202.58.12%20AM.png

and without reset.css

http://f.cl.ly/items/061v3o1S1z3U0l1B3p2v/Screen%20Shot%202012-03-02%20at%202.58.51%20AM.png

as you can see everything is back to normal once I disable plugins reset.css style.

I did however notify the plugin author and IMHO this reset.css should be removed. If reset.css causes issues with this Theme, it might do the same with others as well. It will be per Theme basis.

http://wordpress.org/support/topic/plug … eme-styles

Cheers,
Emil

marinandee wrote:

I got another problem here. Maybe it sounds stupid but I really need your help. My Blog and post tittle getting smaller when I put the pricing table. Does that plugin not compatible with Highlander Theme. I already tested that plugin on my test WordPress site but seems everything work just fine. Hope you can help me. Thanks in advance.

Re: Disable Sidebar Widget On Highlander Child Theme

Really love your support service. BTW, is there any way to rid of this problem? As I can see the above image shows my site doing fine. Is there any code should be eliminated?

Re: Disable Sidebar Widget On Highlander Child Theme

Hi sir nevermind. I've just figured out how to fix it. Just now I delete reset.css from plugin lib and everything's going to be okay  big_smile. BTW thanks again for your time.