design2343
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS feed errorcould i identify line 3 at column 6 through my hosting provider or in my dashboard?
Forum: Fixing WordPress
In reply to: RSS feed errorTried that, still that issue. Last week there was no problem, it was only since then. It says there’s an error in the code, the only thing I touched was the header document, I added a couple lines and then deleted them. Is it saying there’s something wrong in the header?
What else could it be?
First few header lines:
<?php if ( !defined( ‘ABSPATH’ ) ) exit; ?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<title><?php echo wp_title( ‘-‘, false, ‘right’ ) ? wp_title( ‘-‘, false, ‘right’ ) : get_bloginfo( ‘name’ ); ?></title>
<?php wp_head(); ?></head>
Forum: Fixing WordPress
In reply to: The Sections under theme panel wont openthanks!
Forum: Fixing WordPress
In reply to: Logo showing at half size in some browsersRIght I coded it to change the size of the image so the nav bar would fit better, but when the browser window is large the logo is still sometimes unredeabely tiny. It happens about half the time…. which is so weird. already cleared cache etc.