firehorseuk
Forum Replies Created
-
Hi,
I found the problem.
You need to disable WordFence Firewall before migrating.
Dear @prosenjitbarman
Thank you very much for the video reply. Following the video, I’ve been able to make the H1 changes without having to use custom CSS code.
Thank you very much
AlanHello @benjirahmed,
Thank you for your reply.
Regarding ShopEngine overwriting Astra Theme H1 style
Here is a link to a picture of the shop H1 title with debug window and annotations
https://photos.app.goo.gl/L17XnfADw1WW1mZV7Here is the page source code also annotated
https://photos.app.goo.gl/rxu3JJMkM4BGkQfU8
You can see that shopengine load its reset code after Astra theme. It doesn’t matter if I install Astra then ShopEngine or ShopEngine then Astra, the code lines end up in the same place.I should not have to put custom CSS code to overwrite ShopEngine H1 title size.
Are you able to find a solution to this?
Thanks
AlanForum: Plugins
In reply to: [Image Watermark] BROKEN! DO NOT USE!thenickb (@thenickb)
Found image-watermark.php but line 112 says
add_action( ‘wp_enqueue_media’, array( $this, ‘wp_enqueue_media’ ) );
I added
add_action( ‘admin_print_scripts’, array( $this, ‘admin_print_scripts’ ), 80 );
in at 112 but it comes up with an error when I access the Media Library
( ! ) Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Image_Watermark' does not have a method 'admin_print_scripts' in C:\Users\Alan\Local Sites\alan20220621\app\public\wp-includes\class-wp-hook.php on line 307 Call Stack # Time Memory Function Location 1 0.0011 373656 {main}( ) ...\upload.php:0 2 4.8790 94357888 require_once( 'C:\Users\Alan\Local Sites\alan20220621\app\public\wp-admin\admin-header.php' ) ...\upload.php:268 3 4.9665 94877416 do_action( ) ...\admin-header.php:146 4 4.9665 94877792 WP_Hook->do_action( ) ...\plugin.php:476 5 4.9665 94877792 WP_Hook->apply_filters( ) ...\class-wp-hook.php:331
Looks like its broken ??