Carl

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • in reply to: Strange Hover Thing Happening #994426
    Carl
    Participant

    Tracked it down to W3 Total Cache. The HTML minifi settings mess up the plugin. CSS, JS all okay to enable but the HTML but makes things go whaky 🙂

    in reply to: Strange Hover Thing Happening #993102
    Carl
    Participant

    Interesting, as I have the similar plugins here: http://www.agencyclients.com/wcb-new/schedule/2015-08/ and it is working fine. This is our development version.

    in reply to: Event Listing with WPML #973067
    Carl
    Participant

    Thank you very much Barry.

    Will contact WPML

    Regards

    in reply to: Styling single-event.php #964765
    Carl
    Participant

    Thank you very much George for your reply, I took to simple solution of using css to display content as per body class and that is working for me as of now.

    In other question is there a way to completely disable Venue from the plugin ? i do not want venue option to show up while creating an event.

    So is there a simple way or function of disabling venue ?

    Thank you very much

    Regards.

    in reply to: Event Listing #963774
    Carl
    Participant

    Hey Barry thank you very much ! adding wp_reset_query(); to

    <?php endwhile; wp_reset_query();// end of the loop. ?>

    solved my problem.

    thank you once again 🙂

    Regards

    in reply to: Event Listing #963489
    Carl
    Participant

    Hey Barry,

    Thank you very much for your reply. The customisation that i have done basically is more of appearance rather then functionality. Below is the link to default-template.php this file is in tribe-events folder in my child theme

    http://pastebin.com/embed_iframe.php?i=zJiHjANS

    and the other file that i edited was single-event.php this is in my child-theme > tribe-events > list > single-event.php the link to the file in paste bin is below

    http://pastebin.com/embed_iframe.php?i=ajy4TrPG

    The purpose of editing this file is to have my event listed the way i want and i have added some extra class and div so i could style them.

    Thank you very much for your assistance Barry.

    Regards

    in reply to: Event Listing #963162
    Carl
    Participant

    Hey Barry sorry for the late reply, when i disable my custom single-events.php the event still shows as expired but when i disable my custom default-template.php the event expires notification disappears.

    Please advice how can i keep the core functionality of the plugin and maintain my style.

    Please let me know if you would like to have a login access i can provide you with the site access.

    Regards

    in reply to: Custom Icon for Events Category #962029
    Carl
    Participant

    Hey Brian,

    Really appreciate you taking out time to reply :).

    The value i am getting from is

    $terms = get_the_terms($id, ‘tribe_events_cat’);
    $term_id = $term -> term_id;

    The above code returns the term id of the post type registered with normal wordpress codex procedure.

    but some how it does not return us the id of the tribe events category, as we presume it is a custom taxonomy of Event Post Type.

    Is there a better solution to get id of single category term of Tribe Events in order to assign a custom icon.

    Regards

    in reply to: Early Purchase discount #958803
    Carl
    Participant

    Sorry regarding the previous question can we also set a discount on quantity purchase ? like if a buyer buy more then “X” number of tickets gets this “X” amount of discount and if the buyer buys the ticket before certain period of time gets a discount ?

    Thank you very much

    in reply to: Organiser Details #958798
    Carl
    Participant

    Hey Brook Thank you very much for your reply.

    I would like to completely hide the dropdown to existing organiser so everytime they have to enter the organiser and the admin can filter it later on. The reason is we do not want a user creating an event on behalf of the organiser knowledge

    thank you

    in reply to: Additional table to Attendees #957222
    Carl
    Participant

    Thank you very much George the code works perfectly, now i get the phone number below the email like the screenshot you have sent, now how do i get the information to populate when i email the table to the organiser or export the table ? when i email or export i get the email but not the phone number.

    Thank you very much

    Regards,

    in reply to: Share events report #956580
    Carl
    Participant

    Thank you very much George for the reply, its sad that we can not send a report to the organiser without making them an admin. Hope the team will consider adding as a future update.

    Thank you once again.

    Regards

    in reply to: Share events report #955935
    Carl
    Participant

    Hello George,

    By “Export Event Report” I meant, we are using community events for our members to submit events and community events is a great plugin by you guys which allows members to submit an event without having to login to wordpress backend. Now when a user submit an event and wants to track the report on how many people purchase the ticket and the general things, without login in to wordpress admin panel. hope i am much clearer now.

    Regards

    in reply to: Map Zoom Level #953618
    Carl
    Participant

    Thank you very much Brian,

    this solved my problem thank you very much 🙂

    Regards

    in reply to: Add Events save organiser email #951766
    Carl
    Participant

    Thank you very much Geoff, yes in my functions.php there was this piece of code which was causing the trouble

    if ( empty( $_POST[‘organizer’][‘Email’] ) )
    $fields[] = ‘Organizer Email’;

    I have commented off now the events submission is working perfectly on choosing current organiser.

    Thank you very much for your patients 🙂

Viewing 15 posts - 1 through 15 (of 24 total)