Forum Replies Created
-
AuthorPosts
-
jpretorious
ParticipantBarry,
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,
Justinejpretorious
ParticipantI 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,
Justinejpretorious
ParticipantThat’s what I thought. I will try your suggestion and see what happens.
Thank You!
Justinejpretorious
ParticipantThanks! I will check out the post and start a new thread for mobile.
Justine
jpretorious
ParticipantAstound 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,
Justinejpretorious
ParticipantAstound,
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,
JustineApril 17, 2014 at 10:07 am in reply to: WooCommerce Tickte – Customer Wants To Change Events After Registration #135398jpretorious
ParticipantThanks! I appreciate the response!
jpretorious
ParticipantOne 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,
Justinejpretorious
ParticipantThe 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,
JustineApril 16, 2014 at 10:20 am in reply to: WooCommerce Tickte – Customer Wants To Change Events After Registration #134032jpretorious
ParticipantSo, 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?April 9, 2014 at 9:29 pm in reply to: WooCommerce Tickte – Customer Wants To Change Events After Registration #130458jpretorious
ParticipantI 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,
Justinejpretorious
ParticipantCasey,
It’s me again! Thank your for your input on this question. I went with password protecting the event.Justine
jpretorious
ParticipantCasey,
Thank you for your quick response! It was helpful! I am sorry it took me so long to let you know.
Justine
-
AuthorPosts
