Xpert

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Custom Upcoming Event Display #13557
    Xpert
    Member

    Hi Jonah,

    Thank you for your tips. I am using below code to list the events after 7 days. But unfortunately didn’t work.
    Any solutions?.


    $CurrentDate = date('j M Y');
    $week = date('W');
    $Sevendays= date('j M Y', strtotime('7 days'));
    echo $Sevendays;
    $soon = tribe_get_events(array('eventDisplay'=>'upcoming','start_date'>$Sevendays,'posts_per_page'=>50) );
    foreach($soon as $post) : setup_postdata($post);?>

    Thank you.

    in reply to: Custom Upcoming Event Display #13396
    Xpert
    Member


    global $post;
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    $upcoming = tribe_get_events( array('eventDisplay'=>'upcoming', 'eventCat' => 15,'posts_per_page'=>50) );
    foreach($upcoming as $post) : setup_postdata($post)

    in reply to: New Installation – Events Calendar PRO. #13249
    Xpert
    Member

    Thank you Kudish! Its working. one more thing.

    How can i change the slug for event post type “www.sitename.com/?tribe_events=eventname”. Appreciate your Support. Thakn you.

    in reply to: New Installation – Events Calendar PRO. #13172
    Xpert
    Member
    in reply to: New Installation – Events Calendar PRO. #13171
    Xpert
    Member

    I am talking about the mini calendar. Iam calling it like this:

    It has no clickable single day.
    Thanks.

    in reply to: New Installation – Events Calendar PRO. #13109
    Xpert
    Member

    btw, https://gist.github.com/95eeadc2515ada3a41cc is really helpful – Thansk for that.

    in reply to: New Installation – Events Calendar PRO. #13108
    Xpert
    Member

    Thank you Joachim Kudish.
    To get the single days clickable in calendar, what is the custom development i need to do? Please advise. Thanks.

    in reply to: New Installation – Events Calendar PRO. #12822
    Xpert
    Member

    Hi Jonah, Thanks for passing by.

    I want to rename the fields for example : ‘Venue’ to ‘Theater’ like that.
    Also, the sidebar calendar , i want to make single day clickable. I am using PRO. Hope this is clear.

    in reply to: New Installation – Events Calendar PRO. #12777
    Xpert
    Member

    Thank you Rob La Gatta for your reply. I’ve Purchased PRO. I am using it in a Arabic Language Website. So Instead of Hard Coding “wp-content\plugins\the-events-calendar\views\single.php” I want to rename it from the admin. But unfortunately, I didn’t find it in the admin. Please let me know how to access Clickable Calendar and Custom Event Attributes. Thanks Rob.

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