jpretorious

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Mobile Issue – Calendar View #141830
    jpretorious
    Participant

    Barry,
    Thanks for the quick response!

    Here’s the only snippet of code I found in the functions.php file:

    /*———————————————————————————–*/
    /* Add Events to RSS Feed
    /*———————————————————————————–*/
    function add_events_to_rss_feed( $args ) {
    if ( isset( $args[‘feed’] ) && !isset( $args[‘post_type’] ) )
    $args[‘post_type’] = array(‘post’, ‘tribe_events’);
    return $args;
    }

    add_filter( ‘request’, ‘add_events_to_rss_feed’ );

    I did set up a directory called tribe-events/month and updated the the single-event.php file to pull the featured image in for the month view.

    What do you think?

    Thank You,
    Justine

    in reply to: Mobile Issue – Calendar View #140767
    jpretorious
    Participant

    I created a test site and went through and deactivated plugins and it didn’t change anything with the mobile issue.

    Then I changed out the theme from Inovado to TwentyThirteen. This seemed to work on mobile.

    Since it seems to be a theme issue what should I look into to fix? Inovado is a responsive theme and the website was launched earlier this month and is now live.

    The customer insists on the month view. Is it possible to have the month view default on the desktop version and have the list view for the mobile view?

    Any advice or suggestions is GREATLY appreciated 🙂

    Thank You,
    Justine

    in reply to: Mobile Issue – Calendar View #136749
    jpretorious
    Participant

    That’s what I thought. I will try your suggestion and see what happens.
    Thank You!
    Justine

    in reply to: Month View Issue – Can Not Click To The Events #136397
    jpretorious
    Participant

    Thanks! I will check out the post and start a new thread for mobile.

    Justine

    in reply to: Month View Issue – Can Not Click To The Events #135408
    jpretorious
    Participant

    Astound and Barry,

    I just tried the code above that Astound provided and it did not resolve the issue.
    I have used the following comment to hide the tooltip for now:

    .tribe-events-tooltip {
    display:none !important;
    }
    Thank You,
    Justine

    in reply to: Month View Issue – Can Not Click To The Events #135402
    jpretorious
    Participant

    Astound,

    I will try your solution for the tooltip.

    Barry,

    Yes, it is still an issue if the tooltip is active. I think this should be looked at.
    Do you want me to start a new thread with the the mobile issue? It is an issue and should be looked at as well. I checked on my iPhone 5s and HTC One M8 the calendar tries to do something but it just stays on the main calendar.

    Thank You,
    Justine

    jpretorious
    Participant

    Thanks! I appreciate the response!

    in reply to: Month View Issue – Can Not Click To The Events #134344
    jpretorious
    Participant

    One more thing the calendar events do not work on my iphone 5s. I see the circle on the day of the event touch it but nothing happens. Please help.
    Thank You,
    Justine

    in reply to: Month View Issue – Can Not Click To The Events #134340
    jpretorious
    Participant

    The tooltip was was in the way and you could not click to the link. So, I researched in the forum to remove the tooltip and the link works fine. Here’s the thread I found https://theeventscalendar.com/support/forums/topic/removing-tooltip-on-calendar-grid/
    I would like the tooltip so if you could tell me if there is another way around this that would be great!
    Thank You,
    Justine

    jpretorious
    Participant

    So, I have figured out how to create a registration for an event from the dashboard but I am still having issues with the inventory piece. Here’s what I did to cancel the original ticket:

    WooCommerce > Orders
    Clicked on the order
    Cancelled the order
    Saved the order
    Placed in the trash
    Deleted permanently
    It seems the system cancelled and deleted but it still shows a ticket has been sold. How do I fix the inventory of the tickets?

    jpretorious
    Participant

    I will look into your suggestion. If there is a way to change the ticket to a different event that would be ideal. Is it possible?

    Thank You,
    Justine

    in reply to: Hide Event or Make Private #122675
    jpretorious
    Participant

    Casey,
    It’s me again! Thank your for your input on this question. I went with password protecting the event.

    Justine

    in reply to: Adding Text to the Main Events Page #122671
    jpretorious
    Participant

    Casey,

    Thank you for your quick response! It was helpful! I am sorry it took me so long to let you know.

    Justine

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