n47
Forum Replies Created
-
Forum: Plugins
In reply to: [Connections Business Directory] Plugin Crashes when I add an ImageThis fix resolved it:
Forum: Themes and Templates
In reply to: [LitheStore] Using a child theme with LitheStoreHi John, I tried that with no luck. The parent styles are still loading first
Forum: Themes and Templates
In reply to: [LitheStore] Using a child theme with LitheStoreMy site is not live right now, I am working on it locally with MAMP.
Forum: Fixing WordPress
In reply to: Can't change padding of .entry-content divplease help, I am still having the same problem. I would really like to fix it.
Forum: Fixing WordPress
In reply to: Can't change padding of .entry-content divOh and here is the url: http://www.klamathriver.org/wp/our-work/un-dam-the-klamath/
Forum: Fixing WordPress
In reply to: search form only works the second time never the first.Oh my goodness!!! Thank you so much Shawn!!! I have been trying to figure this out for a week. It is amazing what one missing end tag can do.
Forum: Fixing WordPress
In reply to: search form only works the second time never the first.Shawn, thanks for your help. I think that you are right that is the problem, but I can’t see why it is happening. Both the main search box and the results page search box are drawing from the same searchform.php which looks like this:
<form role=”search” method=”get” class=”search-form” action=”<?php echo esc_url( home_url( ‘/’ ) ); ?>”>
<label>
<span class=”screen-reader-text”><?php _ex( ‘Search for:’, ‘label’, ‘twentyfourteen’ ); ?></span>
<input type=”search” class=”search-field” placeholder=”<?php echo esc_attr_x( ‘Search …’, ‘placeholder’, ‘twentyfourteen’ ); ?>” value=”<?php echo esc_attr( get_search_query() ); ?>” name=”s” title=”<?php _ex( ‘Search for:’, ‘label’, ‘twentyfourteen’ ); ?>”>
</label>
<input type=”submit” class=”search-submit” value=”<?php echo esc_attr_x( ‘Search’, ‘submit button’, ‘twentyfourteen’ ); ?>”>
</form>this says method=”get” but still returns as post on all the pages