kc5gjn
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Calendar] Adding a link field to the formThat would be handy to add extra links and maybe name them. Thank you for your work on this. great plugin and works great on the latest WP
Forum: Plugins
In reply to: [Event Calendar] Adding a link field to the formThanks, that helps but I would like for this to be available to my users who aren’t much for techie stuff like html
Forum: Plugins
In reply to: [Event Calendar] Adding a link field to the formSorry this is for the latest Ajax calendar
Forum: Fixing WordPress
In reply to: Remove SEARCH button Main Nav Bargot it figured out. There are two instances of:
<?php get_search_form(); ?>
Replacing them both got rid of it completely
<div class=”only-search<?php if ( ! empty( $header_image ) ) : ?> with-image<?php endif; ?>”>
<!– <?php get_search_form(); ?> –>
</div>
<?php
else :
?>
<!– <?php get_search_form(); ?> –>Forum: Fixing WordPress
In reply to: Remove SEARCH button Main Nav BarOk I deleted the browsers cache and tried it all again. Now the search bar isn’t covering my menu but it is still there. That solves my problem but not the original posters problem.
Forum: Fixing WordPress
In reply to: Remove SEARCH button Main Nav Barwell I have changed the settings to include the text up and changed them back and it is showing the changes I have also used ctrl+f5 and that is not working.
Forum: Fixing WordPress
In reply to: Remove SEARCH button Main Nav Barwell that got rid of it in Firefox but it still shows up in IE and is still covering the menu.
Forum: Fixing WordPress
In reply to: Remove SEARCH button Main Nav BarI would like to know this too. I am using 2011 and when I turn off the header text it causes my search box to cover my entire menu. This only seems to be a problem in IE. I use Firefox and it works fine.