Michael Aronoff
Forum Replies Created
-
Forum: Plugins
In reply to: [Change Text Case] Change Text Case upgrade not workingPlease contact me at my website (https://www.ciic.com) and let me know a full list of plugins you use and any testing you have done to narrow it down.
Thanks
Forum: Plugins
In reply to: [Change Text Case] Change Text Case upgrade not workingOK, so it seems the conflict is with WP Edit Pro. I have contacted the author of that plugin and hopefully we can find a solution.
Until then if you are not using the Google Fonts feature of WP Edit pro then you can uncheck the box and disable that and both plugins will work together again.
Forum: Plugins
In reply to: [Change Text Case] Change Text Case upgrade not workingIn order to fix the problem I need to nail down what the conflict could be. If someone has time to contact me at my website https://www.ciic.com/contact-us/ and let me know all the plugins you use and if possible a copy of your functions.php from your theme then I might be able to recreate the problem and figure out how to fix it.
In the meantime for everyone else here is a link to the old version. I have forced the version number in this file to 3.x so that you will not get any more updates until the next major version.
Forum: Plugins
In reply to: [Change Text Case] Change Text Case upgrade not workingWe have not been able to find the conflict but have worked around it for now. If anyone else has a similar problem please post as much detail as possible so I might find a solution.
Forum: Plugins
In reply to: [Change Text Case] What the keyboard shortcuts for this plugin?Strange, I use something like that and had no problems.
Try this:
// Remove jetpack script function ciic_remove_devicepx() { wp_dequeue_script( 'devicepx' ); } add_action( 'wp_enqueue_scripts', 'ciic_remove_devicepx'); add_action( 'admin_enqueue_scripts', 'ciic_remove_devicepx' );
Forum: Plugins
In reply to: [Change Text Case] What the keyboard shortcuts for this plugin?I have fixed that on the admin page. That is what I get for pushing updates out so quickly.
Can you be specific about what the conflict in your functions.php was? That way others can know if it happens to them.
Forum: Plugins
In reply to: [Change Text Case] Change Text Case upgrade not workingThe link you posted does not work for me. You are the second person to report this but I need details to find the problem. Do you have any other plugins that add buttons to TinyMCE? Have you done any testing?
I have done pretty extensive testing on multiple sites, with multiple versions of PHP and different themes and other variables and not been able to recreate this issue.
If you are the admin of that site contact me at my website (https://www.ciic.com) and I can work with you directly. Otherwise I need more info about what the conflict could be in order to fix it.
Forum: Plugins
In reply to: [Change Text Case] What the keyboard shortcuts for this plugin?@ivaseg, making it user configurable is actually hard, but I will look at it later on.
I am marking this thread resolved for now. If anyone has any trouble please start a new thread with details and any testing you have done.
Thanks
Forum: Plugins
In reply to: [Change Text Case] What the keyboard shortcuts for this plugin?I did a TON of testing before making the new version live. On PHP 5.6 and PHP 7.1 as well as on many sites with different plugins.
@adisaputro25, I am not sure what the problem is but it must be a conflict. It should work even with the buttons disabled as I mention in the readme. Please disable any other plugins that modify TinyMCE as a test. If you can help me narrow the problem I will work on it but as I said, I have it working on everything I throw it at.
As for the Chrome keyboard shortcut conflict that @ivaseg found. I can confirm I see the same problem now. Of course I somehow missed that in my testing ??
After looking at lists of Keyboard Shortcuts for Chrome, Firefox, IE and Edge I have decided to change the shortcuts to Ctrl+Alt. I really like using shift since we are dealing with capitalization but there are simply too many conflicts.
Sorry for the need of a quick fix everyone, but at least I am trying. ??
Forum: Plugins
In reply to: [Change Text Case] What the keyboard shortcuts for this plugin?I have just posted a new version. Not only have I added the keyboard shortcuts but they also work even if the buttons are turned off in the admin page.
Sometimes TinyMCE can get very crowded with buttons from plugins so I wanted to be able to turn off any (or all) of the buttons and still have the functions work. I hope you like it.
Forum: Plugins
In reply to: [Very Simple Google Maps] Map disappears in ChromeI have tested multiple sites today on chrome and they all work fine.
My plugin does not use the API at all. It simply uses an iframe to show the map directly from Google.
I brought up your site and the map is working for me. You probably have a conflict with an ad-block or other extension.
Forum: Plugins
In reply to: [Change Text Case] What the keyboard shortcuts for this plugin?There are no keyboard shortcuts currently. I will see if that can be added though.
Forum: Plugins
In reply to: [Change Text Case] Title case not workingI just tested it on two different sites and it worked just fine. I suspect you have a plugin conflict of somesort.
You can try turning other things off and seeing if you can identify what it could be.
Forum: Plugins
In reply to: [Change Text Case] Title Case fails with spanish charactersI have planned to convert the plugin to multi-language but I don’t have the time at the moment.
When I do I will need help getting rules for other languages. I will keep a note of this for that time.
Forum: Plugins
In reply to: [Very Simple Google Maps] Map buttons have disappeared?Sorry, I had not seen this before.
There has been no change to Very Simple Google Maps and no other reports of problems. It must be a conflict specific to your setup.
Sorry