- Posts: 3
COMMUNITY FORUM
Images aren't displaying
- JedDavis
-
Topic Author
- Offline
- New Member
I am setting up a newsfeed for a site and have decided to use JoolaWork's Simple RSS Feed Reader. Everything works except for the pictures that are supposed to accompany each story.
I narrowed down the problem to the fact that the bit of code holding the image wasn't triggering. That bit of code is as follows:
<?php if($feedItemDescription || $feed->feedImageSrc): ?>
<?php if($feed->feedImageSrc): ?>
<img class="srfrImage" src="<?php echo $feed->feedImageSrc; ?>" alt="<?php echo $feed->itemTitle; ?>" />
<?php endif; ?>
I got it to trigger by changing the first line to:
<?php if($media || $media->media.content): ?>
I have no idea what any of the code means, but it works so far. The problem is that even though it is triggering now, it is still only displaying the generic broken jpg image. The image isn't there. The RSS code that is passed to the reader has the image encoded twice, with ENCLOSURE and MEDIA:CONTENT. I am assuming that one of those two needs to replace the $feed in the img src tag, but I have tried every combination I can think of.
Any ideas?
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- JedDavis
-
Topic Author
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- JedDavis
-
Topic Author
- Offline
- New Member
- Posts: 3
Anyway, I was able to fix the problem by altering the RSS feed source to include the image in description tags as opposed to the media and enclosure tags. So the images are displaying properly now with the original JoomlaWorks code.
I have a new question though; I would like the compact template to display a small thumbnail next to the headline in addition to the large thumbnail in the hover state. Is there a line of code I can add to do this? I would hope that since the image is being called correctly, it is just a case of duplicating the preexisting call-code in another area.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Claudia
-
- Offline
- New Member
- Posts: 3
my web page is appiglu.com/websites/karenlynn/index.php/home and the blog is karenlynndixon.com/blog/
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
Try to check the option named "Image handling (within feed item description)" . Also try to remove the word limit and see if that works.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Claudia
-
- Offline
- New Member
- Posts: 3
Extract first image only, resize it using HTML, hide others
the word limit is set to 0
But still not working.
Please Log in or Create an account to join the conversation.
- Claudia
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Zuzana
-
- Offline
- New Member
- Posts: 1
screenshot: imgur.com/udojCZM
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
This feed is usign a custom namespace and that's why it's not supported by the new version.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- meigie
-
- Offline
- New Member
- Posts: 2
Is there anyway to alter the code to include the rss that have image in <enclosure> or <media:thumbnail>? such as feeds.bbci.co.uk/news/northern_ireland/rss.xml?edition=uk
I'm not good in PHP, that's why no idea how to include that. :'(
Thank you in advance!
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
Hi. The code can be changed, but this is not a good practice since you will lose all your changes in future updates. In any case, since you are not familiar with PHP you will have to find a developer to do this for you.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.