Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Recently visited link


  #1  
Old Aug 5, 2014, 02:27 PM
tfarrell
 
43 posts · Dec 2012
Ireland
Hello

I have lots of links on my site and they all show correctly in the various states except for "Visited"

The code I put into ATO at Headline Box Links is below. It has had some effect on the titles of the posts but they do not show as having been "visited". I then noticed that none of the links on the site show this behaviour.
http://careersnews.ie/

What do I need to do to fix this?



Code used.
/* unvisited link */
a:link {
color: #FF0000;
}

/* visited link */
a:visited {
color: #00FF00;
}

/* mouse over link */
a:hover {
color: #FF00FF;
}

/* selected link */
a:active {
color: #0000FF;
}
  #2  
Old Aug 5, 2014, 07:56 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You may have to add more specificity to the selector or add !important to the attribute.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Aug 6, 2014, 02:02 AM
tfarrell
 
43 posts · Dec 2012
Ireland
Thanks for the quick reply. I thought that implementing the behaviors on links would be something done automatically and not require specific programming.
Am getting well out of my depth here.
I added 1important to the color and it had no effect.
Can you give me an example of what code for specificity might look like.
  #4  
Old Aug 6, 2014, 03:43 AM
maniek90
 
1 posts · Aug 2014
You should install firebug if you are using firefox browser.

or just go to the menu tools > tools for website creator and check the css for the visited, I am almost 100% sure that some different rule overwrite the visited one
_____________________________
My own graphic on own label water in great company that specialisation is soft drink development

Last edited by maniek90; Aug 22, 2014 at 05:56 AM.
  #5  
Old Aug 6, 2014, 07:43 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I just reread the original post.
The only code you put in the
"Headline Box: Links" or "Headline Box: Links: Hover"
would just be the color statement if you want to change those colors. You can't put the whole CSS there. You can only have the color or the color on hover.
If you need the visited color you would add the complete CSS to CSS Inserts.

If you look at the examples in the Style Posts and Pages section of the theme options you will see what I mean.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #6  
Old Aug 8, 2014, 03:29 PM
tfarrell
 
43 posts · Dec 2012
Ireland
working but I still have a question if anyone can help.

It works perfectly for post titles and other links throughout the site.

How do I get it to work for the post footer where categories etc are displayed?

Thanks for all the help.

Tom

Last edited by tfarrell; Aug 13, 2014 at 03:12 PM. Reason: got no replies

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Background color for visited takes over halthur Page & Category Menu Bars 7 Oct 18, 2010 10:49 AM
Post visited link color dmtompki Post-Kicker, -Byline & -Footer 8 Dec 22, 2009 04:08 AM


All times are GMT -6. The time now is 10:17 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.