ctrlaltdelete
Forum Replies Created
-
Yes i used rmp_structured_data filter, thanks looking forward to put back ratings on archives. I’ll check back for that update ??
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Invalid nonceIf you don’t want to change the cache time. You can change the nonce expiration time with this filter.
add_filter( 'nonce_life', function () { return 7 * DAY_IN_SECONDS; } );
It would make the nonce less useful than it already is.
- This reply was modified 4 years, 9 months ago by ctrlaltdelete.
Thanks i ended up using sql because it only detected 33 posts. No worries it’s migrated now.
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Duplicated AggregateRatingI don’t believe there is any duplicate, it’s just listing things it found. There’s only 1 rating on the source code. Looks good to me.
But what plugin is doing this?
"ratingValue":4.20000000000000017763568394002504646778106689453125
That’s certainly not good. Luckily google is ignoring everything after “4.2”
Forum: Plugins
In reply to: [WP-PostRatings] W3 Total Cache@zgall1 What version of WP postratings are you using? This has no effect for me.
1. i added the code.
2. cleared all caches.
3. voted as guest (logged out)
4. refreshed the page.
5. it still shows i did not vote, but if i try to vote again it says i already voted.So, no effect.
I’m surprised you say it works, maybe it did work on an older version?
Forum: Plugins
In reply to: [WP-PostRatings] Use AJAX also to render the_ratings?I also found this code https://github.com/tazoony/wp-postratings-ajax
Sadly it doesn’t work, but might be useful as base code.2.0.2 is the best version after that much was done to annoy users.
No but i think this plugin is abandoned.
I agree with NIWO’s idea.
Plugin doesn’t need to be arrogant, it’s just a settings plugin, doesn’t need to be a monster that’s everywhere. We are supposed to set it up once and forget about it.Who are this people that NEED the menu to be loaded on every refresh? I want to meet them.
- This reply was modified 4 years, 10 months ago by ctrlaltdelete.
Hello! i mean this see image: https://imgur.com/LWAdF3O
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Adding entry-meta, removing entry-footerIf you still need it i’ll help you.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Reduce blank space in 2016Jeff when you have a live site send a link and an image with exactly what you want and i’ll change it for you. But without seeing anything i can’t send you usable code.
Forum: Plugins
In reply to: [GD Rating System] How do you export posts ratings to another blog?I understand now. The plugin doesn’t care about wp_postmeta, that’s only there because of the “Sync Meta” Addon.
So since this is merging job i can’t simply import “wp_gdrts_itemmeta” table, because it already exists and contains data (there will be collisions with posts id).
Since collisions are already avoided by the WordPress importer, and the votes are already in wp_postmeta.
I would need an “inverted Sync Meta” Addon, that would take the votes from wp_postmeta and copy them to wp_gdrts_itemmeta table.
Any possible help with this? Most of the code must already been written on the existing migrations addons.
Forum: Plugins
In reply to: [GD Rating System] How do you export posts ratings to another blog?I see the data getting imported the the database:
wp_postmeta contains:
_gdrts_stars-rating_distribution
_gdrts_stars-rating_latest
_gdrts_stars-rating_max
_gdrts_stars-rating_rating
_gdrts_stars-rating_sum
_gdrts_stars-rating_votesand wp_gdrts_items contains 1 item with the post id, entity, name, etc.
however:
isset($item->meta['stars-rating_rating']
Returns false for this post type.
Stars method is default of all types.I don’t see what’s wrong. Any ideas?
Forum: Plugins
In reply to: [Autoptimize] type=”text/javascript”Thanks it’s not important i’ll wait for the regular update.