MyBB Community Forums

Full Version: Vienna 1.8.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
(2014-11-10, 08:29 AM)iAndrew Wrote: [ -> ]
(2014-11-10, 08:17 AM)SephirothSG Wrote: [ -> ]Just to help out, Unable to reproduce on Chrome 38, however while testing I did run into another issue (Albeit very minor)

It seems the "jump to page" hover message appears to be duplicated when hovering over the icon in the center.

Thanks, it also does it on the PM alert message box when using tipsy.
Never could find a fix for this.

All good, is there a way to offset the hover message so it doesn't appear like there are 2 of them?
Not that i know of. if it really bothers you tho you could always delete the title attribute for it?

Try going to vienna Templates » Multipagination Templates » multipage_jump_page

Look for <i style="font-size: 14px;" class="fa fa-chevron-circle-down fa-fw" title="Jump to page" /></i>

And delete the title attribute
(2014-11-10, 09:23 AM)iAndrew Wrote: [ -> ]Not that i know of. if it really bothers you tho you could always delete the title attribute for it?

Try going to vienna Templates  » Multipagination Templates  » multipage_jump_page

Look for <i style="font-size: 14px;" class="fa fa-chevron-circle-down fa-fw" title="Jump to page" /></i>

And delete the title attribute

Doesn't bother me enough to remove it.
[attachment=32962][attachment=32963]
(2014-11-10, 03:41 AM)iAndrew Wrote: [ -> ]I can't reproduce this using latest firefox on windows 8.1 on my laptop or tele.

Do you have any plugins or extra code for your portal?

I'm using Firefox 33.0.3 on mac. It happens while logged in to the forum or logged out (guest). I also found that mousing over the dark bars above or below the pagination displays the "jump to" text.

No extra code for portal that i am aware of. Seems to work fine in safari.
(2014-11-10, 11:37 AM)jgphreaky Wrote: [ -> ]
(2014-11-10, 03:41 AM)iAndrew Wrote: [ -> ]I can't reproduce this using latest firefox on windows 8.1 on my laptop or tele.

Do you have any plugins or extra code for your portal?

I'm using Firefox 33.0.3 on mac. It happens while logged in to the forum or logged out (guest). I also found that mousing over the dark bars above or below the pagination displays the "jump to" text.

No extra code for portal that i am aware of. Seems to work fine in safari.

I have no way of testing on a mac, the only change for the jump to page i've done is replace the image for a font awesome icon. Try revert the page see if it still happens for you

Vienna > Multipage Pagination Templates > multipage_jump_page
I'm still working on the weird firefox bug. I'll post the fix once I find one - setting a fixed width for the pagination div seems to solve it but i think that might mess things up a bit. Where can i find the width that is currently being set for the pagination div and let it take up more space?

ALSO

Any ideas of which template has the theme switcher in it so that I can get rid of it. Probably in the footer somewhere.

Once again, I think you're awesome for actually supporting your theme!
Pagination is all in global.css

Theme switcher is in footer template... Vienna > Footer Templates > Footer

Delete {$theme_select}
Thanks! any chance you have a postbit_spam.gif that is currently getting a 404?

(2014-11-10, 10:26 PM)jgphreaky Wrote: [ -> ]Thanks! any chance you have a postbit_spam.gif that is currently getting a 404?

Turns out that image is missing due to akismet. It's the same plugin i used in 1.6.x but i updated it to say it was 1.8.1 it works besides this missing image. I'm going to update the plugin to use your purge spammer icon.

[attachment=32975]
Is this what the bottom pagination looks like for you in windows?

notice the strange box in between page 1 and 2? Maybe that's what's pushing the end piece to the next line in FF for Mac?

This is driving me crazy! Ahahahaha. It's always the little things.

Anyways:

I found a temporary fix using the "inspect element" feature and adding style="width: 100%;" to a float left div that contains the pagination. Any idea what template that belongs to? I'd like to make the change to the actual template. I can do it to the top navigation too. Is it the same template?

FOUND IT!

Under Forum Display i found the template forumdisplay_threadlist

I added:

style="width: 100%;"

to the first div on line 1 and the div on line 64.

as so:

<div class="float_left" style="width: 100%;">

    {$multipage}
</div>
How do I modify the links on the social status icons?
@jgphreaky guessing you modified the pagination where it says "pages" i never added css to that.

Does the 100% width change anything in other browsers for you?


(2014-11-11, 07:55 PM)Corbulogistics Wrote: [ -> ]How do I modify the links on the social status icons?

Change them in Templates > Vienna > Index Page Templates> Index .. Look for


<a href="*"><img src="images/vienna/facebook.png" style="vertical-align: middle" alt="" title="Like us on Facebook!" /></a>
<a href="*"><img src="images/vienna/twitter.png" style="vertical-align: middle" alt="" title="Tweet us on Twitter!" /></a>
<a href="*"><img src="images/vienna/youtube.png" style="vertical-align: middle" alt="" title="Subscribe on Youtube!" /></a>
<a href="*"><img src="images/vienna/google.png" style="vertical-align: middle" alt="" title="+1 us on Google!" /></a>

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35