Reply To: Mostly text blog with the posts stacked one on top of the other
The following codes in content.min.css is causing two columns to appear. @media screen and (min-width: 576px) { .grid-sm-col-2 {grid-template-columns: repeat(2, minmax(0, 1fr));} } @media screen and...
View ArticleReply To: Mostly text blog with the posts stacked one on top of the other
I would recommend you to contact the Kadence support forum: https://wordpress.org/support/theme/kadence/
View ArticleReply To: PHP Fatal error: Uncaught Error: Class...
Update: Issue Resolved – PetalBot Was the Culprit Just wanted to share an update in case it helps others facing similar issues. After digging through the access.log file, I discovered that PetalBot...
View Articlemissing the MySQL extension which is required by WordPress
Hi, i’m going to install WordPress using PHP version 8.4 and installed WordPress from cPanel (WordPress Management). But i facing issue that mysqli PHP extention missing.Here is the error...
View ArticleReply To: missing the MySQL extension which is required by WordPress
mysqli is a PHP component. It is required so that WordPress can access the database via PHP. You would need to contact your hosting support for a solution. They should install and activate the...
View ArticleReply To: missing the MySQL extension which is required by WordPress
Is here possible if i want to activate it from cPanel.
View ArticleReply To: Staging a subdomain site on a non-subdomain
Thanks for all your help. The staging site still isn’t working but I am making some progress. I recreated the permalinks in settings. I put in dummy text in the .htaccess file and that did break it. I...
View ArticleReply To: Staging a subdomain site on a non-subdomain
The guid is actually irrelevant. Post_name is used for the URL structure. If you want to see the URLs that are generated, go to Posts or Pages in the backend and take a look at what kind of URL is...
View ArticleReply To: missing the MySQL extension which is required by WordPress
I cannot judge this, as I do not use cpanel and it could also be configured differently depending on the hosting. Contact the support of your hoster to clarify this.
View ArticleReply To: Staging a subdomain site on a non-subdomain
I’m sorry. I forgot to mention that all the pages are custom php files. And the backend has been modified to show and not show certain pieces of information. The upshot is that the “pages” information...
View Article