Timofey Drozhzhin
Forum Replies Created
-
Forum: Plugins
In reply to: [Revision Manager TMC] Conflicts with Yoast SEO pluginI can confirm this fixed the conflict with Yoast SEO plugin and all other issues described herein.
Thanks ??
- This reply was modified 5 years, 11 months ago by Timofey Drozhzhin.
Forum: Plugins
In reply to: [Revision Manager TMC] Conflicts with Yoast SEO pluginI found the bug!
Revisions.php line 264:
echo '<style>.editor-post-publish-panel__toggle { display: none !important; }</style>';
This line injects the
<style>
tags before the<!DOCTYPE html>
tag. This causes the browser to not render the page as HTML5.Here is another example where it causes errors. Create an account with Contributor role. Login as that account and click to make a Revision. You get this error:
This code needs to be injected into the
<head>
.Let me know when you have this fixed.
- This reply was modified 5 years, 12 months ago by Timofey Drozhzhin.
Forum: Plugins
In reply to: [Yoast SEO] Any plans for Tag & Category breadcrumb settings?Will do, thanks ??
Update:
Here’s a link in case anyone else has the same concern.
https://github.com/Yoast/wordpress-seo/issues/12104- This reply was modified 6 years, 2 months ago by Timofey Drozhzhin.
Forum: Plugins
In reply to: [WP Recipe Maker] Rating API is missing ratings by commentsOk, gotcha! That makes sense. You can close the ticket ?? Thanks!
Forum: Plugins
In reply to: [WP Recipe Maker] Rating API is missing ratings by commentsTo make sure we’re on the same page – so
example.com/wp-json/wp-recipe-maker/v1/rating/recipe/123
is supposed to show the count of ratings Not made by comments?I.e. – If 10 ratings were set by clicking the stars, and 5 ratings were added through comments. The API would only return 10 ratings, correct?
Forum: Plugins
In reply to: [WP Recipe Maker] Missing a class for ratings mouse-over effectBut the easiest is just using the setting for star color. Any reason why that doesn’t work for you?
There are no issues with the settings functionality itself ??
It’s just we need to be able to control these styles via CSS file.
Thanks for doing this! I’ll keep an eye out for it.
Forum: Plugins
In reply to: [WP Recipe Maker] Missing a class for ratings mouse-over effectThat’s exactly what I’m saying ?? There is no way to override the Hover color via CSS file.
We control all of our styles through the template’s CSS file.
- We set the color of an empty star –
.wprm-rating-star svg g polygon { fill: #fff }
- We set the color of a solid star –
.wprm-rating-star.rated svg g polygon { fill: #333 }
- But there is no way to override the hover color, because no class is added on hover –
.wprm-rating-star.????? svg g polygon { fill: #333 }
It would be very beneficial to have the JS insert the class name for the stars that are being hovered, so that we can control the color via CSS files.
Hope this makes sense.
Thanks,
Tim- This reply was modified 6 years, 2 months ago by Timofey Drozhzhin.
- This reply was modified 6 years, 2 months ago by Timofey Drozhzhin.
Forum: Plugins
In reply to: [WP Recipe Maker] Unable to remove ImageHi Brecht! It turned out to be a folder permission issue. All works now ?? Thank you.
Forum: Plugins
In reply to: [WP Recipe Maker] Unable to remove ImageHi Brecht! Sorry to reopen the issue. I’m still having issues.
I am not able to replace the Recipe image. I’m able to remove it. I’m also able to replace the image, but the image doesn’t change on the front-end.
Thanks.
Forum: Plugins
In reply to: [WP Recipe Maker] Unable to remove ImageYes, I do have that enabled. That makes sense. Thank you!
- This reply was modified 6 years, 3 months ago by Timofey Drozhzhin.
Forum: Plugins
In reply to: [WP Recipe Maker] RevisionsThis happened when I double-clicked the “Update & Close” on the recipe edit. It just overrode all recipe values with empty values. I was able to only reproduce it twice.
In both instances, the computer was awaken from standby, and the parent post was already in edit mode. I just double-clicked the WPRM widget to edit and double-clicked the “Update & Close” to save it. Maybe since the computer was still busy waking up, the JavaScript did not respond quickly enough to hide the “Update & Close” buttons from the second click? Or maybe because the computer was still waking up, the internet connection was not fully established? It can also be that the post was modified by another person (although I doubt it).
I cannot believe I’m the first to request. It’s not the first time we lost partial data. In our typical flow, we have each recipe undergo 3 people – the original author, grammar check and seo/html check. Sometimes people accidentally delete things and we have no way to remember what it is.
Thanks ??
- This reply was modified 6 years, 3 months ago by Timofey Drozhzhin.
- This reply was modified 6 years, 3 months ago by Timofey Drozhzhin. Reason: more info
Forum: Plugins
In reply to: [WP Recipe Maker] RevisionsIf there’s any way I can help besides stressing how essential it is, let me know! ??
We lost our recipe today due to WP caching issue. It makes things hard when there’s literally no way to bring it back.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Images are not sizingThank you! It would be also great if you can include a filter hook for the featured image (class.cooked-shortcodes.php line 700) and og:image (class.cooked-past-types.php line 90). Not sure if it can be all done with the same hook…