umni
Forum Replies Created
-
@optimizingmatters, the version I am using is Version 2.9.5.1
- This reply was modified 3 years ago by umni.
Yes, that was it.
Disabling Autoptimize plugin, fixed the issue.
Thanks a lot!Forum: Plugins
In reply to: [ND Shortcodes] Call to undefined function cal_days_in_month()I found the problem. Switched to PHP 7.2 (it was set to native) and the error disappears.
- This reply was modified 5 years, 6 months ago by umni.
Forum: Plugins
In reply to: [Easy!Appointments] Install or Link button missingThanks, I sent you an email 2 days ago. Did you receive it?
Forum: Plugins
In reply to: [Easy!Appointments] Install or Link button missingThanks for creating this Alex. Is there a way to contact you to discuss something?
Forum: Plugins
In reply to: [Easy!Appointments] Install or Link button missingJust 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>Forum: Plugins
In reply to: [Easy!Appointments] Install or Link button missingJust 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:2
Checked 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?