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
Oh cool. I'm actually looking on adding more stuff to it or reverting some.
First of all, this theme looks great! Just having some issues:

How in the world do i get rid of the little heart icon that is appearing next to random threads? Some threads have a little folder and others have a heart. [Image: screenshot-of-heart.png]


Also, why does the css look for the following image that doesn't exist? images/vienna/tbg.png global.css line 472
You can change the heart icon in themes > Vienna > thread_status.css to one you prefer (the heart was used as a hot thread)

Look for this and change the bold code for one on here http://fortawesome.github.io/Font-Awesome/cheatsheet/

.thread_status.dot_newhotfolder:before {
color: #22242d;
position: absolute;
background-position: 0 -100px;
content: "\f08a";
text-shadow: 1px 1px 0px #fff;
font-family: FontAwesome;
font-size: 16px;
}

---

You can delete images/vienna/tbg.png, i change the design of my themes a fair amount so must have forgot to delete it.
(2014-11-07, 09:45 PM)iAndrew Wrote: [ -> ]You can change the heart icon in themes > Vienna > thread_status.css to one you prefer (the heart was used as a hot thread)

Look for this and change the bold code for one on here http://fortawesome.github.io/Font-Awesome/cheatsheet/

.thread_status.dot_newhotfolder:before {
color: #22242d;
position: absolute;
background-position: 0 -100px;
content: "\f08a";
text-shadow: 1px 1px 0px #fff;
font-family: FontAwesome;
font-size: 16px;
}

---

You can delete images/vienna/tbg.png, i change the design of my themes a fair amount so must have forgot to delete it.


Wow! Thanks for the quick response! I'll give it a try.
(2014-11-07, 09:45 PM)iAndrew Wrote: [ -> ]i change the design of my themes a fair amount so must have forgot to delete it.

Would there be an easy way to update each time you change the theme? I want to use this but in order to I would need to make some customizations and I refuse to lose the modifications every time you update the theme.
(2014-11-08, 04:36 AM)aaronnz Wrote: [ -> ]Would there be an easy way to update each time you change the theme? I want to use this but in order to I would need to make some customizations and I refuse to lose the modifications every time you update the theme.


I meant i change my themes design and layout a fair amount well before i even release it.

You could install it again under a new name and check what the updates are and compare the new with the old code in the templates?
[attachment=32957]
Any Idea why the jump-to-page link is being broken up in firefox?
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?
(2014-11-10, 03:35 AM)jgphreaky Wrote: [ -> ]Any Idea why the jump-to-page link is being broken up in firefox?

(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?

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.
[Image: 87f886190e.jpg]
(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.
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