Jump to content

Welcome to IPB Forum Skins
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

Toggle Side Bar and Forums Category don't work

- - - - -

  • Please log in to reply
7 replies to this topic

#1
donpetru

donpetru

    Advanced Member

  • Customers
  • 62 posts
I have IPB 3.1.2 and the skin IPB Blue Classic. After adding many features, I noticed that I can't hide the right bar of the forum and can't hide forum categories. In other words, I can't toggle side bar and forums category ? What causes it? Let there be AJAX issue? I don't know!

A check in the templates boardIndexTemplate and globalTemplate but I have not found nothing unusual (we took for comparison default skin IPB).

A little help please.

Regards
_____ "You are not paid per hour. You are paid for value which bring it in that time." - Jim Rohn

______"Whose husband does not like women? First, they loves to woman charm, and secondly, because it gives rise to people." - Petre Ţuţea

______"No matter how beautiful is strategy, you should occasionally look at results." - Winston Churchill

______"If you do not know your limits, define them! If you know, exceeding them!" - Adrian Moisei

#2
Ehren

Ehren

    Administrator

  • Root Admin
  • 8,722 posts
By the sounds of it, you've either removed the javascript, or added some extra code (any jQuery?) that has caused a conflict.

I'll need to know what "features" you added that may have caused the problem.

You do have one issue with your css (ipb_styles.css):
height: 5px;

}



}
    .catend td {
        border-bottom: 0;
        padding: 0;
    }

Should be:
height: 5px;
}

    .catend td {
        border-bottom: 0;
        padding: 0;
    }

Posted Image

#3
donpetru

donpetru

    Advanced Member

  • Customers
  • 62 posts
Thanks for the reply but I don't see any difference in the two codes you posted above.
"features" = IPB hooks: recent posts, recent arcade games, google ads

This is the website with issue described above:
http://www.forum.tehnium-azi.ro/

Regards
_____ "You are not paid per hour. You are paid for value which bring it in that time." - Jim Rohn

______"Whose husband does not like women? First, they loves to woman charm, and secondly, because it gives rise to people." - Petre Ţuţea

______"No matter how beautiful is strategy, you should occasionally look at results." - Winston Churchill

______"If you do not know your limits, define them! If you know, exceeding them!" - Adrian Moisei

#4
Steve H

Steve H

    Newbie

  • Customers
  • 206 posts
Is it possible a bug with the skin itself?

The reason I ask is that it doesn't seem to be an issue with any of your other skins.

Have you tried over at the official forums to confirm.

#5
donpetru

donpetru

    Advanced Member

  • Customers
  • 62 posts
Steve H, the bug above appeared recently. I do not think it's a skin problem, because when I first installed that skin (IPB Blue Cllasic) I have not had that problem. The issue appeared after I installed some hooks and I slightly modified the skin (without touching the code which toggle side bar and forums category).
_____ "You are not paid per hour. You are paid for value which bring it in that time." - Jim Rohn

______"Whose husband does not like women? First, they loves to woman charm, and secondly, because it gives rise to people." - Petre Ţuţea

______"No matter how beautiful is strategy, you should occasionally look at results." - Winston Churchill

______"If you do not know your limits, define them! If you know, exceeding them!" - Adrian Moisei

#6
Ehren

Ehren

    Administrator

  • Root Admin
  • 8,722 posts

The issue appeared after I installed some hooks and I slightly modified the skin (without touching the code which toggle side bar and forums category).

What parts of the skin did you edit?

If you look closely at the CSS above, you'll notice an extra } in your code which isn't needed. It won't solve the problem but it's still an error.
Posted Image

#7
donpetru

donpetru

    Advanced Member

  • Customers
  • 62 posts
Ehren, I understand. Thanks.

I found the hook cause this issue: ibProArcade Newest Games. I disable that hook and now work fine.

Thanks all.
_____ "You are not paid per hour. You are paid for value which bring it in that time." - Jim Rohn

______"Whose husband does not like women? First, they loves to woman charm, and secondly, because it gives rise to people." - Petre Ţuţea

______"No matter how beautiful is strategy, you should occasionally look at results." - Winston Churchill

______"If you do not know your limits, define them! If you know, exceeding them!" - Adrian Moisei

#8
donpetru

donpetru

    Advanced Member

  • Customers
  • 62 posts
I reinstalled the hook ibProArcade Newest Games but the issue remains. Below is the hook code, I've changed as I:
<div class='category_block block_wrap'>
<h3 class='maintitle'><img src='{$this->settings['img_url']}/comment_new.png' alt='{$this->lang->words['arcade_newgames']}' /> {$this->lang->words['arcade_newgames']}</h3>
		<ul class='hfeed block_list'>
		<div style="padding-left: 5px;">
		{$newgames}
	          </div>
		</ul>
</div>
<br />

I remove div: <div class='category_block block_wrap'> and now works fine but I don't like that because has no border.

After that I try this code:
<div class='block_wrap'>
<h3 class='maintitle'><img src='{$this->settings['img_url']}/comment_new.png' alt='{$this->lang->words['arcade_newgames']}' /> {$this->lang->words['arcade_newgames']}</h3>
		<ul class='hfeed block_list'>
		<div style="padding-left: 5px;">
		{$newgames}
	          </div>
		</ul>
</div>
<br />
and work fine.

So, the issue is now resolved.

regards.
_____ "You are not paid per hour. You are paid for value which bring it in that time." - Jim Rohn

______"Whose husband does not like women? First, they loves to woman charm, and secondly, because it gives rise to people." - Petre Ţuţea

______"No matter how beautiful is strategy, you should occasionally look at results." - Winston Churchill

______"If you do not know your limits, define them! If you know, exceeding them!" - Adrian Moisei




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users