neliti
Forum Replies Created
-
It’s all ok. Everything started working after a waiting for an hour for some reason?
Forum: Themes and Templates
In reply to: [MesoColumn] Login/Register form in Top MenuHi. This was solved by coding my own CSS and header.php:
style.css:
#searchform input[type=’text’] {
width: 82%;
height: 17px;
}
input#s {
width: 82%;
height: 17px;
}header.php:
below
<!– HEADER START –>
<header class=”iegradient <?php echo strtolower($header_overlay).’_head’; ?>” id=”header” role=”banner”<?php do_action(‘bp_section_header’); ?>>add the following:
<div class=”header-inner”>
<div style=’float:right; width: 72%; margin: 3.5em 0 0px 0px;’><?php echo get_search_form(); ?></div>
<div class=”innerwrap”>
<div id=”siteinfo”>
<?php do_action( ‘bp_before_site_title’ ); ?>Forum: Themes and Templates
In reply to: [MesoColumn] Search box next to site logo?Hi. This was solved by using CSS to move menu items like “Login” and “Register” to the right of the top menu.
Forum: Themes and Templates
In reply to: [MesoColumn] Search box next to site logo?Hi Richie, nope! Still underneath the title. I’ll try crack it myself and get back to you if I can’t ??
Forum: Themes and Templates
In reply to: [MesoColumn] Login/Register form in Top MenuIt’s not floating right for some reason, and just goes below my menu items instead. I’ll work on this and get back to you if I can’t hack it ??
Forum: Themes and Templates
In reply to: [MesoColumn] Search box next to site logo?Hi Richie,
I’ve tried that but it goes underneath the logo! not next to it. Any other suggestions?
thanks ??
Forum: Themes and Templates
In reply to: [MesoColumn] Login/Register form in Top MenuHi Richie,
I’ve tried that, but instead of going within the menu, it goes underneath the menu. Where exactly should if have the wp_login_form()?
Thanks ??
Hi Richie, yep! All sorted. Thanks so much.
Hi Richie, Thanks for the response but that CSS code didnt work. Anything else you can think of?
Thanks for any help.
Forum: Themes and Templates
In reply to: [MesoColumn] Tabbed sidebar widgets not workingI just discovered that the tabbed sidebar only works if the right sidebar has no widgets in it… but I want both? how can this be done?