StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 11-17-2008, 10:11 AM
Jason Schuller Jason Schuller is offline
Registered User
Pro Plus Member
 
Join Date: Sep 2008
Posts: 1,367
Default Re: Hover over featured images displays [caption id=

I see the problem... You have no "textual" content within those posts, so the theme is trying to pull whatever content it can to populate the tooltip for the image. If you do not plan on adding textual content to these posts you will need to edit "home.php" within your theme files and find:

Code:
<a href="<?php the_permalink() ?>" title="<?php the_content_rss('', TRUE, '', 25); ?>">
Then change "<?php the_content_rss('', TRUE, '', 25); ?>" to whatever text you want.... like "Click here to read more" or something like that... e.g.:

Code:
<a href="<?php the_permalink() ?>" title="Click here to read more">
Jason
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hover Text on Featured Homepage Images Digital Pure General Discussion 13 04-01-2010 10:52 PM
Sidebar displays different images on certain pages jrobe1111 General Discussion 1 03-14-2010 05:59 PM
Remove Dotted Line/Hover for Images TheComputerLady General Discussion 7 07-07-2009 07:39 AM
Caption Images/Thumbnail Styles jfeaga General Discussion 2 06-09-2009 11:36 AM


All times are GMT -5. The time now is 11:46 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.