amathusn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PressThis not scanning image and extractSorry for the delay in replying – I’ve been away. I’ve had a look through that info and there doesn’t seem to be anything relevant there.
Hope someone can shed some light on this as it is happening increasingly often regardless of which browser I use.
Forum: Fixing WordPress
In reply to: PressThis not scanning image and extractI mean Press This; available through WordPress Dashboard > Tools > Drag the Bookmarklet to the toolbar.
Not seen Press This Reloaded before
Forum: Plugins
In reply to: [LiteSpeed Cache] Fatal error since last update – Monarch plugin errorFollowing the information on the other question on this topic I changed the monarch file code to read
The code around the relevant lines in the file is this..
69 } else if ( class_exists( ‘LiteSpeed_Cache’ ) ) {
70 // LiteSpeed Cache
71 $litespeed = LiteSpeed_Cache_Purge::get_instance();
72 ” !== $post_id ? $litespeed->purge_post( $post_id ) : $litespeed->purge_all();And this seems to have fixed it.
Leaving this open so that you are aware of the issue.
- This reply was modified 8 years, 10 months ago by amathusn.
Forum: Plugins
In reply to: [LiteSpeed Cache] Fatal error since last update – Monarch plugin errorThe code around the relevant lines in the file is this..
69 } else if ( class_exists( ‘LiteSpeed_Cache’ ) ) {
70 // LiteSpeed Cache
71 $litespeed = LiteSpeed_Cache::get_instance();
72 ” !== $post_id ? $litespeed->purge_post( $post_id ) : $litespeed->purge_all();I get a pop up saying that it has been sent but no preview arrives.
The daily newsletter arrives without any issues.
Also, while I have your attention(!)may I ask if it is possible to filter the posts that are included in the newsletter?