Hello,
I have the same problem as:
https://simple-press.com/support-forum/sp5-general-topics/cannot-upload-images/
Both solutions do not bring success.
With
| add_action( ‘wp_enqueue_scripts’, ‘deregister_pl_bootstrap’ ); | |
| 2 | |
| 3 | function deregister_pl_bootstrap() { |
| 4 | if(sp_is_forumpage()) { |
| 5 | wp_deregister_script(‘pagelines-bootstrap-all’); |
| 6 | } |
| 7 | } |
I get a white background and the button “Add Topic” and “Add Reply” don’t work.
When I change
wp_register_script( ‘pagelines-bootstrap-all’, PL_JS . ‘/script.bootstrap.min.js’, array( ‘jquery’ ), ‘2.3.1’, false);
nothing happens.
Is there another solution?
Thanks
Meli