cnotv
Forum Replies Created
-
Forum: Plugins
In reply to: [Schema] Add aggregateRatingPerfect all solved without hack!
Thank you for the support ??Forum: Plugins
In reply to: [Schema] Add aggregateRatingI’ve been digging more into the snippets of code to alter the plugin without hack it and I found probably what I need, since match with the same place I’m writing the code.
https://gist.github.com/schemapress/abf19698e702da7f27787d9bcb033e53A second part of the code is already written in another plugin where AJAX the rating is handled, with final meta data update, so it will synchronize with the whole project.
I’ll give a try and let you know, thank you for the support, snippet and plugin ??
Forum: Plugins
In reply to: [Schema] Add aggregateRatingYeah I agree would make no sense a rating without an actual review, but unfortunately the request is to stick just to votes, which is something already online in another CMS.
Forum: Plugins
In reply to: [Schema] Add aggregateRatingThank you for the answer!
However noo, the idea is to keep exactly the same type and just extend it with the rating.
As you can see the generic Article itself allows a sequence of options, one of those is aggregateRating:
https://schema.org/ArticleSo instead of the Article Type, I just want to use the options of the meta box.
Even better would be to just point a meta key without the need of an input.
This is the option I mean:Do you think is this possible? Or otherwise use an hook in the same way to extend the object for Article – Type General?
Thank you in advance!
- This reply was modified 7 years, 5 months ago by cnotv.
Forum: Fixing WordPress
In reply to: update 4.4.1 – error 500 only for 2 domains and only with one theme(sorry for the spam, but I prefer give reference)
Forum: Fixing WordPress
In reply to: update 4.4.1 – error 500 only for 2 domains and only with one themeUpdate:
Found a way to block the automatic update:
Edit the wp-config.php adding this line
define( 'WP_AUTO_UPDATE_CORE', false );
After this test, looks like the first domain (ZDI) has no more issues, while the second one still cause the issue (it means also with previous version).
Forum: Fixing WordPress
In reply to: update 4.4.1 – error 500 only for 2 domains and only with one theme4.4.2-alpha issue still there….
Is there ANY way to block this automatic update so far?????
At least I could downgrade, because this patch is worse than ANY other security issue ever!Forum: Fixing WordPress
In reply to: update 4.4.1 – error 500 only for 2 domains and only with one themeJust in case it was not clear:
The domains are all lower case.Forum: Fixing WordPress
In reply to: Plugin disappeared after update interrupted by connecion issueOk I dunno why, but I tried again to move the plugins in another folder, allowing me to install everything again (keeping the configuration)
Forum: Fixing WordPress
In reply to: Plugin disappeared after update interrupted by connecion issueExtra info:
– Only SOME plugin disappeared and can’t be reinstalled
– Plugin with issue have permission 755, while the others 775. Changing it made no difference
– I obviously tried to rename/move/remove the plugins
– I checked the content of php files in plugin folders and there’s no signs of hackingForum: Plugins
In reply to: [Smart Custom Fields] get method problemAlso how can I loop a sequence of boxes?