Headline block fix

Reports about issues that you encounter in Suffusion
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Headline block fix

Postby jamminjames » 26 May 2012, 14:38

I don't know if this really qualifies as a bug or not, but some CMS in the theme did cause a problem, and here is my humble suggestion for future Suffusion updates, to repair the problem.

Currently, if a headline in the headline block for the front page is just the right length, passing from hovering over it to not hovering causes it to jitter, alternately taking up one line, then two, very fast. This is because of the built-in 'bounce' effect, where the headline shifts to the left and up by one pixel when hovered over. However, the CMS currently decreases the padding on both the left and the right, so if the headline is just long enough, the two-pixel shift causes it to go from occupying two lines to just one when hovered over, thus causing the unsightly jitter effect.

So, as a temporary fix, I put this in the Custom Includes:

.suf-mag-headline-block li.suf-mag-headline a.tab-current {
padding: 2px 7px 0 9px;
}

That changes it from the regular CMS of:

.suf-mag-headline-block li.suf-mag-headline a.tab-current {
padding: 2px 7px;
}
jamminjames
 
Posts: 45
Joined: 29 Jan 2011, 20:18

Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 3 guests

cron