#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 8, 2013 11:53:09 GMT -8
Yeah, I'd like it to be one big table if possible. I don't want spacing between the banner, the categories, and the side table. This would require an overhaul of a lot of aspects of your theme. You'd need to remove the 10px margin from the bottom of containers and remove some things from the Layout Templates. Depending on exactly what you want done, you might even have to edit the source HTML of the plugin. You'd be better off asking for a Template Modification to accomplish this. It's a lot of work. But I think I have a general idea of what you want done.
|
|
inherit
190364
0
Jan 26, 2018 10:12:26 GMT -8
?Leslie?
113
February 2013
lellie
|
Post by ?Leslie? on Apr 8, 2013 14:40:20 GMT -8
Okay...say I just want to remove the navigation tree....do you have any idea how I would go about that?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 8, 2013 14:54:10 GMT -8
Okay...say I just want to remove the navigation tree....do you have any idea how I would go about that? Structure > Layout Templates > Forum WrapperRemove the following from the HTML.
|
|
inherit
190364
0
Jan 26, 2018 10:12:26 GMT -8
?Leslie?
113
February 2013
lellie
|
Post by ?Leslie? on Apr 8, 2013 15:00:43 GMT -8
Thank you soooo, sooo very much!!
|
|
Sunny
New Member
Posts: 69
inherit
189780
0
May 2, 2013 7:38:33 GMT -8
Sunny
69
February 2013
wintermoonrise
|
Post by Sunny on Apr 9, 2013 11:03:13 GMT -8
THANK YOU THANK YOU THANK YOU. This plug in fixes all of my issues that I had with the other plugin.
|
|
Sunny
New Member
Posts: 69
inherit
189780
0
May 2, 2013 7:38:33 GMT -8
Sunny
69
February 2013
wintermoonrise
|
Post by Sunny on Apr 10, 2013 12:21:29 GMT -8
Hi there. I'm still having trouble with the side tables. I can't create a div scroll and none of my headers (<h1></h1>) will go to a width of 100%.
site: folksongs.freemessageboards.com/
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 10, 2013 12:23:21 GMT -8
Hi there. I'm still having trouble with the side tables. I can't create a div scroll and none of my headers (<h1></h1>) will go to a width of 100%.
site: folksongs.freemessageboards.com/ Can you tell me exactly which boxes are presenting the problems?
|
|
Sunny
New Member
Posts: 69
inherit
189780
0
May 2, 2013 7:38:33 GMT -8
Sunny
69
February 2013
wintermoonrise
|
Post by Sunny on Apr 10, 2013 12:27:56 GMT -8
The "Staff" box here the two headers containing "admins" and "mods" are, the "Status" box with the headers with small black text and light grey background, and the "Affiliates" box (scond from the bottom). I added a div layer to the site banners under the text "Affiliates" to make a scroll bar.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 10, 2013 13:40:07 GMT -8
Try adding this to the CSS of any headings that aren't 100% width.
The scrollbar isn't working because you've set an invalid height for the div in its inline CSS. It needs to be 100px instead of just 100.
|
|
Sunny
New Member
Posts: 69
inherit
189780
0
May 2, 2013 7:38:33 GMT -8
Sunny
69
February 2013
wintermoonrise
|
Post by Sunny on Apr 10, 2013 16:14:19 GMT -8
You're awesome. Just going to say it. Thank you so much, I've been asking this for like a week. Thanks again.
|
|
Former Member
inherit
guest@proboards.com
192162
0
Nov 30, 2024 4:27:52 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 10, 2013 17:58:10 GMT -8
Why is it that any plugin I install does not work? Including this one?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 11, 2013 9:44:38 GMT -8
Why is it that any plugin I install does not work? Including this one? Are you filling out the information for the plugin? You need to change some of its settings for it to work, as well as actually enable the plugin on your forum when it's all said and done. I took a look at your forum and the plugin is currently disabled, and all of its settings aren't filled out yet.
|
|
inherit
190364
0
Jan 26, 2018 10:12:26 GMT -8
?Leslie?
113
February 2013
lellie
|
Post by ?Leslie? on Apr 11, 2013 10:02:19 GMT -8
Hey Brian, how would I go about adding a drop-down menu with clicky links? I'm looking for a drop-down that I can edit in important links for members. Sorry If you've already covered this...I've been looking through the pages trying to find an answer, but I might have missed it. Thank you.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 11, 2013 10:07:42 GMT -8
Hey Brian, how would I go about adding a drop-down menu with clicky links? I'm looking for a drop-down that I can edit in important links for members. Sorry If you've already covered this...I've been looking through the pages trying to find an answer, but I might have missed it. Thank you. This page seems to have a working example. The first code is the one you want (Page changes when the selection changes). Don't forget that the end of the code there is supposed to be </form>, as they seem to have left out the </ part of it. This will work in the exact same fashion as V4's forum jump dropdown, and isn't just restricted to the sidebar.
|
|
inherit
190364
0
Jan 26, 2018 10:12:26 GMT -8
?Leslie?
113
February 2013
lellie
|
Post by ?Leslie? on Apr 11, 2013 10:23:49 GMT -8
That worked awesomely! How might I go about centering the selectable links in the drop down? I tried to center the options on their own and that didn't work. Sorry to be a pain!
|
|