Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-21-2010, 04:26 PM   PM User | #1
aslaughter
New to the CF scene

 
Join Date: Dec 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
aslaughter is an unknown quantity at this point
link to yelp in footer not working and php question

Does anyone see why the yelp image might not be showing up in the footer? I have been staring at it for a while and can't seem to see the problem. I've double checked that the image is in the right folder.

Here is the live site:
http://capitolarumours.com/wordpress/

Here is the code in the div:

[CODE]
<div class="footerright">
<p>
<iframe scrolling="no" frameborder="0" allowtransparency="true" style="border: medium none ; overflow: hidden; width: 75px; height: 21px;" src="http://www.facebook.com/plugins/like.php?href=www.capitolarumours.com&layout=button_count&show_faces=true&width=75&action=like&font= verdana&colorscheme=dark&height=21">
</iframe>
<a target="_blank" href="http://www.yelp.com/biz/rumours-salon-and-spa-capitola">
<img src="images/yelp_logo_50x25.png"/>
</a>
</p>
</div>
[CODE]

Also, I'd like to get rid of the first 'Read more' link in the main text to the right and just leave the button.

Here is the code for that:
[CODE]
<div class="hometopright">
<h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<?php the_content_limit(530, ""); ?>
<p><a rel="nofollow" class="more-link" href="<?php the_permalink() ?>"><?php _e("Read More", 'organicthemes'); ?></a></p>
<?php endwhile; ?>
</div>
[CODE]

Thanks for any help!
aslaughter is offline   Reply With Quote
Old 12-21-2010, 04:42 PM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
I've double checked that the image is in the right folder.
There's no such file in the specified path - http://capitolarumours.com/wordpress...logo_50x25.png

Quote:
<?php the_content_limit(530, ""); ?>
I think that "read more" is a part of the content itself.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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


All times are GMT +1. The time now is 05:57 PM.


Advertisement
Log in to turn off these ads.