jureham
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts by Sovrn] Thumbnail CreationHi,
the plugin uses already created thumbnails if they’re either set as a featured image or if it can find the thumbnail from the image tag in the post body(from the url or class name). Otherwise it uploads an image and adds it to the library.
If you’re willing to share* your blog url, I can try to figure out why isn’t the plugin using already created thumbnails.
* if you don’t want to share it publicly, you can contact us at [email protected].
Best, Jure
Forum: Plugins
In reply to: [WordPress Related Posts] Update 2.8 causes page to failHi Tazumm,
I see the thumbnails aren’t coming back 🙁
If you have time to help us debug it, please send us an email to [email protected].
Thanks.
Forum: Plugins
In reply to: [Related Posts by Sovrn] Caching bug?Hi,
I uploaded the next version of the plugin which includes a possible fix for the problem to the development channel.
You can get it here:
http://downloads.wp.xz.cn/plugin/related-posts-by-zemanta.zipPlease try it out and thanks for reporting the problem.
Best, Jure
Forum: Plugins
In reply to: [WordPress Related Posts] Update 2.8 causes page to failHi Tazumm,
thanks for reporting the problem. I pushed a possible fix to the development channel. Please test it out.
http://downloads.wp.xz.cn/plugin/wordpress-23-related-posts-plugin.zip
Best, Jure
Forum: Plugins
In reply to: [Related Posts] images have disapearedHi all,
version 2.8 has a new, improved thumbnailer.
Please give it a try.In some cases it might need time to generate thumbnails in the background, so please don’t uninstall it immediately.
Best, Jure
Forum: Plugins
In reply to: [Related Posts by Sovrn] Plugin Loading LocationThank you for using the plugin,
I’ll mark the topic as resolved.Forum: Plugins
In reply to: [Related Posts by Sovrn] Plugin Loading LocationHi Carter,
you can add related posts to the template if you disable “Auto Insert Related Posts” in Zemanta settings.
Something like this should work for what you’re trying to do:
<div class="post-content"> <?php the_content('Read the rest of this entry »'); ?> <div class="ccta-widget"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Contextual Call To Action') ) : ?> <?php endif; ?> </div> <?php zemanta_related_posts(); ?>or you can move
<?php zemanta_related_posts(); ?>directly above<?php comments_template(); ?>.Best, Jure
Forum: Plugins
In reply to: [Related Posts] images have disapearedHi,
we changed the way we generate thumbnails in the latest version.
Can you please give us your blog url to help us find the issue.Thanks.
Best, Jure.
Forum: Plugins
In reply to: [WordPress Related Posts] External css from cloudfrontHi,
it’s really strange that cloudfront is slow , but if it’s causing you problems you can copy the content of the file(momma.css) you your theme’s css(in wordpress dashboard under appearance->editor).
Best, Jure
Forum: Plugins
In reply to: [WordPress Related Posts] Updated to v.2.6 – now none of my posts appearHi,
It looks like wordpress couldn’t find
/home2/thevega3/public_html/wp-content/plugins/wordpress-23-related-posts-plugin/wp_related_posts.phpon your server.Please check if the file exist. If it doesn’t try to download and extract the plugin manually. If that doesn’t work either please try 2.5 again.
The only change between 2.5 and 2.6 I can think of is the size of the plugin, which went up from 0.95MB to 1.05MB. Maybe your server doesn’t like that.
Best, Jure
Hi,
can you please send me your modified plugin to [email protected] so I can see what’s going on.
Editor is calling
wp_rp_ajax_load_articles_callbackfor recommendations so if you haven’t changed it, it should work.Thanks.
Best, Jure
Forum: Plugins
In reply to: [Related Posts] double id of wp_rp_edit_related_postsThank you,
will be fixed in the next version.
Best, Jure
Forum: Plugins
In reply to: [WordPress Related Posts] Can I get just the related post_ids?Hi,
there is no stable api in the plugin that would do that,
which means we might break it between versions, but if you’re willing to risk that, you have a couple of options.wp_rp_fetch_posts_and_title()
Returnsarray( "posts" => [array of post objects], "title" => [title for related posts] );Or if you want even more control use one or all of this functions:
wp_rp_fetch_random_posts() // returns an array of random post objects wp_rp_fetch_related_posts() // related posts calculated based only on tags wp_rp_fetch_related_posts_v2() // related posts based on tags, categories, title and textBut again, this might change in future versions.
Best, Jure
Forum: Plugins
In reply to: [WordPress Related Posts] Last version brokes mobile themeThat’s great news 🙂
Hopefully it will solve mmeida’s problems too.
Thanks.
Forum: Plugins
In reply to: [WordPress Related Posts] Last version brokes mobile themeHi,
I pushed a small bugfix for invalid html output. It effects both mobile and desktop but it’s possible that mobile browser are more sensitive.
Since I couldn’t reproduce the problem I can’t say for sure that it will solve the problem, but please give it a try.
http://downloads.wp.xz.cn/plugin/wordpress-23-related-posts-plugin.zip
Best, Jure