Michael Liberty
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot modify header error – accessing wp.adminHi @keesiemeijer, Can you please assist me with my request. I am really stuck here since morning.
Forum: Fixing WordPress
In reply to: Cannot modify header error – accessing wp.adminI have the exact problem as BB3lions said.
How do I resolve it. I can access my CPanel but I really don’t want to break a customers website while trying to fix this problem .I was tasked with the task of using the new approved Google fonts for our company. I tried going through the route of using a Build Press Child theme and it didn’t work. I added the below codes to function.php as recommended information states:
function child_scripts()
{
wp_enqueue_style(‘child-google-fonts’,’//fonts.googleapis.com/css? family=El+Messiri:700|Trirong:400i,500i,700″ rel=”stylesheet’);
}add_action (‘wp_enqueue_scripts’, ‘child_scripts’);
This code was added just immediately after the enqueuing stylesheet code for the parent code. Immediately I updated it didn’t work and my website wasn’t displaying anymore. I went to the Cpanel root directory to remove the code.
I tried the second method of using a plugin called Easy Google font. Immediately I installed it, I received an error
Warning: Cannot modify header information – headers already sent by (output started at /home/heightsaccess/public_html/wp-content/themes/buildpress-child/functions.php:21) in /home/heightsaccess/public_html/wp-includes/pluggable.php on line 1224
Now I no longer have access the WORDPRESS dashboard so can even unintall the plugging.
Kindly reply me .Thank you .
Forum: Networking WordPress
In reply to: Cannot modify header information Error URGENT HELP PleaseThank you Steve,
I just deleted the Easy google font and still can’t get to the admin area what do you advice ?Forum: Fixing WordPress
In reply to: How to Change the color of the title of pages on my websiteThanks a bunch @ linux4me2 . I have resolved the problem with using your code.
Forum: Fixing WordPress
In reply to: How to Change the color of the title of pages on my websiteSorry here is my website
https://www.heightsaccess.ngForum: Plugins
In reply to: YOAST SEO PLUGIN PROBLEMHi Nic, I was able to resolve it after watching a video on YOUTUBE. Just had to toggle Permalink settings and the site was back. I also uninstalled Yoast,edited .htaccess with new code and it worded.
Thank you very much for reading my comment.