Mini Calendar Links Not Working

Home Forums Calendar Products Events Calendar PRO Mini Calendar Links Not Working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1250355
    Frank
    Participant

    Hi, my mini cal links are not working. I am aware of this problem

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

    but not sure if it is relevant to me. I am creating sidebars using

    function arphabet_widgets_init() {
    	register_sidebars(4, array(
    	'name'=>'side %d',
    	'id'=>'side'	));
    }
    add_action( 'widgets_init', 'arphabet_widgets_init' );

    Many Thanks!

    #1250914
    Hunter
    Moderator

    Hi and welcome,

    If I’m understanding correctly, when you visit WordPress Appearance > Widgets and add The Events Calendar mini calendar widget, the links to individual events displaying in the widget on the front end are not working?

    I’ve I’ve misunderstood your issue, please include exact step-by-step instructions on how to reproduce the behavior and I’d be happy to test.

    I see you checked ‘Yes’ to reverting back to the default WordPress theme and deactivating all plugins other than ours as instructed in the Testing for conflicts guide, but can you please confirm this?

    Regardless, do you mind testing again ensuring WP_DEBUG and WP_DEBUG_LOG are enabled on your site’s wp-config.php file. Any errors will display at the top of your page as you try to reproduce the conflict. I also recommend right-clicking your mouse and opening the ‘Inspect’ tool to see if any errors display in the console. Note what you find and please include it in your reply.

    Thanks and I look forward to getting this issue resolved. Have a pleasant rest of your day! Cheers 🙂

    #1250989
    Frank
    Participant

    Hi Hunter,

    Thanks for your reply. I just realised I had set the number of events to 0 as didn’t want them showing up below. Didn’t realise how the calendar worked, thought it would take user to a day page. So all good now.

    Many thanks!

    #1251257
    Hunter
    Moderator

    Thank you for letting me know the issue has been resolved and please feel free to create a new thread if you have any more questions or comments. Take care!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mini Calendar Links Not Working’ is closed to new replies.