Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Text Widget image problem (http://forum.bytesforall.com/showthread.php?t=11854)

dreamckr Dec 22, 2010 07:32 AM

[SOLVED] Text Widget image problem
 
Hi, I have made a text widget with just the basic html code to show an image, and linked it. It shows on the pages, it shows on the main front page, but when you select a post to read in it's entirety, the image disappears, but the text that is just below the image remains.

I have checked the width, making sure it's not too big and will fit when you select. I have been surfing through the forums, but can't quite find if this has been a problem or not.

I just would like to have the img show along with the text. http://pickleberrylane.com is where the my problem exists. Look at RSS Feed . You can see the img of the rss boxey image but if you click on a post to read the story, you will see the RSS boxey image disappears.

Thanks in advance for the help.
Dreamckr

lmilesw Dec 22, 2010 07:38 AM

The following is what looks like the code you have for the image.
HTML Code:

<img src="wp-content/gallery/misc/rssfeed.jpg" width="100" height="100"/>
Try adding a slash at the beginning of the path as below
HTML Code:

<img src="/wp-content/gallery/misc/rssfeed.jpg" width="100" height="100"/>

dreamckr Dec 22, 2010 08:06 AM

Wow, I feel foolish, not to notice something that simple. But I imagine it happens all the time.

Thank you for the extra eyes.
Dreamckr

lmilesw Dec 22, 2010 08:12 AM

Yup... It does happen all the time.


All times are GMT -6. The time now is 11:27 AM.

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