How to make widgets visible only on the index?
4 posters
Page 1 of 1
How to make widgets visible only on the index?
Hello, can someone help me making my widgets visisible only on the Index?
I have tried a few codes, but when I leave the index there remains a white space in the place of the widgets.
My forum version is phpbb3.
I have tried a few codes, but when I leave the index there remains a white space in the place of the widgets.
My forum version is phpbb3.
HateForColors- New Member
- Posts : 6
Reputation : 1
Language : English / Romanian
Re: How to make widgets visible only on the index?
can you provide a sceenshot for your problem? or post your forum link
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Re: How to make widgets visible only on the index?
Okay, so.
How the Widgets look on the index. (They look perfect)
How the widgets look when I leave the Index. ( I want to get rid of that whitespace )
How I want it to look when I leave the Index
https://2img.net/r/ihimizer/img94/5807/screenshot0505201320043.png
How the Widgets look on the index. (They look perfect)
How the widgets look when I leave the Index. ( I want to get rid of that whitespace )
How I want it to look when I leave the Index
https://2img.net/r/ihimizer/img94/5807/screenshot0505201320043.png
HateForColors- New Member
- Posts : 6
Reputation : 1
Language : English / Romanian
Re: How to make widgets visible only on the index?
1. Go to ACP > Display > Pictures and Colors > Colors > CSS:
- If your widget is on the right side, put this one:
2. Now go to your homepage message:
- If your widget is on the right side, put this one:
- If your widget is on the right side, put this one:
- Code:
#content-container div#right {
display: none;
}
- Code:
#content-container div#content {
margin-right: 0;
}
2. Now go to your homepage message:
- If your widget is on the right side, put this one:
- Code:
<style>
#content-container div#right {
display: inline !important;
}
#content-container div#content {
margin-right: 180px !important;
}
</style>
Re: How to make widgets visible only on the index?
God, you`re a wizzard! Thank you , problem solved.
I had to tweak the code a bit, now it works perfectly.!
I had to tweak the code a bit, now it works perfectly.!
HateForColors- New Member
- Posts : 6
Reputation : 1
Language : English / Romanian
Re: How to make widgets visible only on the index?
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Place widgets in footer on index
» I want Forum Widgets on Index only and not Topics/Posts
» How to make certain forums visible to some groups only?
» How can I make these HashTags Widgets?
» widgets-make appears to one group only?
» I want Forum Widgets on Index only and not Topics/Posts
» How to make certain forums visible to some groups only?
» How can I make these HashTags Widgets?
» widgets-make appears to one group only?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum