tribebar search

Home Forums Calendar Products Events Calendar PRO tribebar search

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1534966
    Mark Metz
    Participant

    Hi
    i got this shortcode form the event calendar help area
    function tribe_bar_anywhere_logic() {
    if ( ! class_exists( ‘Tribe__Events__Bar’ ) ) {
    return false;
    }
    wp_enqueue_script( ‘jquery’ );
    Tribe__Events__Template_Factory::asset_package( ‘bootstrap-datepicker’ );
    Tribe__Events__Template_Factory::asset_package( ‘calendar-script’ );
    Tribe__Events__Template_Factory::asset_package( ‘jquery-resize’ );
    Tribe__Events__Template_Factory::asset_package( ‘events-css’ );
    Tribe__Events__Bar::instance()->load_script();
    ob_start();
    tribe_get_template_part( ‘modules/bar’ );

    }
    add_shortcode( ‘tribe_bar_anywhere’, ‘tribe_bar_anywhere_logic’ );

    me facing some problem with css can you help me pls
    i have gird view list events and i want to add search bar top i added on two pages see if i add my events without search area
    its show properly gird view but when i add with shortcode my gird view broken and its show in one line
    check both pages i hope you help me and also this css not effect on main events page and map page searchbar thanks
    With shortcode page http://consciousdancer.com/map/
    WITH out shortcode page http://consciousdancer.com/map2/

    #1535680
    Cliff
    Member

    Hi, Mark. I believe that code came from here:

    https://gist.github.com/cliffordp/04b7bbe6e7d9009aec12acc0b9bd5bdd

    However, your copy/paste looks a bit incomplete from that code so maybe take a fresh copy from there.

    Also, I noticed some console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.) I’d suggest getting all those resolved before trying to troubleshoot this snippet’s output.

    Please let me know how this goes for you.

    #1535789
    Mark Metz
    Participant

    i think you cant understand what i am saying read carefully then reply me i want css issue with your shortcode read pls

    #1536685
    Cliff
    Member

    Mark, I understood your question, but we do not provide customization support nor support to integrate with your theme/layout, per our Scope of Support / Terms.

    The things I suggested were relevant to trying to get your site to operate correctly, even if it wasn’t specific to your request.

    I hope you’re able to figure things out. Let me know if you think I can be of further help within our Scope of Support.

    #1552532
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘tribebar search’ is closed to new replies.