Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter westcool

    (@westcool)

    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.

    Thread Starter westcool

    (@westcool)

    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

    Thread Starter westcool

    (@westcool)

    Can I subtract a category from showing up on the Events page?

    Thread Starter westcool

    (@westcool)

    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?

    Shazen 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?

Viewing 5 replies - 1 through 5 (of 5 total)