inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Nov 4, 2013 8:21:18 GMT -8
Pebble Hey there, I'm working on a theme and for some reason I can't get the font to show on the peekaboo bar Here I have entered the css variables into the stylesheet and they look like this. #Pbar { background-color: #333; border-radius:15px 0px 0px 15px; font-family:'Marcellus SC'; font-size:20px; color:#fff;} #Pcont { background-color: #333!important;} Oh yeah and its not scrolling with the page either As you can see, I am using the border around the forum css too, which is making everything partly opaque could this be what's causing the font not to show? /* border around forum */ #wrapper {background-color: @container_inner_border_color; margin-top:10px; margin-bottom: 10px; border-radius:5%; opacity:.7; padding: 1.3em;} Thank you. Hi Welshling, The text not showing is due to a change on the back end here at PB's which I'm going to report after writing this.... I have a fix but maybe The PB's change is not intentional and maybe fixed their end.The scrolling of the box is likely to some bad HTML on your site. Your info center seems have a few errors. Fixing that will keep the Peekaboo fixed. I'll post back here regarding the text as soon as I hear back from PB's. Ok thanks, I will keep my eye on this thread for updates/acceptance of your new plugin, but can you elaborate for me. Whats wrong with the Info Center? Its the slimline template mod, by Stinky666
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Nov 4, 2013 8:27:55 GMT -8
</tbody>
</table>
</td>
</tr>
<td colspan="4">
<table>
<tbody>
<tr>
<td style="padding: 10px 10px 10px 10px;">
<table>
<tbody>
There are currently no members online.
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<tr>
<td colspan="4" style="padding: 5px 10px 5px 10px; border-top: 1px dashed #3a474d;">
<table>
<tbody>
<tr>
<td>
<table>
<td colspan="4">
That part is mis-placed and you have a table with text in it but no tr td's etc Also your currently online has mis-placed <a> tags.
Sorry its quick, just passing through.
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Feb 6, 2014 5:37:07 GMT -8
Pebble LOL I'm the only one with issues with this it would seem, i'm always posting in this thread >.< Anywho, #Pbar { background-color: rgba(112,88,72,0.7); overflow:hidden; color:#5bcfb5; font-size:18px; font-family:'Lily Script One', cursive; text-align:center!important; } #Pcont { background-color: rgba(196,198,166,0.7); color:#111111; overflow:hidden; margin-top:35px; } There's my css, the problem I am having now is. When the bar is closed its fine, open its fine... but when clicked to close again the bar disappears and an overflow appears, so i have to scroll down to find the bar to close it... Does that make sense? Below are two imported screen shots, hopefully this can be fixed? and thank you for putting up with me (on the second image, i've had to scroll down to find the bar) Attachments:
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Feb 6, 2014 6:36:47 GMT -8
Can you give me a link to the forum where this is happening.
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Feb 6, 2014 8:41:06 GMT -8
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Feb 7, 2014 1:23:40 GMT -8
Would adding 100% height to the content and pbar style sheet section do the trick?
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Feb 7, 2014 4:16:14 GMT -8
Does this still happen if you remove the CSS you posted above?
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Feb 7, 2014 4:22:18 GMT -8
Pebble this is the only css i have for it and yes its still happening with the following added. /* PEEKABOO RIGHT, STYLES */ #Pbar { background-color: rgba(112,88,72,0.7); overflow:hidden; color:#5bcfb5; font-size:18px; font-family:'Lily Script One', cursive; text-align:center!important; } #Pcont { background-color: rgba(196,198,166,0.7); color:#111111; overflow:hidden; margin-top:35px; } EDIT: I removed the margin-top:35px; from the content, which seems to of resolved this issue!
|
|
inherit
205056
0
Feb 22, 2014 13:50:49 GMT -8
roxabox
88
February 2014
roxabox
|
Post by roxabox on Feb 22, 2014 11:37:59 GMT -8
pebble Is there a way to remove the hover option? It seems laggy and I would just prefer not to have one.
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Feb 22, 2014 12:32:20 GMT -8
pebble Is there a way to remove the hover option? It seems laggy and I would just prefer not to have one. You could use the same image for the bar and the hover image. That may help.
|
|
inherit
205056
0
Feb 22, 2014 13:50:49 GMT -8
roxabox
88
February 2014
roxabox
|
Post by roxabox on Feb 22, 2014 12:50:00 GMT -8
Pebble Yeah, I tried that but when I hover over it for a couple seconds it just dissapears.
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Feb 22, 2014 12:54:46 GMT -8
Can you give me your forum URL and the browser you're using.
|
|
inherit
205056
0
Feb 22, 2014 13:50:49 GMT -8
roxabox
88
February 2014
roxabox
|
Post by roxabox on Feb 22, 2014 13:13:44 GMT -8
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Feb 22, 2014 13:19:54 GMT -8
The only thing I can suggest is adding a background color to your css , which will stop the bar completely disappearing.
#Pbar { background-color: #000; }
This is because of the cashing of the image in your browser. There's not much that can be done about it through the plugin.
|
|
inherit
205056
0
Feb 22, 2014 13:50:49 GMT -8
roxabox
88
February 2014
roxabox
|
Post by roxabox on Feb 22, 2014 13:37:59 GMT -8
The only thing I can suggest is adding a background color to your css , which will stop the bar completely disappearing. #Pbar { background-color: #000; }
This is because of the cashing of the image in your browser. There's not much that can be done about it through the plugin. PB is not letting me tag you right now so I'm quoting you. Thank you, it looks much better. Certainly tolerable.
|
|