Forum Replies Created
-
AuthorPosts
-
brent sMember
One additional comment, I see a similar problem happening with the Genesis Featured Posts widget. When i set the image size, it works for some of the featured post images, but not others.
brent sMemberBrad,
I tried that but that puts the same widget on every search results page. If I want 1 widget for zip code 77007 and another for 77006, that is what I am looking for.
brent sMemberI wanted to see if anyone had a suggestion for this problem. How to get the value to disappear when the search box is cleared. If that cannot be done, I need some way to inform the user what it is I want them to put in the box (i.e. a zip code). If I could use a transparent image in the search box or where to add instructions in the black part surrounding the search boxes. Any solution is appreciated.
brent sMemberSorry, I didn't realize to do that. I installed search everything plugin and made the search selections in the plugin.
brent sMemberI have resolved this and figured out how to make it work.
brent sMemberI have added a custom sidebar (Congrats to me, its my first sidebar). However, it is not working properly. If I add a text box it works fine. However, when I add the Genesis Featured page widget, nothing shows up. Any assistance would be appreciated.
brent sMemberI understand that I create what I want in css via a class. However, I cannot find where to apply the class.
brent sMemberGinger,
Thank you so much.
brent sMemberThank you Ginger,
However, I am not wanting to use an IDX service. I just want to pull in from my CPTs and have the search box.
brent sMemberTom & Ginger,
As I am reading your responses, are the current pulldown menu's not working in conjunction with one another? I mean, if I use the pull down menu and choose 3 Bdrm and use the next pull down for price and select a range, doesn't the search pulling only those CPTs that fit both of those criteria?
I am happy to put a zip code on each listing, I would just like to have a text input box for people to find their zip code as opposed to having a pulldown menu with hundreds of pull down options that a customer would have to go through.
brent sMemberTom & Ginger,
Thank you. However, Tom's solution only gives me a zip code drop down menu. I am dealing with 400+ zip codes, so I don't think a drop down is most efficient. I think I need a search box where the person could type in their own. Here is a link to a site that I found in the forum, which appears to have this functionality or something similar to it with a "text search" box.
brent sMemberThe problem is shortcodes were not executing. The fix is to put this in the functions.php file
add_filter( 'widget_text', 'do_shortcode' );
September 25, 2013 at 6:45 pm in reply to: Create Shortcode or Other Usable Data from a CSV file #64215brent sMemberThe error I get with the code above is
ID, Company, true) ): ?>
-
AuthorPosts