fseonline

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Events don't seem to be outputted by date? #1516906
    fseonline
    Participant

    Hi Sky,

    Thank you it’s working properly now.
    It was actually that the .col classes had to be within the before/after hooks!

    https://www.diffchecker.com/lmb80YPI

    Hope this helps someone reading this.

    Kind regards,

    Mic

    in reply to: Events don't seem to be outputted by date? #1515580
    fseonline
    Participant

    Hello,

    I’ve found that for some reason it is outputting as follows for the 12 events per page:
    On the code it is okay:
    Row1 – 1, 2, 3
    Row2 – 4, 5, 6
    Row3 – 7, 8, 9
    Row4 = 10, 11, 12

    However, visually it is different:
    As shown visually on page:
    Row1 – 1, 2, 3
    Row2 – 6, 5, 4
    Row3 – 9, 8, 7
    Row4 = 12, 11, 10
    (Rows 2 – 3 are reversed for some reason?)

    Kind regards,

    Mic

    in reply to: Default Event Ticket type #1396456
    fseonline
    Participant

    Hi Geoff,

    Okay thank you for the tip!

    Kind regards,

    Mic

    in reply to: Default Event Ticket type #1395533
    fseonline
    Participant

    Hi Geoff,

    Thank you for your reply. Where may I find the ‘1. Setting/forcing a default value for “type” through the functions.php file of your WordPress theme’ if it’s just a code snippet please?

    Kind regards,

    Mic

    in reply to: Default Event Ticket type #1394507
    fseonline
    Participant

    Hi Geoff,

    Sorry, I meant when creating a New Event, that when you add your first ticket the ‘Type’ comes pre-filled with the word ‘Ticket’? Please see attached screenshot:

    Kind regards,

    Mic

    in reply to: Dropdown for both Locations and Event Category #1393503
    fseonline
    Participant

    Got that as well no worries!

    Had to do a quick search in the forums for it in fact.

    Kind regards,

    Mic

    in reply to: Dropdown for both Locations and Event Category #1392619
    fseonline
    Participant

    Hi Jaime,

    I was able to get it working with the keyword search! Yes!

    But may I ask how to Output list of available ‘Event categories’?

    Kind regards,

    Mic

    in reply to: Dropdown for both Locations and Event Category #1392413
    fseonline
    Participant

    Hi Jaime,

    Thank you for your reply.

    I feel like I could instead make use of just the keywords no need for additional fields. But it doesn’t seem to be working properly?

    May I ask if you have a guide on how to ‘feed’ a different search bar with Query Parameters please? I have the Events PRO plugin with me.

    I understand how to make use of a WordPress default search bar and use the plugin’s query parameters, but it doesn’t seem to be working 100%?

    /courses/?tribe-bar-search=ilford&tribe_paged=1&tribe_event_display=list&tribe-bar-search=

    Issue is that there’s another ‘tribe-bar-search’ with a blank value?

    Code of 2nd search bar:

    		<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/courses/' ) ); ?>">
    			<label for="<?php echo $unique_id; ?>">
    				<span class="screen-reader-text"><?php echo _x( 'Search for:', 'label', 'twentyseventeen' ); ?></span>
    			</label>
    			<input type="text" name="tribe-bar-search" id="tribe-bar-search" value="<?php echo get_search_query(); ?>" placeholder="Keyword">
    			<input type="hidden" value="1" name="tribe_paged" />
    			<input type="hidden" value="list" name="tribe_event_display" />
    			<input type="hidden" value="<?php echo get_search_query(); ?>" name="tribe-bar-search" />
    
    			<button type="submit" class="search-submit"><span class="screen-reader-text"><?php echo _x( 'Search', 'submit button', 'twentyseventeen' ); ?></span></button>
    		</form>

    Hope this isn’t custom, as I’m only asking if you have a way for us to communicate to the plugin’s search keywords please?

    Kind regards,

    Mic

    in reply to: Change default new event times #1392137
    fseonline
    Participant

    Thank you Patricia it’s working now!

    Kind regards,

Viewing 9 posts - 1 through 9 (of 9 total)