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
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
Toggle Side Bar and Forums Category don't work
Started by donpetru, Oct 14 2010 06:21 PM
#1
Posted 14 Oct 10 - 06:21pm
_____ "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
______"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
Posted 14 Oct 10 - 10:49pm
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):
Should be:
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;
}
#3
Posted 15 Oct 10 - 03:16pm
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
"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
______"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
Posted 15 Oct 10 - 05:03pm
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.
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
Posted 15 Oct 10 - 05:15pm
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
______"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
Posted 15 Oct 10 - 11:49pm
What parts of the skin did you edit?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).
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.
#7
Posted 16 Oct 10 - 05:41am
Ehren, I understand. Thanks.
I found the hook cause this issue: ibProArcade Newest Games. I disable that hook and now work fine.
Thanks all.
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
______"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
Posted 16 Oct 10 - 05:54am
I reinstalled the hook ibProArcade Newest Games but the issue remains. Below is the hook code, I've changed as I:
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:
So, the issue is now resolved.
regards.
<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
______"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

Sign In
Create Account


Back to top







