Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
  • in reply to: More tag, rich snippets and hatom data #141146
    yessi01
    Member
    Post count: 16

    Okay, thank you for your trouble, I will use a workaround.

    Thanks, Jessy

    in reply to: More tag, rich snippets and hatom data #140635
    yessi01
    Member
    Post count: 16

    As an attachment the all in one rich snippet plugin. If you need more plugins as examples, let me know.
    Thank you!
    Jessy

    Attachments:
    You must be logged in to view attached files.
    in reply to: More tag, rich snippets and hatom data #140311
    yessi01
    Member
    Post count: 16

    But.. it’s not just this plugin!
    Now I have installed another plugin, wich also gives crap on the excerpt, in combination with the swift page builder.
    And, as I have mentioned before, also the hatom data fix gives the same issue.

    I really think this happens with all data that you can configure for Google, there were the more tag is inserted. But only with the swift page builder.

    in reply to: More tag, rich snippets and hatom data #139924
    yessi01
    Member
    Post count: 16
    This reply has been marked as private.
    in reply to: More tag, rich snippets and hatom data #139717
    yessi01
    Member
    Post count: 16

    I don’t know about that, but when I use it, it shows weird stuff in the excerpts and when I take it out, it doesn’t.

    in reply to: More tag, rich snippets and hatom data #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’);

    in reply to: More tag, rich snippets and hatom data #139700
    yessi01
    Member
    Post count: 16

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

    in reply to: More tag, rich snippets and hatom data #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

    in reply to: More tag, rich snippets and hatom data #139214
    yessi01
    Member
    Post count: 16
    This reply has been marked as private.
    in reply to: More tag, rich snippets and hatom data #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!

    in reply to: More tag, rich snippets and hatom data #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!

    in reply to: Homepage pagination #88546
    yessi01
    Member
    Post count: 16

    Yes! Problem solved! Thank you Mohammad!
    Very happy!

    in reply to: Homepage pagination #88498
    yessi01
    Member
    Post count: 16

    Hi Mohammad,
    Everything is upgraded and WPIDE is installed.
    When you’re debugging and want to test it, please note:
    I used a work around by choosing the homepage be ‘latest posts’ instead of static page ‘nieuws’.
    So if you want to see the problem, please set the homepage again to that static page.

    If you need anything, please let me know!
    Thank you!
    Jessy

    in reply to: Homepage pagination #82472
    yessi01
    Member
    Post count: 16
    This reply has been marked as private.
    in reply to: Force thumb resize #64493
    yessi01
    Member
    Post count: 16

    Thank you Mohammad! Problem solved!

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