Brian Thomas Clark
Forum Replies Created
-
I spoke with Theme Isle support and they fixed the issue for me. Here is what the support person said:
Error:
Warning: Cannot modify header information – headers already sent by (output started at /home/brian90/public_html/winewelfare/wp-content/themes/reviewgine-affiliate/functions.php:429) in /home/brian90/public_html/winewelfare/wp-includes/pluggable.php on line 1207Solution:
I deleted some white spaces around the line 429 of the functions.php file.Hope this helps others!
Forum: Fixing WordPress
In reply to: Google Verification File Causing Redirect ErrorFixed it. Error with Redirection plugin. Deactivated and re-activated it.
What’s strange is that when I downloaded my Redirection logs, there was one in the file redirecting “/” to the above-mentioned crappy Google file page, however the redirection was not listed in the interface.
Forum: Themes and Templates
In reply to: How do I take header and nav menu out of “containers”?Here’s the code. Thanks for your help!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head> <title><?php op_document_title(); ?></title> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <?php op_head(); ?> <?php wp_head(); ?> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> </head> </body> <div id="body-container"> <div id="extra-container"> <?php op_before_header(); ?> <div id="header-container"> <div id="header"> <h1 id="site-title"> <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('title'); ?>"><span><?php bloginfo('title'); ?></span></a> </h1> <h2 id="site-description"><span><?php bloginfo('description'); ?></span></h2> </div> <?php op_header(); ?> </div> <?php op_after_header(); ?> <div id="container"> <div id="<?php echo op_page_id(); ?>" class="<?php echo op_page_class(); ?>">