2 Images in RSS Feed after Update to V2.3.2
Best Answer Danny , 11 October 2012 - 09:58 AM
Well, its resolved in terms of our assistance. What you're asking for is not possible of "Out of the Box" with PageLines Framework. Therefore, I recommend you to contact one of our Pros who may be able to assist you to which you replied "Alright, I'll do so, thanks!".
Go to the full post
#1
Posted 03 October 2012 - 09:33 AM
I updated to the latest version (2.3.2) of Pagelines last weekend. Since then there appear 2 images in each post in the rss feed: 1 small (the article foto) and 1 big (from the post itself). I didn't use any plugin like RSS Manager before because all worked well. After this update and problem I tried the RSS Manager, but this doesn't help. So I really do hope, you can help me fixing that because I'm not a programmer and have no clue what to do ...
This is the feed I'm referencing:
Look at it with Internet Explorer or an Google Reader (PC and Android).
In Firefox browser it's only 1 picture but showing the excerpt only (but I selected "full post" in WordPress).
Strange!
Thanks in anticipation and kind regards,
Lutz
#2
Posted 03 October 2012 - 12:11 PM
#3
Posted 03 October 2012 - 03:10 PM
#4
Posted 03 October 2012 - 03:32 PM
Thanks again!
#5
Posted 03 October 2012 - 05:03 PM
#6
Posted 03 October 2012 - 05:53 PM
I want to reachthe following: On the blog post (or home page: ) the thumbnails; I defined them in the media settings as 150 x 150.
And in the posts (like this one: ) I would like to have the medium size image, which I defined as 250 x 250 pixels.
Because of the trouble I posted ahead (two images in the rss feed) I now use the featured image only, no image in the post itself any more.
I already checked and re-loaded the featured image on some posts like the e.g. above: they refer to the full sized image ( #)
I read all posts in this forum concerning the image size and tried cass like this one in /wp-content/plugins/pagelines-customize/tyle.css:
.post-thumb{
width: 300px;
height:200px;
align:right}
And I added this code to /wp-content/plugins/pagelines-customize/functions.php:
if ( function_exists( 'add_theme_support' ) )
{ add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 250, 250 );
add_image_size( 'larger-thumb', 350, 550, true );
}
Nothing helped: The post shows the small thumbnail (150 x 150) nevertheless.
(The small thumbnail on the home page works well, that's alright.)
I'm now just trying to get the image in the post itself being bigger (250 x 250 or whatever I define as medium size in the media settings of WordPress) and aligned to the right, if possible.
Would you please be so kind t letme know how to do that?
I really tried out all solutions I could find in this froum ...
Thanks in advance!!!
#7
Posted 04 October 2012 - 10:24 AM
Are you wanting to the featured images to be 300x200 pixels ?
If you so your issues is that your images are 150x96 pixels.
#8
Posted 04 October 2012 - 12:07 PM
yes, I want to have larger images (medium size) in the post itself; not on the home mage (blog page): the small thumbnails there are alright.
Did you take those image sizes from the home page? Here are used the "small size" pictures, which I defined as width=150 in the media settings of WordPress. And that's great as it is. Or are they coming from inside the posts? Like this one: ?
Then it must be a problem of the WordPress user interface: The original image size (Playstation post) is 534 x 312 pixels. Its in the media database with this size. In the edit modus of WordPress I click on "add featured image", search the image and I only can click on "use as featured image" (in German: "Als Artiklbild nutzen"). Please see the screenshot here: There is no way to select any size of the featured image.
So the question is: How can I force WordPress or PageLines not to use the small thumnail size when defining the featured image for the post but use the medium size image? Am I using WordPress in the wrong way? Or is there a way to re-define this? Best way would be to use the "medium" image size which I define in the media settings (by now it's 250 width but I might have to change that to 300 or 350 pixels). Some piece of code I can copy into the functions.php or style.css of my PageLines-Customization folder so it's not overwritten by every update of PageLines and/or WordPress?
Thanks in advance!!!
#9
Posted 04 October 2012 - 12:11 PM
#10
Posted 04 October 2012 - 04:27 PM
#11
Posted 04 October 2012 - 06:49 PM
alright, no matter how, just make it work
Could you provide a code I could use?
As you can see above I already tried css, but that didn't work.
What code shall I use?
Don't forget: I'm no pro at all!
Thanks again in advance!
#12
Posted 05 October 2012 - 09:18 AM
If you I understand you correctly, you wish to keep the thumbnail size as it is, when viewing your blog page. However, as soon as you're viewing a blog posts full content, you wish the thumbnail to be replaced with a larger image, is this correct ?
#13
Posted 05 October 2012 - 11:42 AM
right, exactly!
If it's not possible to do that "flexible" by using the medium-size definition of the WordPress media settings (that would be my favorite) I would dare to change the image size "hardcoded" ... if you let me know exactly what code I would have to put where and if it's possible to put that code in a file of the PageLines customization folder s that it's not overwritten by every update of PageLines or WordPress.
Thanks again in advance!!!
#14
Posted 05 October 2012 - 11:54 AM
- Add a feature image to your blog post like you have been doing.
- The go to PageLines > Site Options > Blog & Post > scroll down until you see the "Post Thumbnail Placement" and uncheck "Single Post Pages".
- Now go back to your your posts and add a larger image and then save your post.
If you view your post now it should contain a larger image of your feature thumb (if you used the same image) and if you view your blog page, it should be displaying thumbnail images.
#15
Posted 05 October 2012 - 12:50 PM
sorry, but that's not a good idea: If I would do so, I would have two images in the rss feed again - that's how and why I started this thread
At least if I send the full post to the rss feed and not the excerpt only. But I can't send the excerpt because I learned that readers do not like to click in rss messages but want to read the full article.
So I hope there is a way to get a bigger image in the post without adding it into the post twice (one as "featured image" and one as a regular image in the post like you suggested)!
#16
Posted 05 October 2012 - 02:11 PM
or if this is easier: Is there a way to make PageLines use the first picture in the post and use it as a thumbnail on the blog page (home page)?
If yes, then I could let the "featured image" go and use just one "regular" picture in the post only, as you suggested.
But in the past I couldn't manage to do so, because whithout "featured image" I got no thumbnail on the blog page (home page).
If you can tell be how to reach this, maybe this is the way to solve the problem ... ?
#17
Posted 05 October 2012 - 03:25 PM
Is there a way to make PageLines use the first picture in the post and use it as a thumbnail on the blog page (home page)?
You can upload a picture to a post and use that same image as the featured image (the thumbnail) on the blog page. You are also right, the featured image and the thumbnail image are the same, so without a featured image, there is no thumbnail. You still want a thumbnail on your blog page, so you would have no choice but to keep the featured image.
#18
Posted 05 October 2012 - 04:01 PM
"You can upload a picture to a post and use that same image as the featured image (the thumbnail) on the blog page." Sound great!
But how can I do this? I did't find a way to make WordPres and/or PageLines to work that way ...
#19
Posted 05 October 2012 - 04:53 PM
#20
Posted 05 October 2012 - 05:06 PM
we are not getting each other ... !!!
Please have a look at:
What you see IS the featured image! But it's to small, I want to have it e.g. 250 x 250 pixels!
I CAN NOT use the image as post image and featured image, because if I do so, it's shown twice on the ress feed - that's where we started this conversation three days ago! Please!
So, what I need is
a) a way showing that FEATURED image in the single post BIGGER
or
b ) a way how to use the POST image (not featured image) as a thumbnal on the blog page (home page).
I CAN NOT do BOTH - or I'm having two images in the rss feed again.
Or can you force WordPress not to use both for the rss feed?
Also tagged with one or more of these keywords: Resolved, Images, RSS, Feed, doubled
Standardizing the image border for entire siteStarted by mbreese1 , 10 May 2013 |
|
|
||
Bad Ass Shortcodes
Store Product Support →
Store Products →
Products by Nick Haskins →
Bad Ass Shortcodes Carousel Not Displaying Custom Post TypesStarted by jcaynes , 03 May 2013 |
|
|
||
Images not displaying after creating galleryStarted by benmaru , 30 Apr 2013 |
|
|
||
RSS Feed Does Not WorkStarted by Claude203 , 25 Apr 2013 |
|
|
||
PageLines Framework →
Technical Support →
Markerly codeStarted by climbur , 11 Apr 2013 |
|
|











