AlexKole
Forum Replies Created
-
Forum: Reviews
In reply to: [reCAPTCHA for WooCommerce] MUST HAVE pluginThank you for your efforts in making this plugin!
It works like this – the plugin checks the rcfwc_do_activation_redirect option, if it is true it will try to remove it and then make a redirect to where these actions are repeated again. This works great, but we had Object caching active, which seems to be the cause of this problem. In our case, deleting this option did not lead to a momentary result, which was the reason for the endless redirect.
I hope this all helpsForum: Plugins
In reply to: [Co-Authors Plus] create a post with three authors and one gets lostFaced the same problem. Looks like a bug in the “coauthors__echo” function.
In my wp theme, I fixed it so far like this –// === BEFORE === // $coauthors_str = coauthors_ids('',',','', '', false ); // $coauthors_arr = explode(',', $coauthors_str); // // // === NOW === $coauthors_arr = []; if( class_exists('CoAuthorsIterator') ) { $coauthor_fix_temp = new CoAuthorsIterator(); foreach ($coauthor_fix_temp->authordata_array as $coauthor_fix_temp_item ) { $coauthors_arr[] = $coauthor_fix_temp_item->ID; } }
Perhaps it will be useful.
- This reply was modified 2 years, 4 months ago by AlexKole.
Excelent. But why can’t I make my own blocks for my public theme? why this rule?
Forum: Developing with WordPress
In reply to: Custom Gutenberg block in public themeThank you
Thank you so much for your feedback and for this tip. It looks like you are right, and from the UX perspective, this was probably not the best solution, I will take your opinion when updating the theme
- This reply was modified 4 years, 1 month ago by AlexKole.
Forum: Reviews
In reply to: [Mouse cursor customizer] Nice Plugin, it can get much betterHi, @markzoi!
Thank you for this rating and for your ideas. I will think about how to implement your ideas in one of the next versions. And thanks again) Such reviews are the most motivating!
Have a nice day)!Forum: Reviews
In reply to: [Mouse cursor customizer] Doesn’t workHi, @globew !
Thanks for this signal! I have updated Mouse cursor customizer to v1.2 and in this update I tried to find a solution to your problem. In the current version, I added a field in which you can specify a link to the cursor image.This field can be used in two ways.
1. You can first upload the image to the media library, resize or scale if necessary and specify the link in the new plugin field.
2. Or you can just provide a link to the image you need. In this case, remember that the image should not be too large, otherwise the browser will not show it.Have a nice day)
Forum: Plugins
In reply to: [Mouse cursor customizer] Cursor Image PixelatedHi!
Thanks for feedback). I see that the cursor switches to the standard (pointer) on links. If this behavior is not desirable, check the checkbox for “Do not change the cursor when hovering over a link.” If this does not solve the problem, then most likely you need to look at the styles of your theme.I see some elements whose styles directly specify a pointer. Some elements here are not exactly links or buttons in the understanding of HTML, but simply stylized for them. I think the best solution here is to work with theme styles.
if the problem is in the “sensitivity zone” of the mouse cursor, then something can hardly be changed.
Forum: Plugins
In reply to: [Mouse cursor customizer] Tried it and got a fatal errorand of course I will take this into account in the next version. At least so that this does not cause an error.
Thanks for the feedback)Forum: Plugins
In reply to: [Mouse cursor customizer] Expand Mouse Over AreaYou can resize these items in “Appearance” > “Theme Editor”. If you know how to edit styles. Have a nice day.
Forum: Plugins
In reply to: [Mouse cursor customizer] Tried it and got a fatal errorHi @matutino!
Sorry for the slow reaction and the lack of the expected result from the plugin. I see that this error was caused by the inability to process the image. Try using a different format or different image and see if this problem persists. Check that your current version of WP must be newer than 4.8. Have a nice day)Forum: Plugins
In reply to: [Mouse cursor customizer] Expand Mouse Over AreaHello! Sorry for the slow reaction. Changing the sensitive area of ??the cursor here is hardly possible. If the difficulty arises with a single checkbox, then the most correct solution will be to resize the label(for checkbox) or the checkbox itself
Forum: Reviews
In reply to: [Mouse cursor customizer] Perfect pluginThank you very much for such a high rating! I am sincerely very happy about this)