New Landing How can we help? Themeforest Theme Support Pinpoint More tag, rich snippets and hatom data

Viewing 15 posts - 1 through 15 (of 25 total)
  • Posted in: Pinpoint
  • #137524
    yessi01
    Member
    Post count: 16

    On the page http://www.ikwilvanmijnautoaf.be/aktueel/ there is a list with excerpts. In some posts a <!–more–> tag is used.
    I also use a rich snippet plugin and have a fix in the functions.php for hatom data errors.
    Before WP 4.1 everything worked out well. After updating to 4.1 the excerpts with the more tags show hatom data and rich snippets and after that the text of the rest of the blog. I don’t have this problem anymore if I switch themes.

    I have an image included so you can see what I mean.

    On the website I have disabled the rich snippet plugin and left out the fix for hatom data in the functions.php for as long as this problem isn’t fixed. If you need me to do anything to be able to test, just let me know.
    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #137587
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Will have to forward this topic to the development team.
    Let’s wait for the reply.

    -Rui

    #138215
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Just checking the site now and all looks ok, did you revert anything?

    – Ed

    #138283
    yessi01
    Member
    Post count: 16

    Hi, I deactivated the plugin rich snippets and stripped the functions.php from the hatom data fix so I won’t loose my users. If you want to see what’s wrong, then you can activate the rich snippets plugin.
    I hope you can find a solution, because now I have these Google seo issues.
    Thank you!

    #138555
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I turn on that plugin “All In One Schema.org Rich Snippets” , and didn’t see that error you mentioned in the screenshot.

    Let us know,

    Thanks,
    laranz.

    #138803
    yessi01
    Member
    Post count: 16

    Hi Laranz, thank you for adressing this issue.
    The issue seems not to be there for newer posts, only for older posts.
    Could you search on the homepage for ‘Tesla naar Genk getweet’, there you will see that the issue still occurs.
    Thanks!

    #139210
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Currently that plugin is enabled or not? ( because I didn’t get any issues now ) Can you give me the login URL? Also, I suggest you to contact the plugin author too, because this happened only after the plugin is enabled. ( before that switch to default theme, and try this happens or not. )

    Let us know,

    Thanks,
    laranz.

    #139214
    yessi01
    Member
    Post count: 16
    This reply has been marked as private.
    #139480
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    I can’t replicate the same issue here. The theme only calls the standard WordPress excerpt function.

    Can you try disabling all plugins to check if there isn’t an issue there?

    Thanks,

    – Ed

    #139638
    yessi01
    Member
    Post count: 16

    Hi Ed,
    after disabling all other plugins the problem is still there.
    When you try to replicate, do you use a decent amount of words and ad the more tag?
    There also has to be text filled in, in the rich snippet section, because that is the text that is showing, that is not supposed to.
    I hope I’m being clear, english is not my native language, please let me know if I can assist in any way.

    Thanks, Jessy

    #139698
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Jessy,

    My point is that you’re saying you have to have text showing in the “rich snippet” section, which is part of that plugin?

    That is the plugin adding the text there, not the theme. If this is the case then the issue would need to be put to the plugin support site.

    – Ed

    #139700
    yessi01
    Member
    Post count: 16

    Only it happens also with the hatom data fix plugin and only in combination with the pinpoint theme.

    #139709
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Can you link me to this plugin so that I can check it?

    #139712
    yessi01
    Member
    Post count: 16

    The plugin costs 10 dollar, but it adds this to the functions.php:

    //mod content
    function hatom_mod_post_content ($content) {
    if ( in_the_loop() && !is_page() ) {
    $content = ‘<span class=”entry-content”>’.$content.'</span>’;
    }
    return $content;
    }
    add_filter( ‘the_content’, ‘hatom_mod_post_content’);

    //add hatom data
    function add_mod_hatom_data($content) {
    $t = get_the_modified_time(‘F jS, Y’);
    $author = get_the_author();
    $title = get_the_title();
    if ( is_single() || is_page()) {
    $content .= ‘<div class=”hatom-extra”><span class=”entry-title”>’.$title.'</span> was last modified: <span class=”updated”> ‘.$t.'</span> by <span class=”author vcard”><span class=”fn”>’.$author.'</span></span></div>’;
    }
    return $content;
    }
    add_filter(‘the_content’, ‘add_mod_hatom_data’);

    #139715
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    That isn’t what is affecting the output, as the theme uses the excerpt for the blog listing page, not the_content

    – Ed

Viewing 15 posts - 1 through 15 (of 25 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