Forum Replies Created
-
AuthorPosts
-
Christopher
ParticipantI made a child theme named: tribe-events. I put the code in as follows:
<?php
if( wp_is_mobile() ) {
wp_safe_redirect( tribe_get_listview_link() );
}
#—————————————————————–#
# Default theme constants
#—————————————————————–#
define(‘NECTAR_FRAMEWORK_DIRECTORY’, get_template_directory_uri() . ‘/nectar/’);
define(‘NECTAR_THEME_NAME’, ‘salient’);#—————————————————————–#
# Load text domain
#—————————————————————–#add_action(‘after_setup_theme’, ‘lang_setup’);
function lang_setup(){But nothing changed. Did I do something wrong?
January 7, 2015 at 10:12 am in reply to: Display more than one featured image on a specific date in monthly view #929995Christopher
ParticipantI added the code you provided and now two event images are displayed on the same day, but it seems the link is not working to take you to the event page.
Any suggestions?
Also, is there a way to center align the text like we did with the image on the calendar?
http://paintingandvino.com/newsite/locations/category/san-deigo/
January 6, 2015 at 9:14 am in reply to: Display more than one featured image on a specific date in monthly view #929397Christopher
ParticipantHey George,
I was also wondering if there was a way to have the image above the text and be able to add venue name and the time of the event.
I can send you a link to our current calendar system to give you a better idea of what we are looking for.
Thanks,
Chris
January 6, 2015 at 9:12 am in reply to: Display more than one featured image on a specific date in monthly view #929394Christopher
ParticipantHey George,
I have added two events to January 15, 2015
Here’s a link to the calendar: http://paintingandvino.com/newsite/locations/category/san-deigo/
Thanks,
Chris
Christopher
ParticipantWhere would you post the code:
if( wp_is_mobile() ) {
wp_safe_redirect( tribe_get_listview_link() );
}In the event calendar php or wordpress?
Christopher
ParticipantYes. But I want the monthly view to show on bigger screens and only upcoming events view on small screens.
The current responsive show mini monthly view and one event.
December 24, 2014 at 4:09 pm in reply to: Making Featured Image left justified on the single event page. #924889Christopher
ParticipantWould the CSS be similar for the organizer’s page?
Also, what if I wanted to change the name organizer to instructor? How would I go about that?
December 24, 2014 at 3:49 pm in reply to: Display more than one featured image on a specific date in monthly view #924883Christopher
ParticipantThis reply is private.
-
AuthorPosts
