Forum Replies Created

Viewing 15 replies - 31 through 45 (of 1,062 total)
  • Hey,

    thanks for reaching out and really sorry for the unintentional silent treatment!

    I will mention the issue to our development team, so they can take a closer look. In the meantime, would it be possible if you could explain in greater detail in what way does the plugin not work? Do the related posts not show up?

    Looking forward to your reply,
    Petra

    Dear Maja,

    thank you for reaching out and for the suggestion.

    I will definitely mention the idea to our team in the next meeting but I can not give you any promises if or when this will be implemented.

    Once again, thank you for the feedback and for liking our plugin.

    Happy blogging,
    Petra

    Hey,

    thanks for reaching out!

    Would it be possible to copy/paste the content of the single.php file here, so that I can take a closer look to where exactly you are inserting the <? php wp_related_posts(); ?> code?

    Looking forward to your reply,
    Petra

    Hey Diana,

    thanks for reaching out!

    Please note that our aggregator works more or less in the following order: title + we add tags & categories that we’ve detected on your blog. In addition to this, the more content you have, the more relevant the suggestions should be. Would it be possible to provide me with a link to your blog, so that I can take a closer look?

    Looking forward to your reply,
    Petra

    Hey pixlgraphx,

    thanks for reaching out!

    To be honest, even if you have manually edit related posts, the links should redirect automatically. Have you (your client) change the permalink via the WP dashboard or in any other way (which one)?

    You could try deleting the plugin, deleting the browser data (cache) and then re-installing the plugin. If that does not work, you could try using a link redirecting plugin or similar.

    Let me know how it goes,
    Petra

    Hi davbarrio,

    thanks for reaching out!

    1. Can you please confirm that your problem is identical as Jeffinho2016, in other words when you click “Edit related posts” button it does nothing besides bringing you to the top of the current page? Or you’re simply unable to edit related posts?

    2. Would it be possible to provide me link to your blog so I can have a closer look?

    3. Which WP theme are you using?

    4. And finally, have you perhaps tried disabling W3Total caché plugin? Did it work then?

    Looking forward to your reply,
    Petra

    Hi,

    try this:

    replace the

    $output .= '<a href="' . $post_url . '" class="wp_rp_title">' . wptexturize($related_post->post_title) . '</a>';

    in the init.php file with:

    $output .= '<a href="' . $post_url . '" class="wp_rp_title">' . wptexturize($related_post->post_title) . "&nbsp by &nbsp" . get_the_author() . '</a>';

    Would it be possible to show me the entire plugin settings you have set at the moment..and also a link to your blog, so that I can take a closer look?

    In the meantime, try this (and uncheck the box next to “Use Custom Size Thumbnails “):

    .related_post_title {
    }
    ul.related_post {
    
    }
    ul.related_post li {
    width: 200px !important;
    height: 100px !important;
    
    }
    ul.related_post li a {
    
    }
    ul.related_post li img {
    width: 200px !important;
    height: 100px !important;
    
    }

    Oh, I am sorry for the misunderstanding Martijn. Then no, at the moment you only have the option to either show the thumbnails or not showing them at all. We can adjust the look of those thumbnails via CSS if you wish but to completely remove some of them, sadly no.

    Best,
    Petra

    Hey,

    thanks for reaching out – keep in mind that you need to add the custom size changes in the Custom CSS box also. For example:

    ul.related_post li img {
    width: 276px !important;
    height: 158px !important;
    }

    Don’t forget to save the changes.

    Let me know how it goes,
    Petra

    Will mention your suggestion to the team! We always really appreciate all the feedback and love we get. And as already mentioned, if you perhaps have any other questions or need assistance, please let us know – we will gladly help.

    Best,
    Petra

    Sure, no problem. The grey tone is #525252 and you leave out the font, you just write color: #525252 !important;

    Something like this:

    .zem_rp_wrap .related_post_title {
    clear: both;
    color: #525252 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    margin: 0 !important;
    padding: 0 !important;
    }

    Cheers,
    Petra

    Hey,

    would it be possible to make a screenshot of (y)our plugin settings, so that I can take a closer look?

    Best,
    Petra

    Hey,

    please try using this:
    twentyfourteen_post_nav();
    zemanta_related_posts();

    so, zemanta and not wp – the difference matters when you have WordPress Related Posts by Zemanta installed and not Related Posts by Zemanta or vice versa.

    Let me know how it goes,
    Petra

    You could add this to the code above:

    .zem_rp_wrap .related_post_title {
        clear: both;
        font-size: 17px !important;
        font-weight: 800 !important;
        margin: 0 !important;
        padding: 0 !important;
        size: 32px !important;
    }

    So everything together should look like something like this:

    .related_post_title {
    }
    ul.related_post {
    }
    ul.related_post li {
    width: 140px !important;
    height: 140px !important;
    margin-bottom: 70px !important;
    }
    ul.related_post li a {
    }
    ul.related_post li img {
    width: 140px !important;
    height: 140px !important;
    box-shadow: 2px 2px 2px #888888 !important;
    border-radius: 0px !important;
    }
    .zem_rp_wrap .related_post_title {
        clear: both;
        font-size: 17px !important;
        font-weight: 800 !important;
        margin: 0 !important;
        padding: 0 !important;
        size: 32px !important;
    }

    Let me know how it goes,
    Petra

Viewing 15 replies - 31 through 45 (of 1,062 total)