New Landing How can we help? Themeforest Theme Support Flexform RSS feed, no description tag

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Flexform
  • #134640
    bitstormdesign
    Member
    Post count: 25

    Hi there,

    I have a RSS feed newsletter set up with Mailchimp but for some reason there is no <description> tag in my feed so mailchimp sends the whole post contents instead of just part of it. Can you please advise?

    Thanks

    Will

    #134684
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Will,

    Try go to Settings -> Readings -> For each article in a feed, show -> Summary -> Save Changes.

    Then check this URL in FF, http://palmyhealing.com/feed/

    Let us know,

    Thanks,
    laranz.

    #134708
    bitstormdesign
    Member
    Post count: 25
    This reply has been marked as private.
    #134715
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am getting Error establishing a database connection so please contact at hosting provider.

    Thanks
    Mohammad

    #134716
    bitstormdesign
    Member
    Post count: 25

    can you please check again? it is coming up for me.

    #134733
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue so please check after clear the browser cache. I pasted this code at functions.php.

    function diw_post_thumbnail_feeds($content) {
    	global $post;
    	$content = get_post_meta( $post->ID, 'sf_custom_excerpt', true );
    	return $content;
    }
    add_filter('the_excerpt_rss', 'diw_post_thumbnail_feeds');
    add_filter('the_content_feed', 'diw_post_thumbnail_feeds');

    Thanks
    Mohammad

    #134742
    bitstormdesign
    Member
    Post count: 25

    Yes thanks thats working.

    #134751
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

    #141718
    bitstormdesign
    Member
    Post count: 25

    Hi, this issue is happening again for some reason. Could you please investigate, I tried pasting that code back in as it seemed to be missing. I have not updated the theme so not sure why it has changed. The admin codes remain the same. Thanks Will

    #142230
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I tried this site, http://palmyhealing.com/feed/ but it shows the image as you want. Screenshot: http://take.ms/keVd9

    Let us know,

    Thanks,
    laranz.

    #142235
    bitstormdesign
    Member
    Post count: 25

    the image is not the problem, there is no text in the last two posts, this was the original problem, there is no <description> tag in the feed

    #142528
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You can try some plugins like this https://wordpress.org/plugins/feed-template-customize/ or follow the instruction here: http://codex.wordpress.org/Customizing_Feeds

    Let us know,

    Thanks,
    laranz.

    #210440
    bitstormdesign
    Member
    Post count: 25

    Hi there, I updated the theme and again I am having this problem with the rss feed in that the custom excerpt of a post is not being displayed and therefore not being picked up by mailchimp rss feed. The code previously advised to put into the functions.php is not there but I am unsure exactly where to place it and whether that will work. Could you please help?

    #210442
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The code will need to be placed into a child theme, when you run an update the change will be lost.

    It should be placed at the end of the functions.php before the closing php tag which will look like ?>.

    Thanks,
    David.

    #210444
    bitstormdesign
    Member
    Post count: 25

    So if i copy the current functions.php file from the main theme into the child theme with this code it should work?

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register