Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 483
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 479
Total: 479

Three issues with the Anecdota theme

Started by Glitch, Jun 13, 11, 06:33:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Glitch

I just upgraded my site from SMF 2.0 RC5 to 2.0 Gold.  I do not have very many mods installed.  One that may cause issues is EZPortal but, it works fine with the default Curve and Core themes.  I'm currently using the 2.0 version of Anecdota.

I will provide links to the issues I'm having that have already been posted at SMF.

The first is with the Moderate menu dropdown:  http://www.simplemachines.org/community/index.php?topic=248382.msg3068818#msg3068818

It would seem the dropdown just isn't wide enough...and I'm not much into coding to fix it.

The second is probably coding related to:  http://www.simplemachines.org/community/index.php?topic=248382.msg3070310#msg3070310

The above issue issue is with the most recent version of the Stop Spammer mod from SMF...it appears fine on other themes...just not this one.

Lastly...when I view any topics:  http://www.simplemachines.org/community/index.php?topic=248382.msg3073223#msg3073223

It would seem the body of the topic shoots to the right...quite a ways.  Again...all other themes work fine...it's just this one....Anecdota.

Maxx

#1
Glitch, if you are having issues due to the SMF 2.0 upgrade, that has just come out and you'll need to give some time for these things to be worked out.

Please do not refer us to other sites and/or posts.
Just note your issues and give us a link and when we get the chance we will have a look at them.

If you are having problems with the quick reply overflow the fix is:

Find this:

#quickReplyOptions form textarea {
    height: 100px;
    margin: 0.25em 0 1em;
}


replace with this:
#quickReplyOptions form textarea
{
height: 100px;
width: 635px;
max-width: 100%;
min-width: 100%;
margin: 0.25em 0 1em 0;
}


If your theme is effect by your mod or mods, you are on you own there!

Crip is working hard on his FREE themes, so please give him a chance!

regards,
maxx

ZarPrime

The issue with the moderate menu is either because the font size for the menu items is too large or there is too much padding.  This can be fixed by adjusting the values in the css file for the theme.

This also may be addressed when Crip has finished updating his themes for SMF 2.0 Gold or he may respond to this as soon as he sees it.

ZarPrime

Glitch

#3
Maxx,

Sorry about that.  It won't happen, again, #1.   ;)

Anyhow, attached are the issues I'm having using SMF 2.o Final and Crip's lates release anecdota_20.zip that was uploaded to SMF customizations, yesterday.

Issue one:

The Moderate menu text wraps to next line

Issue two:

I have a mod installed that displays fine using default theme but, not for Anecdota.

Issue three:

When viewing a topic...the topic body shooys way outside the forum parameters.

Now, I'm no coder...but I'm pretty sure all of the issues are CSS based but, like I said...I'm no coder and have to be guided as if I were an idiot, okay?

@ZarPrime...Thanks but, it doesn't happen in Quick Reply...at least, not that I know of.  Just topic view.  Again...I do think these are all css-based issues but can't quite put my finger on them.

Edit...

By the way...that new code fixed the topic view issue I was having...Thanks, a heap, ZarPrime!

[attachment deleted by admin]

Crip

hi,
i have saw that before ...  really simple fix & i will fetch you the necessary code.
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Glitch

Crip,

Thanks for looking into it for me.  The instructions ZarPrime gave me fixed the Quick Reply/Topic View issue I was having.

Just two more to go...whew!

Also,

Is there a way to make the main menu button images and text smaller?

When adding new Mods...it has a tendency to wrap the buttons to the next line...if the new Mod includes a menu button.

Crip

smaller font-size or width change is all for the overlap --------------

#toolbar {
background: url(../images/img/toolbar.png) repeat-x;
height: 36px;
border-left: 3px solid #B7B6B2;  
border-right: 4px solid #B7B6B2;
}
#topnav {
position: relative;
height: 36px;
z-index: 1000;
padding: 0;
margin: 0;
}
#topnav ul {
margin: 0;
padding: 0;
}
#topnav li {
float: left;
margin: 0;
padding: 0 0 0 2px;
position: relative;
list-style: none;
}
#topnav li a {
display: block;
line-height: 36px;
padding: 0 16px;
color: white;
font-size: 0.9em;           <====see=======>
}
#topnav li a.active {
background: url(../images/img/active.png) repeat-x;
color: #444;
font-weight: bold;
}
#topnav li a:hover, #topnav li:hover a, #topnav li.sfhover a {
background: url(../images/img/active.png) repeat-x;
color: #000;
text-decoration: none;
}
#topnav li:hover li a, #topnav li ul li a:hover {
color: white;
background: #004070;
}
#topnav li li {
width: 210px;    <====see=======>
height: auto;
padding: 0;
}
#topnav li li a, #topnav li li a:hover, #topnav li li a, #topnav a.active li a, #topnav li:hover li a, #topnav li.sfhover li a {
background: none;
height: 30px;
line-height: 30px;
margin: 0;
font-weight: normal;
text-transform: none;
font-size: 0.9em;        <====see=======>
color: #222;
}
#topnav li ul {
background: #D9E4EF;
position: absolute;
width: 210px;           <====see=======>
left: -999em;
margin-left: -1px;
}
#topnav li ul ul {
margin: -27px 0 0 195px;
}
#topnav ul li li:hover, #topnav ul li li.hover {
position: static;
}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
left: -999em;
}
#topnav li:hover ul, #topnav li.sfhover ul {
left: 3px;
}
#topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
left: 0;
}


....that should fix your OverLap .
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Glitch

Are you referring to the main menu buttons?

Crip

Quote from: Glitch on Jun 14, 11, 12:31:43 PM
Crip,

Thanks for looking into it for me.  The instructions ZarPrime gave me fixed the Quick Reply/Topic View issue I was having.

Just two more to go...whew!

Also,

Is there a way to make the main menu button images and text smaller?

When adding new Mods...it has a tendency to wrap the buttons to the next line...if the new Mod includes a menu button.

ok,
the above code should help you on yourr mod links as well.
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Crip

Quote from: Glitch on Jun 14, 11, 12:42:01 PM
Are you referring to the main menu buttons?
Yes , + the drop menu as well.
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.