Rico Michel
Forum Replies Created
-
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] no related postsYes Michael, I read the thread. I see my threshold is set to 4 now (using version 3.5), but I’m pretty sure I had it set to 1 when I did all the tests with yarpp version 4. The other settings are consider titles, bodies, and the two custom tags I have for my custom post type. I’ll test again to be sure. Thanks.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] no related postsHi Michael and thanks for your dedication!
I had the latest yarpp installed (v4) and I would get the ?no related posts? message. I tried just about every setting with the same result (I think iirc that there was only 1 yarpp table in the database instead of 2). I should have had results since some posts (all cpt, no regular posts) had common words in titles, or body, or both.
Hope this helps. — Rico
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] no related postsI’ve had lots of problems lately with YARPP. My site was built fresh on a WP 3.5.1 installation, and uses only Custom posts (no regular posts). I couldn’t get and related posts from YARPP to shop up anywhere, so I reverted to a previous version of the plugin (3.5.1), added “
yarpp_support => true
” in my custom post declaration, and to display the related posts I call the plugin withyarpp_related(array( 'post_type' => array('product'), ));
in the content-single.php page.That way it works. Hope this helps somebody!
++RicoHi Arne and thank you for your great, simple plugin!
I’m trying version 4. I would like to have Author pages included in the sitemap — for authors that only have published Custom type posts — and it doesn’t seem to be working (but the Author page itself exists). Only authors who have regular wp posts are included.
Maybe I missed something? Also I noticed in v.4 you have “Biig” instead of “Bing” in the potions page ??
Thank you!
(using WP 3.5)
Fantastic! And indexing seems to be much faster with v3. Congratz and many thanks for this great plugin!
OK
Hello Mikko
I upgraded from 2.9.1 to 3.0.2, rebuilt the index with no change to prefs, i.e. with words for custom taxonomy IDs, and none of the custom taxonomies (or their terms) got indexed.
Hi guys, I have same problem. Seems that from Relevanssi version 3, you need to be entering ?custom taxonomy IDs? in the pref page, instead of names like in version 2.9.
The custom taxonomies have the names you give them; but I haven’t found a way to get their ID (I can get the terms’ IDs, but not the tax). I have like 18000 terms, so entering every term’s ID is not really a good option…
So I reverted to Relevanssi 2.9. Bummer, eh?
Can somebody propose a solution to this? Find the tax ID?
Thanks
Forum: Plugins
In reply to: [WP BandCamp] [wp-bandcamp] Shortcode?Thank you!
Forum: Plugins
In reply to: [Plugin: Top 10] Include custom post typesI thougt your new update covered that ??
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] Bug…and with minimal fuss, it’s possible to replace the default square buttons by more “official” looking ones. S’what I did: https://elricoshow.com/elricoshow/download/.
So there you go, three in one! (or more)
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] BugYes thanks for your reply — I see there’s a way to place the Social Connect buttons wherever you want in your site, that’s good.
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] BugHi Valentinas
If you have any time at all —
Now I’ve just removed any action from the if (response.session) statement. The page doesn’t refresh when a user connects to Facebook from a different window (which is rare) but at least I don’t get multiple page reloads. If you have a WP login on your page, WP handles the page refreshing. I understand this is not a perfect solution though
Also, if you look at some big sites like tv.com which has the 1-click fb connect thing, they use special functions in the footer, which handle all cases. Looks like:
FB.Event.subscribe(‘auth.sessionChange’, function(response) {
if (response.session) {
if (!LOGGED_IN && !USER_INITIATED_CONNECT) {
loginToTvUsingFacebookAuth();
}
} else {
if (LOGGED_IN && FB_CONNECTED) {
jQuery(‘body’).modalbox();
logout();
}
}
});Hope this helps
Forum: Plugins
In reply to: [Media Tags] [plugin: Media-tags] Media-tags able for search?This eStore plugin seems like a goos solution for your needs. I found the Relevanssi plugin which is great — it makes your attachments searchable. Very efficient. You can easily exclude specific pages and post numbers from the results (if there aren’t too many).
Good luck to you!
Forum: Plugins
In reply to: [Media Tags] [plugin: Media-tags] Media-tags able for search?Aint that what tags are for, darling? Have a list of related tags next to your images. It will save your user the typing. I did it this way anyways ?? https://mtl-streetshots.com/
The WP search is another story. For some reason I haven’t figured out yet, even with special Search plugins (such as Search Everything), my attachments don’t get searched. Only regular posts normally get searched.
Hope this helps.
Rico