Support Forum
probably bleed over from your wp theme... can you give us a link to your forum and a post with the issue so we can look?
Visit Cruise Talk Central and Mr Papa's World
Thanks!
I can't give you a link to the forum because it's private (protected behind Wishlist Member). Here's a screenshot of the problem, though:
http://screencast.com/t/u0E8zotW1wa
The funny thing is that if I load the Default theme, the links are underlined and look fine. Also, you can see in the screenshot that the link to the user profile is underlined. If it was bleed over from my WP theme (Optimize Press), wouldn't it affect all of the SP themes?
No - not necessarily. The reason we wanted to look at the page in question was so that we could use a tool like Firebug to inspect exactly what CSS is being applied. Only then can one really make a recommendation. But you can do this yourself with the Firebug extension for Firefox or Chrome or - with most up to date browsers, their built-in tools.
These tools will show exactly what styles are being used for each element and allows you to change them on the fly to see the effect. Can't do that with a screenshot.
YELLOW
SWORDFISH
|
The stacked theme uses the $alt5LinkDecoration from the overlay files. The default theme uses the $alt6LinkDecoration setting.The alt5 one is set at none and the alt6 one is set at underline.
You can change the stacked.php file to use the alt6 setting.
You would want to find
#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent a { overflow: hidden; text-decoration: <?php echo($alt5LinkDecoration); ?>;
in the Stacked.php file and change the 5 to a six.
Or if you wanted you could change the none to underline in the overlay.
Either way you will want to have a custom theme when you start making changes because they will be overwritten on any theme updates.
Might be able to get this changed in the supplied ones. Will bring it up with the team.
Thanks, Brandon...that fixed it for the post links, but not for various other places on the forums. I'm guessing it would need to be changed to "$alt6LinkDecoration" throughout the stacked.php file, correct?
Any reason why this theme is using $alt5LinkDecoration and the others aren't?
we typically dont underline text links... but have made exception in the post content... unknown why the stacked theme was not consistent... but think we will get it so...
but if you want to make links elsewhere (buttons, etc) underlined, you will need to customize the theme... but that is the beauty of themes... what you want, you can do!
please see: http://codex.simple-press.com/.....g-a-theme/
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)