PetraP
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Related Posts] Error while switching to 7 php.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,
PetraForum: Plugins
In reply to: [WordPress Related Posts] not properly prepared for localizationDear 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,
PetraForum: Plugins
In reply to: [WordPress Related Posts] error 500 when javascript is disabledHey,
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,
PetraHey 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,
PetraForum: Plugins
In reply to: [WordPress Related Posts] WordPress Related Posts IssueHey 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,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Cannot edit related posts anymoreHi 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,
PetraHi,
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) . "  by  " . get_the_author() . '</a>';
Forum: Plugins
In reply to: [WordPress Related Posts] Custom size thumbnails not resizingWould 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; }
Forum: Plugins
In reply to: [WordPress Related Posts] Disable default thumbnailOh, 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,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Custom size thumbnails not resizingHey,
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,
PetraForum: Plugins
In reply to: [WordPress Related Posts] How show ads between related post thumbnailsWill 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,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Post Titles Not AppearingSure, 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,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Most posts does not show related postsHey,
would it be possible to make a screenshot of (y)our plugin settings, so that I can take a closer look?
Best,
PetraHey,
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,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Post Titles Not AppearingYou 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