Find out more about the “Show Off Your Avatar Campaign
RocketTheme  |  General  |  General Discussion  |  Topic: Links not appearing in content! « previous next »
Pages: [1] Go Down Print
Author Topic: Links not appearing in content!  (Read 4440 times)
William E Dooley
Professional
Hero Rocketteer
*
Offline Offline

Posts: 593


Links not appearing in content!
« on: February 26, 2007, 08:37:06 AM »

I have been trying to figure this out, and have asked in the forum before, but only as a side note. Now however, it's becoming more of an issue, so I decided it needs it's own post:)

Basically, any linked text inmy content items are showing up blank...they seem to get assigned the same color as the background of the page. This isn't template specific, it's happened on every template I've downloaded from here. I am wondering though, if it must be something wrong with my joomla install or something? Since noone else has mentioned they have this problem. I can correct the problem by highlighting the linked text and clicking the css button and assigning it a new color...but that is just a pain to do for EVERY linked text item. It also underlines all links...want to stop that also. So does anyone know where I can go to change the default setting for text links in content?

Thanks,
David Henderson
Logged
damo
Professional
Hero Rocketteer
*
Offline Offline

Posts: 1656


I'm the king of bongo bong

WWW
Re: Links not appearing in content!
« Reply #1 on: February 26, 2007, 09:07:09 AM »

It isn't an issue with templates as they are downloaded so it must be something you are doing. What template are you specifically referring to and do you have a link?
Logged

www.c3p0.se - developing in northern sweden
William E Dooley
Professional
Hero Rocketteer
*
Offline Offline

Posts: 593


Re: Links not appearing in content!
« Reply #2 on: February 26, 2007, 10:01:55 AM »

It's happening on every template I've tried. Now if you higlight them, you can see them...but otherwise, they are not visible.

It is also like that  where I am using the vortex template. Also had the issue on thedooleygang.com where I am using the sporticus template. Just haven't been able to figure out exactly how to fix it. I tried looking in the css for where it had text-decoration: underlined and a fff color assigned, but I think when I changed that, it did fix them, but also changed my menu links, which where fine the way they are. So is it perhaps a blanket statement that is assigning the style to a bunch of different areas and I need to pick the content item links out of the bunch and give them a different style? What confuses me though is why this isn't effecting anyone else.

Thanks,
David Henderson

Edit: From looking through my css files, it seems like maybe this is the area that is causing it. I found this in the tempalte.css file:

table.headlines div.moduletable h3,
.componentheading {
   text-decoration: underline;
        /* see style css */
}

a:link,
a:visited {
   /* color: see style css */
}

a:hover {
   color: #333;
   text-decoration: underline;
}

And this in my style css:


table.headlines div.moduletable h3,
.componentheading {
   color: #f26522;
}
      a:link,
      a:visited {
   color: #ffffff;

}

So the question is..do I need to seperate one of those? And if so, which one is the one that is for links in content? None of them sound like they should be. Maybe it's the div.moduletable h3?
« Last Edit: March 14, 2007, 07:47:15 AM by William E Dooley » Logged
William E Dooley
Professional
Hero Rocketteer
*
Offline Offline

Posts: 593


Re: Links not appearing in content!
« Reply #3 on: February 26, 2007, 10:25:52 AM »

Ok, I pulled the div.moduletable h3 out of the statement and gave it it''s own area..and that fixed it..but if that was the problem, why isn't anyone else having this problem if it's hardcoded into the css for everyone? Also..I tried changing the text-decoration: underline in the templatecss to none, but it didn't take the underline off..so I still don't know how to get rid of that. Anyone have a suggestion?

Well oddly enough..I found a:
table.headlines div.moduletable h3,
.componentheading {
   text-decoration: none;
        /* see style css */
}

a:link,
a:visited {
   /* color: see style css */
}

Section in the templatecss and when I added text-decoration: none; to the a:link it took away the underlines. So it seems it was underlining it by default if you didn't tell it not to. Still the question stands, why isn't anyone else seeing this problem?
« Last Edit: February 26, 2007, 11:09:53 AM by William E Dooley » Logged
damo
Professional
Hero Rocketteer
*
Offline Offline

Posts: 1656


I'm the king of bongo bong

WWW
Re: Links not appearing in content!
« Reply #4 on: February 26, 2007, 11:40:48 AM »

there is more than one css file per template. have you looked in the template specific one. template_css.css is a general css file while when you pick a color variation you have other css elements

it's not happening to everyone because the issue isn't a code issue and it must be something you've changed/added
Logged

www.c3p0.se - developing in northern sweden
John Sanchez
Professional
Hero Rocketteer
*
Offline Offline

Posts: 327


Only because Andy asked.

Re: Links not appearing in content!
« Reply #5 on: February 26, 2007, 11:59:15 AM »

Look like the style4.css file is what's causing it. 

Code:
a:link, a:visited (line 21)
{
color: #ffffff;
}

I'm not familiar with the template, so I don't know where that style sheet comes from.
Logged
William E Dooley
Professional
Hero Rocketteer
*
Offline Offline

Posts: 593


Re: Links not appearing in content!
« Reply #6 on: February 26, 2007, 01:38:35 PM »

I know about the other css files. I was showing you parts of templatecss and of the style one. I think I changed that line some time ago in order to make my main menu text white..guess it was also styling my content links?
Logged
Mario Pochat
Newbie
*
Offline Offline

Posts: 13

Re: Links not appearing in content!
« Reply #7 on: July 04, 2008, 03:08:24 PM »

I am having this very same problem.

I am adding a link in the footer module and while I know its there, its not showing up.  If you highlite the text you'll see it.  I have switched over all the different template presets and same thing!

did somebody find an answer to this?

Thanks a lot!

Smiley
Logged
Mack
Hero Rocketteer
*****
Offline Offline

Posts: 523

Re: Links not appearing in content!
« Reply #8 on: July 04, 2008, 08:28:27 PM »

I am having this very same problem.

I am adding a link in the footer module and while I know its there, its not showing up.  If you highlite the text you'll see it.  I have switched over all the different template presets and same thing!

did somebody find an answer to this?

Thanks a lot!

Smiley

It would help if you post a link to the site.
Logged
Mario Pochat
Newbie
*
Offline Offline

Posts: 13

Re: Links not appearing in content!
« Reply #9 on: July 04, 2008, 11:04:59 PM »

I know, but my site is down during this setup time.  I can't leave it open just like that.   In the other hand, I'll try to post some images or maybe open for one day so rockettheme can see it.

More info:
I'm using the Synapse template and my link its a the footer.  Its a Terms of use and Privacy Policy.  When these links are visited they change to a color that matches the BG color in the footer.   i'll upload some images, hang tight!!  Wink

Thanks!
« Last Edit: July 05, 2008, 08:40:56 AM by Mario Pochat » Logged
Mario Pochat
Newbie
*
Offline Offline

Posts: 13

Re: Links not appearing in content!
« Reply #10 on: July 05, 2008, 08:59:54 AM »

Hi again,

Here is a Snapshot of the bottom part of my site.

I'm using Synapse and it happens in 4 out of 10 styles (which I'm planning to use them all)

These are the ones that once the link is clicked, the color matches the BG color at the bottom:
Style3
Style4
Style5
Style6

Thanks a lot for your time and help!   Smiley
Logged
Pages: [1] Go Up Print 
RocketTheme  |  General  |  General Discussion  |  Topic: Links not appearing in content! « previous next »
Jump to: