ERROPiX
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Can’t complete registration in www.ads-software.comThank you @fierevere
Contacting that email address solved my issue, which was related to some email filters as I am told.Good to hear that!
I was going to report the same issue, then I saw this, I have the same issue with happy files and caldera forms in the entries page
Hi,
I am also a plugin developer, the issue is the ajax request response is 0, is mostly due to wrong ajax action handler.
I have removed the notice hook, in order to keep things clean for me.
I know premium is wht making all of us living, but having a very big call to action notice taking half of user screen is not the proper way to do it
I will adjust ratings after this
Thanks
Hi,
It’s a general issue that happen with any theme using the latest WordPress version,
I don’t know why you ask for login!
There’s another issue with KC I will send later.
Thanks
You have used custom UI for post types that could be managed by the default wordpress post UI and meta boxes.
I wanted to integrate a taxonomy with the post type, but it can’t be done easily because of the custom interface, also, we can’t use the third patry plugin to edit the post description (i.e visual composer or other page builder)
Also, there’s no way to protect the video posts with other plugins that require password to view the video etc!Forum: Reviews
In reply to: [Database Reset] Great plugin but have to be fixed for some hostsNo, problem, I also experienced a nw issue once the UI redesign of your plugin, the button stay disabled even after I fill the tables and captcha input,
This is because I don’t type the chars by keyboard, but I just select them then drag them to the input, this wont trigger the change event in jquery
As a quick workaround, I had to press the enter key while the focus is in the input,
maybe you should make a timer or somethingForum: Reviews
In reply to: [Database Reset] Great plugin but have to be fixed for some hostsSorry about the one star, but I found it’s the best way to get attention from dev, I can make it 5 stars if the issue solved.
If I can have “Settings” menu, that require ‘manage_options’ then I can get your “reset” menu under tools. it’s that basic
If hosting do not allow manage_options caps for administrator, so what the use of the admin role?
As an alternative, you can use ‘administrator’ as a capability, and wordpress will know it’s for the administrator role.Maybe you have more capabilities written somewhere in the code, I just checked file. but this will solve 99% of issues
Forum: Reviews
In reply to: [Database Reset] Great plugin but have to be fixed for some hostsJust a minute trying to solve the issue and I fixed your plugin, and this is how to fix it:
in class-db-reset-admin.php line 115
change ‘update_core’ to ‘manage_options’ or ‘administrator’ and you will get the tools menu.NOTE: I don’t understand why you use update_core as a capability? this is for updating files and can be disabled by some hosting, but manage_options is available for all administrators in all hosting
Forum: Reviews
In reply to: [WP Advanced Importer] If I can, I will give -5 for such a bad pluginI was forced by time to install an exported xml file, but while going between steps, I always got some js errors ‘document.getElementById i null’ and the next button do not work, after refreshing many times I can go to next step, but arriving to final step, I set the max imported items per request to 10, I clicked next, the ajax stop and didn’t auto refresh and no post imported
That’s not a conflict between plugin or last version of wp, it’s a js error
Forum: Plugins
In reply to: [WP Mobile Detect] Visual ComposerThat’s a quick solution :), but you can make your own container to put elements inside, by the way, did you ever wanted to use visual composer to build your website sidebars instead of the legacy wordpress widgets system? please check a nice tool I made here
Forum: Plugins
In reply to: [WP Mobile Detect] Visual ComposerDo you still need help with this or you got a solution?