Micke123
Forum Replies Created
-
Unfortunately that didn’t help.
Hi and thank you,
We’re using WP 6.5.2 and a modified version of underscores.me
The problem persisted even if I deactivated all other plugins and reverted to standard 2024 theme.
Debug looks as follows:
[24-Apr-2024 14:11:18 UTC] PHP Warning: Undefined variable $post in /wp-content/themes/underscores/inc/template-tags.php on line 16
[24-Apr-2024 14:11:18 UTC] PHP Warning: Attempt to read property “ID” on null in /wp-content/themes/underscores/inc/template-tags.php on line 16
[24-Apr-2024 14:11:18 UTC] PHP Deprecated: Funktionen get_the_author_email ?¤r f??r?¥ldrad sedan version 2.8.0! Anv?¤nd get_the_author_meta(’email’) i st?¤llet. in /wp-includes/functions.php on line 6078
[24-Apr-2024 14:11:18 UTC] PHP Warning: A non-numeric value encountered in /wp-content/plugins/justified-image-grid/justified-image-grid-core.php on line 8325
[24-Apr-2024 14:11:24 UTC] PHP Warning: Undefined variable $post in /wp-content/themes/underscores/inc/template-tags.php on line 16- This reply was modified 11 months ago by Micke123.
Forum: Plugins
In reply to: [Autoptimize] Stopped working with Jetpack Site AcceleratorThank you for the quick solve!
Just wanted to confirm you assumption re. optimize images being off is correct.
Beta worked perfectly.
For some reason I could not get the code snippet to work. I added it to functions.phpThanks!
I found the issue. There was a content width function that caused the issue.
function theme_content_width() {$GLOBALS['theme_width'] = apply_filters( 'theme_content_width', 640 );}
This one: https://snipboard.io/wBpd6l.jpg It’s resized to 768*512 px and rendered at 900*600 px, 900 px being the container size.
The featured image is rendered and displayed at the correct size.
Unfortunately that didn’t help.
Sorry @daweb this is beyond my knowledge. Think I probably just got lucky that my method worked for me.
Thank you! Deleting Disqus didn’t help, and the dsq_sync_forum was still in the query. I did some more digging and the problem appeared to be with the cron job. I tried to delete it, only for it to immediately reappear. So I manually deleted the content of the cron option (leaving the option) and it appears to have fixed the problem. Afterwards the wanted cron jobs re-populated the table.
I did copy the content to a text file and it was a wopping 4.5MB! For some reason the size of the table wp_options decreased by more than that.
Thank you again!
Forum: Plugins
In reply to: [Frontpage-Slideshow] Problem in adminI was getting desperate and as the problem occured after “Slide link” on create post page I thought maybe that could somehow solve it.
Why it worked I don’t know – but it did.
I realise that the actual problem is somewhere on my installation but I’ve got no idea where and as everything is now working I’m not to bothered about it.
Forum: Plugins
In reply to: [Frontpage-Slideshow] Problem in adminProblem solved by removing code:
'fs-link' => array( 'name' => 'fs-link', 'title' => __('Slide link','frontpage-slideshow'), 'description' => __('When the user is clicking onto the picture, this URI is used. Leave blank to set this post link as the slide link (if this option is activated into <a href="options-general.php?page=frontpage-slideshow">the plugin admin page</a>)','frontpage-slideshow'), ),
Probably not the best solution – guess the problem will reappear when the plugin is updated – but at least it works for me now.
Thanks for a great plugin! Love it!
Forum: Plugins
In reply to: [Frontpage-Slideshow] Problem in adminActually, I’m successfully running the plugin on a test site so I doubt the problem is with the host?
Forum: Plugins
In reply to: [Frontpage-Slideshow] Problem in adminI’ve edited wp-config with no luck.
My host says it doesn’t use php.ini – running php as Litespeed (apache) not cgi.