PetraP
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts by Sovrn] Uninstalled doesn't delete all the filesHey,
thanks for reaching out – have you tried deleting the browser data (cache)?
Looking forward to your reply,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Specifying sites to show related postsHey,
will mention this to our team but can’t promise anything!
Take care and have a nice day,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Generic images only with 'Pinterest' viewHey,
thanks for reaching out! Unfortunately the “Pinterest” theme is a bit problematic but it does work for some users, so that’s the only reason we still haven’t removed it completely. Have you tried using featured image for those problematic posts? Also, a link to your blog would help.
Looking forward to your reply,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Center align of Related PostsHey,
thanks for reaching out – a link to your blog would help a lot!
Take care and have a nice day,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Query string version #Hey,
thanks for reaching out! Would you be so kind and explain what exactly is the issue? Is something not working?
Looking forward to your reply,
Petra
Forum: Plugins
In reply to: [Related Posts by Sovrn] Pinterest-Style: First article always without imageHey,
thanks for reaching out and sorry for the late reply! Would you be so kind and tell me your WP version, plugin version and also make a screenshot of (y)our plugin version? Are those images in your posts set as featured? Have you tried using a different theme and the first image is shown?
Looking forward to your reply,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Customizing the pluginHey,
thanks for reaching out and really sorry for this unintentional silent treatment!
I have checked out that blog, but would you be so kind and give me a link to yours, so that I can take a closer look?
Also if you can make a screenshot of (y)our plugin settings? For that homepage issue, you can take a look at this thread:
https://wordpress.org/support/topic/anyway-to-get-it-on-the-main-page?replies=2Let me know how it goes, take care and have a lovely day,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Post excerpt in modern styleHey,
thanks for reaching out and really sorry for the late reply!
I have checked out your blog and correct me if I am wrong but you have already figured it out on your own or am I missing something out?Looking forward to your reply,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Anyway to get it on the main page?Hey,
thanks for reaching out and sorry for the late reply!
Would you be so kind and give me a link to your blog so that I can take a closer look?
But yes, usually you can do this, for example:
Go to the tab ‘Appearance’-‘Editor’, select your theme in the upper-right corner, and find the main.php file. In it, copy & paste the following code in the right place:
<?php zemanta_related_posts()?>
Click the ‘Update File’ button, go to your blog post, refresh the site.Looking forward to your reply,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Thumbnails not showingHey,
have you tried the what was suggested above? Also, a link to your blog would be more than helpful.
Looking forward to your reply,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Custom post typesHey,
thanks for reaching out and sorry for the late reply – for example I made this custom post type ( ‘a_product’):
add_action( 'init', 'create_post_type' ); function create_post_type() { register_post_type( 'a_product', array( 'labels' => array( 'name' => __( 'Petra' ), 'singular_name' => __( 'Petra' ) ), 'public' => true, 'has_archive' => true, ) ); }And then I have changed the init.php file of the plugin like so (just added the || ‘a_product’ after ‘post’ ):
if ($content != "" && $post->post_type === 'post' || 'a_product' && (($options["on_single_post"] && is_single()) || (is_feed() && $options["on_rss"])))Let me know how it goes,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Moved from Nrelate to ZemantaHey,
thanks for reaching out and sorry for this unintentional silent treatment!
1. Is the file really big, or is the size of the image really small? Which format are you using? Try using a different image.
2. Would you be so kind and give me a link to your blog so that I can take a closer look?
3. Unfortunately no, sorry.Looking forward to your reply and once again sorry for the late reply,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Exclude a post from listHey,
thanks for reaching out and really sorry for this late reply! Unfortunately no, you can only exclude posts from having the related posts shown at the bottom. You can however remove that post manually for the time being.
Sorry for the inconvenience, take care and have a nice day,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Related Posts in Mobile,Portrait vs LandscapeHey,
thanks for reaching out and sorry for this unintentional silent treatment!
Would you be so kind and give me a link to your blog so that I can take a closer look?Looking forward to your reply,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] woocommerce support?Hey,
thanks for reaching out and sorry for the late reply! Our service is completely free and although our plugin usually works with woocommerce there have been some issues in the past. It is different from user to user, because of the custom themes and other plugins. You can take a look at this thread: https://wordpress.org/support/topic/use-with-woocoommerce-products?replies=2
Let me know how it goes,
Petra