cheryanne
Forum Replies Created
-
Forum: Plugins
In reply to: [reGenerate Thumbnails Advanced] Unfortunately doesn’t delete webp files.Thank you
Forum: Plugins
In reply to: [LiteSpeed Cache] deleted image size but .jpg.webp files still thereIn the child theme’s functions.php (for the 80×80.jpg)
function disable_wp_image_sizes( $sizes ) {
unset( $sizes['thumb-small'] );and then used the reGenerate Thumbnails Advanced plugin which removed the 80×80.jpg but not the 80×80.jpg.webp
Sorry for not getting back to you sooner – yes everything is working well now. Thank you.
Forum: Plugins
In reply to: [WordPress Popular Posts] center titlePerfect – thank you!
Forum: Plugins
In reply to: [WordPress Popular Posts] center titleThanks Hector for the prompt response. I’ll test it out when I get back to my desk.
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Change alt text for twitterThank you!
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Change alt text for twitterExactly – I’m calling it X-Twitter everywhere else on the site ??
Forum: Reviews
In reply to: [A-Z Listing] Does it work with WordPress 6.2.2Yes it still does. You can see it in action here:
https://www.greataustralianpods.com/a-z-podcast-list/
- This reply was modified 1 year, 4 months ago by cheryanne.
Forum: Plugins
In reply to: [LiteSpeed Cache] Failed to request via WordPressAt least I was able to report the issue today:
Report number: YFGZEWNZ Report date: 07/06/2023 05:09:21
Forum: Plugins
In reply to: [LiteSpeed Cache] Failed to request via WordPressIt seems as if it can be any page – if I refresh, it usually reloads the page correctly.
2023-07-06 15:01:09.542291 [NOTICE] [336564] [T0] [66.249.79.34:37256#APVH_greataustralianpods.com:443] [STDERR] PHP Warning: A non-numeric value encountered in site/public_html/wp-content/plugins/litespeed-cache/src/media.cls.php on line 655 ia a persistent error.
Forum: Fixing WordPress
In reply to: change all post images to full sizeOr is there a cron job script I could utilise to change settings on all posts to full size?
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Any instance for mastodonWonderful news! Thank you.
Still does the same thing even after adding the }
Could it be because dashboard.php is in wp-admin/includes/ whereas the child theme’s function.php is in wp-content/themes/childtheme/ ?
I am obviously doing something wrong but I am not sure how to go about sorting it out so perhaps I’ll just have to contend with editing the original wp-admin/includes/dashboard.php every time there is an update.
I tried adding the code to my child theme’s function.php but it threw up a critical error.
Forum: Plugins
In reply to: [WordPress Popular Posts] Dashboard: Trending NowPerfect! Thank you ??