• Resolved jayjay34

    (@jayjay34)


    Hello,

    I have opened an issue on Webnus Ticksy approximately 2 month ago but but I still don’t see the bug fixed.

    I have two issues with the RSS feed : https://votreappli1.fr/sgdo/agenda/feed/

    First, I created different events in MEC with :

    – a title

    – a description

    – a date for the event (start/end)

    – a featured image

    – no extracts that resume the post.

    The first issue is that in the xml file of the feed, the content of the last event present in

    “<description><![CDATA[…”
    is copied in the two others

    “<description><![CDATA[…”
    of the others events.

    If I place an extract in all the events, there is no issue, there will be differents extracts.

    The second issue is approximately the same, the featured image of the last event is copied in the others events in the RSS xml.

    I activated the display of the featured images via

    function featuredtoRSS($content) {
    global $post;
    if ( has_post_thumbnail( $post->ID ) ){
    $content = ‘<div>’ . get_the_post_thumbnail( $post->ID, ‘large’, array( ‘style’ => ‘margin-bottom: 15px;’) ) . ‘</div>’ . $content;
    }
    return $content;
    }

    add_filter(‘the_excerpt_rss’, ‘featuredtoRSS’);
    add_filter(‘the_content_feed’, ‘featuredtoRSS’);

    I am not the only one to have this bug but since 4 or 5 new plugin update still no news of this issue…

    Thx for your help.

    Jay

    • This topic was modified 7 years ago by jayjay34.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor webnus

    (@webnus)

    Hi @jayjay34,

    I have forwarded it to the developer team to be checked and fixed, but it takes time to be fixed.

    I will personally follow-up on this issue.

    Regards

    Thread Starter jayjay34

    (@jayjay34)

    3 month ago, I opened a ticket for a bug in the RSS feed. I am not the only one…

    Still no feedback and no bugfix…

    Plugin Contributor webnus

    (@webnus)

    Hello,

    We don’t have some of the RSS items in MEC at all. They’re not bugs so they will be submitted as a feature request and will be handled as soon as possible. This is like one of them which I recommended to the developer team so we can have it in future updates.
    Also, we fixed some bugs which have been stated in MEC changelog.

    Thank you for your patience and we will be happy if you have more suggestions.

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Issue with RSS feed’ is closed to new replies.