ctrlaltdelete
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Discord Post] Custom post typesDear author, do we have to add a line for each post type or can it be simplified into some sort of array, comma separated or similar method?
Forum: Plugins
In reply to: [Sunny] Repeated RATE ME messagesffs plugin author, aren’t you allowed to be smart?
You are so stubborn, everyone and their brothers are telling you to stop but you can’t see past your own bs.I agree that a faster version would be nice, when there’s 500 posts and 4 taxonomies is OK but with 2000 posts the wait time is too long. I hope you manage to make the faster version work in all cases. Cheers!
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Filter search results by Post type.You are right i had an old function.php code messing the query. Works!
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Filter search results by Post type.Hi, i just tested this on a few sites, adding a parameter &post_type=cptslug to the search url has no effect.
It works on tags archives but not on search.phpForum: Plugins
In reply to: [Beautiful taxonomy filters] Filter search results by Post type.I meant when i use wordpress search, it returns results from all post types. I was wondering if the plugin could be adapted to display a dropdown menu to limit the search result to a specific post type.
Forum: Plugins
In reply to: [GD Rating System] Any way of retrieving ratingValue ratingCount?Great thanks! All good.
Forum: Plugins
In reply to: [GD Rating System] Any way of retrieving ratingValue ratingCount?Hello for my specific single post template it works. The data gets pulled correctly.
Is the $item defined correctly? I don’t know what to use on entity i left it ‘posts’ and for name i used the cpt slug and for id the post id. it seems alright but want to be sure specially about ‘entity’.
Thanks!$item = gdrts_get_rating_item(array('entity' => 'posts', 'name' => 'cpt_slug', 'id' => $post_id)); // stars rating $rating = $item->meta['stars-rating_rating']; $votes = $item->meta['stars-rating_votes']; ?> <span itemprop="aggregateRating" itemtype="http://schema.org/AggregateRating" itemscope> <meta content="<?php echo $rating ?>" itemprop="ratingValue"> <meta content="5" itemprop="bestRating"> <meta content="<?php echo $votes ?>" itemprop="ratingCount"> </span>Forum: Plugins
In reply to: [GD Rating System] Better importer on the way?Yes it’s working now.
Forum: Plugins
In reply to: [GD Rating System] Better importer on the way?Sent! Let me know how it goes i’m exited to see those ratings back on GD Rating System.
Forum: Plugins
In reply to: [GD Rating System] Better importer on the way?Great, do you need the entire database or some of the tables? And how can i contact you by private to talk about it.
Forum: Plugins
In reply to: [GD Rating System] Import from YASRHello i use wp-postratings. I have many ratings i don’t want to lose.
The import tool misses lots of rating when using log mode, and when using totals doesn’t do anything.Will you update the transfer tool for wp-ratings too? I can’t switch to this plugin if the data isn’t carried over properly.
Forum: Plugins
In reply to: [GD Rating System] Err How to display on cpt template?Thank you. had to echo it.
- This reply was modified 8 years, 2 months ago by ctrlaltdelete.
- This reply was modified 8 years, 2 months ago by ctrlaltdelete.
- This reply was modified 8 years, 2 months ago by ctrlaltdelete.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Disable Slow queries on back-end.I got that you don’t want me to post here.
But can you tell me at what point the plugin shifted from a tool to resize/compress images to something else?
Because once an image is compressed, that’s it your job is done! Except it’s not? it does unsolicited things, like 7 requests on front end on every page refresh nobody asked for. The images are already compressed…this bloat shouldn’t be there at all.
Can i have the old plugin that optimized images on upload and bulk and just did nothing else?
Forum: Plugins
In reply to: [EWWW Image Optimizer] Disable Slow queries on back-end.Do you have a download link for 1.8.5? Those were the days 😀 Thanks!