ashhad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cant Remove bar above headerI m unable to find this
html {
margin-top: 28px !important;
}I have checked alexander css. but that does not have such code in it
Please help
Forum: Fixing WordPress
In reply to: Cant Remove bar above headerhere is my header.php file. This one is from Alexander theme. Is the theme have defects in it??
[please mark any posted code – http://codex.wordpress.org/Forum_Welcome#Posting_Code ]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?php global $query_string; ?><html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head><meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="viewport" content="initial-scale=1.0, width=device-width" /> <title><?php wp_title(); ?></title> <link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?> " type="text/css" media="all" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <!-- Wrapper one starts here --> <div id="wrapper_one"> <!-- Wrapper two starts here --> <div id="wrapper_two"> <!-- Wrapper three starts here --> <div id="wrapper_three"> <!-- Wrapper four starts here --> <div id="wrapper_four"> <?php if( !of_get_option('logo_layout_style') || of_get_option('logo_layout_style') == 'sbys' ) : ?> <div class="r100 overflowauto logo_section"> <div class="maxwidth overflowauto vpadding2"> <!-- Logo Section starts here --> <div class="r50100 maximg rfltlft"> <div class="w867m rtxtaln"> <a href="http://www.chemtalks.com"><img alt="Screenshot" src="/attachments/chemtalks.gif" width="307" height="81" /></a> </div> </div> <!-- Logo Section ends here --> <!-- Menu Section starts here --> <div class="r50100 rfltlft"> <div class="w867m rtxtaln overflowauto vmargint15"> <div id="menu"> <?php wp_nav_menu( array( 'theme_location' => 'mainmenu', 'depth' => 1, 'menu_class' => 'dropdown dropdown-horizontal','fallback_cb' => 'alexandria_backupmenu', 'menu_id'=>'Main_nav', 'container'=>'') ); ?> </div> </div> </div> <!-- Menu Section ends here --> </div> </div> <?php else : ?> <div class="r100 overflowauto logo_section"> <div class="maxwidth overflowauto"> <!-- Logo Section starts here --> <div class="r100 maximg vpadding3"> <div class="w867m txtcntr"> <p class="logo fontwht"><a>"><?php bloginfo('name'); ?></a></p> <p class="fontwhite"><?php bloginfo('description'); ?></p> </div> </div> <!-- Logo Section ends here --> <!-- Menu Section starts here --> <div class="r100 rfltlft"> <div class="w867m overflowauto txtcntr vpadding15px rbrdrtop000 bmargin5px"> <div class="ta_menu"> <?php wp_nav_menu( array( 'theme_location' => 'mainmenu', 'depth' => 1, 'menu_class' => 'dropdown dropdown-horizontal','fallback_cb' => 'alexandria_backupmenu', 'menu_id'=>'Main_nav', 'container'=>'') ); ?> </div> </div> </div> <!-- Menu Section ends here --> </div> </div> <?php endif; ?>Forum: Fixing WordPress
In reply to: Custom Redirection after LoginI have used this plugin, But still its not redirecting to a custom page. I did setting up for the subscribers. But whenever i logged in through that account, its only redirecting to a homepage.
Please helpy
Forum: Fixing WordPress
In reply to: Custom Redirection after LoginThank you Edward
I have checked that. Unfortunately its only for particular users. I want that to be implemented on all users.
Is there any thing to be altered in coding?? Please help
Forum: Fixing WordPress
In reply to: No page is openingI just checked the pages in the dashboard. At the time of posting here, it was showing posts in the dashboard, now i cant see any single post in the post option
Please help
Forum: Fixing WordPress
In reply to: No page is openingNo i didnt. I did it 4-5 days back. this problem is just started. I dont know what is the problem. Rightnow when i open my main webpage, it shows not found page
REGARDS