Calendar Widget

Home Forums Calendar Products Events Calendar PRO Calendar Widget

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #216508
    mcomarketing
    Participant

    Hi, the calendar widget does not work. The links of events are inactive.
    In top, the links for months are inactive and only shows the current month. Any help, please?

    #216751
    Casey
    Participant

    mcomarketing,
    Thanks for getting in touch! Could you share a URL with me where I can see this issue and investigate further? Thanks! πŸ™‚

    -Casey-

    #216772
    mcomarketing
    Participant

    yes, here the link with test sidebar…
    http://s511456428.mialojamiento.es/members-public/sidebars/

    the event day has not a link (10 june)

    this link could be redirect here

    http://s511456428.mialojamiento.es/members-public/event/members-day/

    Thank you !

    #216780
    mcomarketing
    Participant

    i have the 3.6.1 version and the gatekeeper Rob wrote:
    “Fixed the query for days with events in the mini calendar widget”

    this is the problem??
    thanks!

    #217744
    Casey
    Participant

    mcomarketing,
    Take a look at @brook’s reply on this thread and let me know if that fixes your problem. Thanks! πŸ™‚

    -Casey-

    #218971
    mcomarketing
    Participant

    hi, i read the post… but it’s too difficult for me.
    I am web developper whith knowledge of PHP, i think this problem is other level.

    Some solution more easy, maybe??

    thanks, Casey

    #220982
    Casey
    Participant

    mcomarketing,
    The issue is that your theme is missing the ‘before_widget’ parameter in it’s sidebar declaration (which is probably located in your theme’s functions.php file). While I wish I could say that the plugin seamlessly integrates with every theme out there, the reality is that custom themes have so many settings/options that it would be nearly impossible for us to account for all of those.

    Since we’re unable to provide support for issues related to third-party themes, I would suggest reaching out to the developer of your theme to see if they can offer some guidance on adding the correct ‘before_widget’ parameter. Thanks and let me know if you have further questions! πŸ™‚

    -Casey-

    #221059
    mcomarketing
    Participant

    well, this is the code of sidebars, i see ‘before_widget! but i not idea the correct parameter…
    the widget is in the Β‘Page sidebar’
    If you can see this… thanks so much!!

    The code————————-

    <?php
    /* ————————————- */
    /* SIDEBAR REGISTRATION */
    /* ————————————- */

    if ( function_exists(‘register_sidebar’)) {

    //DEFAULT SIDEBARS
    register_sidebar(array(
    ‘name’ => ‘Footer Widget Slot 1’,
    ‘id’ => ‘sidebar-1’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘<div class=”clear”></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));
    register_sidebar(array(
    ‘name’ => ‘Footer Widget Slot 2’,
    ‘id’ => ‘sidebar-2’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘<div class=”clear”></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));
    register_sidebar(array(
    ‘name’ => ‘Footer Widget Slot 3’,
    ‘id’ => ‘sidebar-3’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘<div class=”clear”></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));
    register_sidebar(array(
    ‘name’ => ‘Footer Widget Slot 4’,
    ‘id’ => ‘sidebar-4’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘<div class=”clear”></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));
    register_sidebar(array(
    ‘name’ => ‘SubFooter Widget Left’,
    ‘id’ => ‘sidebar-5’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘<div class=”clear”></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));
    register_sidebar(array(
    ‘name’ => ‘SubFooter Widget Right’,
    ‘id’ => ‘sidebar-6’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘<div class=”clear”></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));

    //CUSTOM SIDEBARS
    $sidebars = get_option(“tb_glisseo_theme_sidebar_options”);
    $i = 0;
    $j = 1;
    if (is_array($sidebars) && !empty($sidebars)) {
    foreach($sidebars as $row) {
    if($j%2==0){
    register_sidebar(array(
    ‘name’ => $sidebar,
    ‘id’ => ‘sidebar-‘.$row,
    ‘before_widget’ => ‘<div class=”sidebox”>’,
    ‘after_widget’ => ‘<div class=”clear”></div></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));
    $j = 0;
    }
    else{
    $sidebar = $row;
    }
    $j++;
    }
    }
    }?>

    END CODE—————–

    #223033
    Casey
    Participant

    Try something like this for the ‘CUSTOM SIDEBARS’ section:


    'before_widget' => '<div id="%1$s" class="sidebox widget %2$s">',

    Let me know if that fixes the issue. Thanks! πŸ™‚

    -Casey-

    #228758
    mcomarketing
    Participant

    thanks so much!
    well, now the calendar shows the next and the previos month, but… the link to the event are inactive again…

    remember the url:
    http://s511456428.mialojamiento.es/members-public/sidebars/

    this the event url
    http://s511456428.mialojamiento.es/members-public/event/mens-day-2/

    and, in this detail is possble hide the “details” white frame?

    thanks one more!!

    #229234
    Casey
    Participant

    mcomarketing,
    You’ll want to make sure you have ‘Number of Events to Show’ set to at least 1 in the widget settings (screenshot), in order for those links to preview the day’s events correctly.

    As far as hiding the Event Meta section on the single events page, you should be able to do this by adding the following CSS to your theme’s stylesheet:


    .single-tribe_events .tribe-events-event-meta {
    display:none !important;
    }

    Give that a try and let me know if it does the trick. Thanks! πŸ™‚

    -Casey-

    #229405
    mcomarketing
    Participant

    great!… thanks!
    well, the css code is ok, the details are missing in combat! πŸ™‚

    one more thing… now adding a number of events at the widget, the calendar shows down detail of these event, but in the demo here
    http://wpshindig.com/event-widgets/

    the link at number of day in calendar redirect to the detail page… now in this moment these links are inactive, and for details is necesary make click again to the list below. It would be better a single click on the calendar day.

    Thank you so much for your support and the patience with my very BAD ENGLISH!

    #229416
    Casey
    Participant

    Try setting ‘Number of Events to Show’ to 0 and see if that does it. Thanks! πŸ™‚

    -Casey-

    #229498
    mcomarketing
    Participant

    thanks for your quick response!

    that’s ok!! (finally)

    see the link
    http://s511456428.mialojamiento.es/aloha-news/

    the problem was at settings… display… “Enable event views” select “day”, before, Β‘this are not selected!
    this will help others with the same problem?

    The site are in english, but the detail shows the date in spanish “Todo el dΓ­a” (all the day), i think i can try hide this with css.

    Than you so much for support!
    Greetings from spain!

    #229834
    Casey
    Participant

    Great! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/lo

    Thanks in advance. πŸ™‚

    Cheers,
    Casey

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Calendar Widget’ is closed to new replies.