Install or Link button missing
-
I can fill in the Path and the URL but the Install or Link button is missing.
It isn’t showing up on the configuration page. (tested in Chrome and IE)What am I doing wrong here ??
-
Hi, are you getting any javascript errors?
looks like it’s doing the same with wordpress 4.9.5–en_AU, no error just the turning circle when you put the url in, but no link or install buttons
@brad, can you please check the console log for further information?
https://developers.google.com/web/tools/chrome-devtools/console/console-write
Alex,
I downgraded to version 0.6.5 and it’s running perfectly
Thanks,
Brad
Ignore my previous post!
Same problem:
Uncaught TypeError: EAWP.Plugin.toggleOperationButtons is not a function
at HTMLDocument.<anonymous> (verify-state.min.js?ver=4.9.5:1)
at i (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils,jquery-u&load[]=i-slider,jquery-touch-punch,iris,wp-color-picker,jquery-ui-droppable,jquery-ui-sortable,jquery-ui-tabs,jquery-ui-menu,wp-a11y,jq&load[]=uery-ui-autocomplete,moxiejs,plupload&ver=4.9.5:2)
at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils,jquery-u&load[]=i-slider,jquery-touch-punch,iris,wp-color-picker,jquery-ui-droppable,jquery-ui-sortable,jquery-ui-tabs,jquery-ui-menu,wp-a11y,jq&load[]=uery-ui-autocomplete,moxiejs,plupload&ver=4.9.5:2)
at Function.ready (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils,jquery-u&load[]=i-slider,jquery-touch-punch,iris,wp-color-picker,jquery-ui-droppable,jquery-ui-sortable,jquery-ui-tabs,jquery-ui-menu,wp-a11y,jq&load[]=uery-ui-autocomplete,moxiejs,plupload&ver=4.9.5:2)
at HTMLDocument.K (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils,jquery-u&load[]=i-slider,jquery-touch-punch,iris,wp-color-picker,jquery-ui-droppable,jquery-ui-sortable,jquery-ui-tabs,jquery-ui-menu,wp-a11y,jq&load[]=uery-ui-autocomplete,moxiejs,plupload&ver=4.9.5:2)
at HTMLDocument.s (rocket-loader.min.js:1)
at p (rocket-loader.min.js:1)
at t.simulateStateAfterDeferScriptsActivation (rocket-loader.min.js:1)
at Object.callback (rocket-loader.min.js:1)
at t.run (rocket-loader.min.js:1)I tried to reproduce the issue but to no avail.
Please make sure that the plugin.js file is being loaded on the page and that all the plugin files were uploaded correctly.
You can try installing from a zip file again, to ensure the file integration.
Hi, I have the same problème, did you solve it ?
Kind regards
Stéphane@stepmen can you please check if the plugin.js is being loaded on your page?
If that file is not present the “toggleOperationButtons” is not defined and the error comes.
@alextselegidis Yes I do have the plugin loaded on my admin page and I found the function
/easyappointments/assets/js/plugin.min.js?ver=4.9.7
@alextselegidis
This the full error :verify-state.min.js?ver=4.9.7:1 Uncaught TypeError: EAWP.Plugin.toggleOperationButtons is not a function
at HTMLDocument.<anonymous> (verify-state.min.js?ver=4.9.7:1)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
(anonymous) @ verify-state.min.js?ver=4.9.7:1
i @ jquery.js?ver=1.12.4:2
fireWith @ jquery.js?ver=1.12.4:2
ready @ jquery.js?ver=1.12.4:2
K @ jquery.js?ver=1.12.4:2Thanks for the feedback, unfortunately I cannot still reproduce the error.
Can you provide me access to your installation (or another test installation with the error) so that I can directly see this happenning?
Please send me your info at [email protected]
Just installed version 1.1.1 and the buttons does not appear
I am running WP 4.9.8In the console I am getting this error
verify-state.min.js?ver=4.9.8:1 Uncaught TypeError: EAWP.Plugin.toggleOperationButtons is not a function at HTMLDocument.<anonymous> (verify-state.min.js?ver=4.9.8:1) at i (load-scripts.php?c=1…lupload&ver=4.9.8:2) at Object.fireWith [as resolveWith] (load-scripts.php?c=1…lupload&ver=4.9.8:2) at Function.ready (load-scripts.php?c=1…lupload&ver=4.9.8:2) at HTMLDocument.K (load-scripts.php?c=1…lupload&ver=4.9.8:2) (anonymous) @ verify-state.min.js?ver=4.9.8:1 i @ load-scripts.php?c=1…lupload&ver=4.9.8:2 fireWith @ load-scripts.php?c=1…lupload&ver=4.9.8:2 ready @ load-scripts.php?c=1…lupload&ver=4.9.8:2 K @ load-scripts.php?c=1…lupload&ver=4.9.8:2Checked and these files are in the easyappointments/assets/js/ folder
verify-state.min.js
verify-state.js
plugin.min.js
plugin.js
iframe.min.js
iframe.js
admin.min.js
admin.jsAny idea what might be wrong?
Just an update here
Fixed my problem with removing hidden from this tag<td class=”submit link-operations hidden“>
<button id=’install’ class=”button button-primary”><?php _e(‘Install’, ‘eawp’); ?></button>
<button id=’link’ class=”button”><?php _e(‘Link’, ‘eawp’); ?></button>
</td>to become
<td class=”submit link-operations”>
<button id=’install’ class=”button button-primary”><?php _e(‘Install’, ‘eawp’); ?></button>
<button id=’link’ class=”button”><?php _e(‘Link’, ‘eawp’); ?></button>
</td>@umni, thanks for posting the solution.
I’ll make sure the plugin works correctly with latest wordpress version.
The topic ‘Install or Link button missing’ is closed to new replies.