Forum Replies Created
-
AuthorPosts
-
October 16, 2015 at 4:26 pm in reply to: Events Pro list widget "There are no upcoming events at this time." #1015478
gregoiregarneau
ParticipantHi Nico,
I made anothere test with twenty thirten ans problem still there…
October 15, 2015 at 1:37 pm in reply to: Events Pro list widget "There are no upcoming events at this time." #1015067gregoiregarneau
ParticipantThis reply is private.
gregoiregarneau
ParticipantHi Brian,
I try to use Twenty Thirteen to, and nothing append…
October 9, 2015 at 10:04 am in reply to: Remove detail label and value from single event display #1013220gregoiregarneau
ParticipantThank you ! it’s work perfectly !
Grégoire
gregoiregarneau
ParticipantHi Brian,
I try chanhing setting, but nothing more append…
For Divi, the sidebar is showing everywhere on the site, The sidebar is showing in events page to.
Only not showing in the single event page…Thank’s !
Grégoire
gregoiregarneau
ParticipantHi Brian,
Thank’s for your fast response !My setting are already at Default Page Template
Do you got anothere tip’s for me?Thank you very mutch for your help !
Grégoire
gregoiregarneau
ParticipantHi Casey !
I got the same on all my event… look here : http://neurogymtonik.org/event/2-h-brain-gym-donation-9/Thank’s !
gregoiregarneau
ParticipantHi Barry,
It’s not working, do you have anothere way ?
Thank’s
gregoiregarneau
ParticipantIt’s work ! Thank’s for all !!!
You have a great team !gregoiregarneau
ParticipantThank you Barry ! It’s work wonderfuly !
gregoiregarneau
ParticipantHello Barry,
I am still got to tittle… Is there simple way i can erase the one ine the header ?
Look here : http://neurogymtonik.org/event/brain-gym-101-4/Thank’s
Grégoire
gregoiregarneau
ParticipantWow, you are a genius ! Thank’s it’s work !
gregoiregarneau
ParticipantHi Brook !
First, in WP Admin > Events > Settings, “Display”. the drop down selector was Default Page Template, so it’s change nothing..
I try to made a new own custom theme, but i really don’t khow where is the Single Events template…
A;so, i got a new think append and i really don’t khow for what reason, look here : http:11www.neurogymtonik.org/image-divers/2.png
http://www.neurogymtonik.org/event/2-h-brain-gym-donation-3/I khow, it’s maby a bit outside of your part, but if you can help me, it will be very appreciated !
Thank’s
Grégoire
gregoiregarneau
ParticipantFinely it’s ok in my post… I refresh my theme and it’s ok…
But i still don’t khow for what reason this code was in the function file…/**
* Handler for event_category_link shortcode.
* Usage: [event_category_link slug=”my-category-slug”]
*
* If the slug is invalid or isn’t provided then it will
* return empty.
*
* @param $args
* @return string
*/
function event_category_link_shortcode($args) {
// We need TribeEvents to have loaded and a slug to have been passed in
if (!class_exists(‘TribeEvents’)) return;
if (empty($args) or !isset($args[‘slug’])) return;// Try to load the term, return empty if it can’t be found
$term = get_term_by(‘slug’, $args[‘slug’], TribeEvents::TAXONOMY);
if (!$term || !is_object($term)) return;// Get the link
$url = TribeEvents::instance()->getLink(‘upcoming’, false, $term->term_id);
$link = ‘ ‘ . esc_html($term->name) . ‘ ‘;return $link;
}add_shortcode(‘event_category_link’, ‘event_category_link_shortcode’);
remove_action(‘tribe_events_single_event_after_the_meta’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));
add_action(‘tribe_events_single_event_after_the_content’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));add_action( ‘init’, ‘tribe_events_wootheme_compatibility’ );
function tribe_events_wootheme_compatibility() {
if ( ! is_home() ) {
remove_filter( ‘pre_get_posts’, ‘woo_exclude_categories_homepage’, 10 );
}
}
Have you one ideas ?Thank’s
Grégoire
gregoiregarneau
ParticipantYes, but now, i see a probleme in my post… Look here, all the post is gone but it was in the admin… http://www.neurogymtonik.org/stress-et-developpement-cerebral/
I think this problem is du because i erase the code… -
AuthorPosts
