No sidebar, help!
-
I made a theme on the basis of the code I used to make many other themes, but this one does not show up any sidebar, please help me! here’s the side that I’m talking about – https://so-real.net
-
Have you tried:
– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the Twenty Ten theme to rule out any theme-specific problems.
– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
nope, nothing helped.
here is my header.php code, tell me if I’m missing something-
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”>
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title>? <?php bloginfo(‘name’); ?> <?php wp_title(); ?> ? </title>
<meta name=”generator” content=”WordPress” />
<meta name=”author” content=”Samantha” />
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style>
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
</head>
<body>
<div id=”rap”>
<div id=”rap2″>
<div id=”container”>
<table width=”1001″ border=”0″ cellpadding=”0″ cellspacing=”0″>
<tr>
<td rowspan=”7″>
<img src=”/wp-content/themes/sr/images/header_01.png” width=”48″ height=”700″ alt=””></td>
<td colspan=”4″>
<img src=”/wp-content/themes/sr/images/nav.png” width=”890″ height=”41″ alt=””></td>
<td colspan=”2″ rowspan=”2″>
<img src=”/wp-content/themes/sr/images/header_03.png” width=”62″ height=”224″ alt=””></td>
<td>
<img src=”/wp-content/themes/sr/images/spacer.gif” width=”1″ height=”41″ alt=””></td>
</tr>
<tr>
<td colspan=”4″>
<img src=”/wp-content/themes/sr/images/header_04.png” width=”890″ height=”183″ alt=””></td>
<td>
<img src=”/wp-content/themes/sr/images/spacer.gif” width=”1″ height=”183″ alt=””></td>
</tr>
<tr>
<td colspan=”2″ rowspan=”3″>
<img src=”/wp-content/themes/sr/images/header_05.png” width=”634″ height=”105″ alt=””></td>
<td colspan=”3″>
<img src=”/wp-content/themes/sr/images/music.png” width=”265″ height=”35″ alt=””></td>
<td rowspan=”5″>
<img src=”/wp-content/themes/sr/images/header_07.png” width=”53″ height=”476″ alt=””></td>
<td>
<img src=”/wp-content/themes/sr/images/spacer.gif” width=”1″ height=”35″ alt=””></td>
</tr>
<tr>
<td rowspan=”4″>
<img src=”/wp-content/themes/sr/images/header_08.png” width=”11″ height=”441″ alt=””></td>
<td>
<img src=”/wp-content/themes/sr/images/nowplaying.png” width=”245″ height=”25″ alt=””></td>
<td rowspan=”4″>
<img src=”/wp-content/themes/sr/images/header_10.png” width=”9″ height=”441″ alt=””></td>
<td>
<img src=”/wp-content/themes/sr/images/spacer.gif” width=”1″ height=”25″ alt=””></td>
</tr>
<tr>
<td rowspan=”3″>
<img src=”/wp-content/themes/sr/images/header_11.png” width=”245″ height=”416″ alt=””></td>
<td>
<img src=”/wp-content/themes/sr/images/spacer.gif” width=”1″ height=”45″ alt=””></td>
</tr>
<tr>
<td>
<img src=”/wp-content/themes/sr/images/welcome-msg.png” width=”298″ height=”150″ alt=””></td>
<td rowspan=”2″>
<img src=”/wp-content/themes/sr/images/header_13.png” width=”336″ height=”371″ alt=””></td>
<td>
<img src=”/wp-content/themes/sr/images/spacer.gif” width=”1″ height=”150″ alt=””></td>
</tr>
<tr>
<td>
<img src=”/wp-content/themes/sr/images/header_14.png” width=”298″ height=”221″ alt=””></td>
<td>
<img src=”/wp-content/themes/sr/images/spacer.gif” width=”1″ height=”221″ alt=””></td>
</tr>
</table>
<div id=”content”><!– end header –>
I may be having the same problem. While deactivating a plugin my sidebar disappeared. All attempts to restore the plugin, reload the theme, upgrade WordPress have failed. No matter what theme I load the sidebar(s) do not show.
When I try to access the widgets in the admin page “appearance” section, I get the message “No Sidebars Defined”.
Also, I no longer have access to “edit theme”.
Frustrating, Not sure where the sidebar is being suppressed or if code has been changed somewhere to eliminate the sidebar.
Any help?
- The topic ‘No sidebar, help!’ is closed to new replies.