Jan 5, 2014 17:51:36 GMT -5
So this works on every page right? What about the #wrapper, I currently use #wrapper for the table around the whole forum, would this break it or override it and cause conflicting codes?
Jan 5, 2014 18:04:00 GMT -5
So this works on every page right? What about the #wrapper, I currently use #wrapper for the table around the whole forum, would this break it or override it and cause conflicting codes?
Um, layout templates and CSS are global for the skin they're being used on... so yes, it will work on every page.
#wrapper is a ProBoards default.
I'm around and round we go
Moderator
Jan 8, 2014 22:42:17 GMT -5
So this works on every page right? What about the #wrapper, I currently use #wrapper for the table around the whole forum, would this break it or override it and cause conflicting codes?
Um, layout templates and CSS are global for the skin they're being used on... so yes, it will work on every page.
#wrapper is a ProBoards default.
I think
tater2dope might have meant a "border around forum" sort-of wrapper? I don't think it would conflict with that either, though.
I've linked this to a few people already, lovely code
elli <3
Jan 9, 2014 11:18:57 GMT -5
Um, layout templates and CSS are global for the skin they're being used on... so yes, it will work on every page.
#wrapper is a ProBoards default.
I think
tater2dope might have meant a "border around forum" sort-of wrapper? I don't think it would conflict with that either, though.
I've linked this to a few people already, lovely code
elli❤Does the border around forum use
#wrapper? I've never looked. I don't imagine it would conflict
Thanks for linking
Jan 24, 2014 13:42:04 GMT -5
I've ran into a few issues since adding this template mod, the first being the "back to top" plugin (back to bottom) doesn't work. I have requested help from the plugin creator about this but heard nothing back at all.
The second issue would be how do we turn off the fixed pagination thing please? I'd rather not have his actions bar, scrolling with the pages thank you.
And the final thing is more of a question. Would it be possible to have a vertical menu bar while using this template mod, if so how would I go about that please? & Thank you
twds.proboards.com is where the back to top can be seen (not working) when you click back to bottom in Chrome.
Jan 24, 2014 14:52:55 GMT -5
I've ran into a few issues since adding this template mod, the first being the "back to top" plugin (back to bottom) doesn't work. I have requested help from the plugin creator about this but heard nothing back at all.
The second issue would be how do we turn off the fixed pagination thing please? I'd rather not have his actions bar, scrolling with the pages thank you.
And the final thing is more of a question. Would it be possible to have a vertical menu bar while using this template mod, if so how would I go about that please? & Thank you
twds.proboards.com is where the back to top can be seen (not working) when you click back to bottom in Chrome.
I'm using Chrome, and your back to top button does indeed work. I also installed it on my test forum with no issues:
ellitest.proboards.com/ The problem is probably specific to you. Clear your cache, try it on another browser, or ask your members if they're experiencing the same. I can't duplicate the issue, so I don't think the problem is pertinent to the plugin or this template mod.
Next, the fixed pagination is default on ProBoards; this template mod simply bumps it down a few pixels so it doesn't disappear behind the menu bar. If you'd like the pagination to be static, you can add
position: static !important to the CSS portion of this template mod. Like so:
.container>.control-bar {
top: 31px !important;
position: static !important;
}
As for your final question: yes, but since this isn't specific to the mod itself but rather the menu in general, create a new thread and I'll help you out. (Don't want to muddle this thread with non-relevant information.)
Jan 25, 2014 8:17:40 GMT -5
Thanks for the help Eli, the back-top issue has indeed resolved itself. I thought it may of been a chrome update issue, but anyways. One less thing to worry about
Thanks for the static info and I will be back to create that new thread later.
Mar 28, 2014 7:38:57 GMT -5
elli hey there, i'm running into an issue with this piece of coding for the first time ever its not scrolling with me, perhaps i misplaced something?
ouadrpg.proboards.com/ is where the code is being used.
Mar 31, 2014 10:40:05 GMT -5
elli hey there, i'm running into an issue with this piece of coding for the first time ever its not scrolling with me, perhaps i misplaced something?
ouadrpg.proboards.com/ is where the code is being used.
It's scrolling for me, which browser are you using? (If you're still experiencing this issue.)
Apr 1, 2014 8:22:53 GMT -5
elli hey there, i'm running into an issue with this piece of coding for the first time ever its not scrolling with me, perhaps i misplaced something?
ouadrpg.proboards.com/ is where the code is being used.
It's scrolling for me, which browser are you using? (If you're still experiencing this issue.)
Whoops, I forgot to come back here to let you know that all is well now. Sorry >.<