Rudy76
Forum Replies Created
-
This has been resolved. Thanks!
Hi nlpro,
We updated to from PHP 7.4 PHP 8.0 as PHP 7.4 reaches end of life (EOL) on the 28 November 2022.
You are correct. The host did allow php_uname() with PHP 7.4 but refuses to with PHP 8.0 stating security reasons.
CyberChimps,
Thank you for the suggestion. The child theme’s parent CSS have been enqueued properly. In fact, I added the following and it is still not working properly on mobile although it shows in the source code:
wp_enqueue_style( ‘responsive-min’, get_template_directory_uri() . ‘/core/css/responsive.min.css’ );
Next, I tried adding the following to the Theme Options > Scripts > Embed > Embeds to header.php. It worked and the site was again mobile-friendly.
<link rel=’stylesheet’ id=’responsive-min-css’ href=’/wp-content/themes/responsive/core/css/responsive.min.css’ type=’text/css’ media=’all’ />
I also tested the parent responsive-theme without child-theme, and the responsive.min.css is not loading.
How can this be fixed?
CyberChimps,
I checked and and also see that the responsive.min.css is not loading. It is in the theme > /wp-content/themes/responsive/core/css/. How do I fix this?Forum: Plugins
In reply to: [AMP] PHP errorHi neotrope,
Thank you for getting back to me. The image folder is writable with the permission of 755.What do you suggest?