westcool
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Two Pages?OK, got the calendar working just fine, THANK YOU! but I want a “search by town limited to category” Not just a list of events by town. I read the attributes page but still don’t know how to put it together to get what I want.
Needs to be in a format like<form class=”em-events-search-form” method=”post” action=”concerts/”>
<select class=”em-events-search-town” name=”town”>
<input type=”hidden” value=”search_events” name=”action”>
<input class=”em-events-search-submit” type=”submit” value=”Search”>
</form>
Somewhere in there it needs to list the towns and category=4713 but I don’t even know if it is possible.Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Two Pages?Hmmm, I’m a little slow. What I want to happen is to have two separate pages which each show only a category. I want a “search by location” on each which will only search the category and I want the Events Calendar to only show one category. I’m not a programmer, just HTML so I’m not sure where the PHP code goes. Where would this go? $args[‘category’] = ‘-4713’; Can it apply to the Event Calendar?
How do I add a location search? Can it go on the page itself or does it have to go in the PHP files?Thank you for your help
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Two Pages?Can I subtract a category from showing up on the Events page?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Two Pages?This was helpful and will work on separate pages to list by category
[events_list category=4713]
#_EVENTLINK will take place at #_LOCATIONLINK on #_EVENTDATES at #_EVENTTIMES[/events_list]but if I want to have the search by location function that is part of the default setup but only show by category, is that possible?
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 not workingShazen said put webformailer.php in the classes.php file but I’m not sure quite where to put it. This is what I see:
$url = apply_filters( ‘wpcf7_form_action_url’, $url );
$enctype = apply_filters( ‘wpcf7_form_enctype’, ” );
$class = apply_filters( ‘wpcf7_form_class_attr’, ‘wpcf7-form’ );$form .= ‘<form action=”‘ . esc_url_raw( $url ) . ‘” method=”post”‘
I’ve got several GoDaddy sites and this is the first one where the form isn’t working. I have my own form using <form action=”/webformmailer.php” method=”post”>
<div style=”display: none;”><input type=”hidden” name=”form_format” value=”html”/> which is working but since I’m doing this for a client, I liked that they could easily edit the Contact 7 Form themselves.I’ve also noticed very slow load times on several of the sites on GoDaddy. Anyone else notice that?