Marko

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: %2F added on URL end of Recurring events in calendar widget #25569
    Marko
    Participant

    Hi Barry,
    Thanks for your reply.

    I actually have not done anything since my last post, where recurring events work in the future months and not in the current, but now they work for the current and not for the future ones. Something weird is going on there…

    I’ve tried with the pretty permalinks and that solves the problem with the calendar widget, but it creates another problem for me, unrelated to your plugin. I’ve migrated to WP from Drupal and I am using a function which detects the first image in the post and displays it as thumbnail for the old (Drupal) posts, and for some reason that function only works with default permalinks.

    I will keep pretty permalinks for now, and try to fix that function to work with pretty permalinks.

    Thanks!

    in reply to: %2F added on URL end of Recurring events in calendar widget #25419
    Marko
    Participant

    Hi Leah, thanks!

    One more thing…I just noticed that if I change the months in the widget to future ones (Oct, Nov, etc.) the recurring events work but not for the past months or the present.

    in reply to: event cal pro dropping menus #21900
    Marko
    Participant

    Great, thanks!

    in reply to: event cal pro dropping menus #21860
    Marko
    Participant

    Hey Jonah,
    Any thoughts on why the menu is not showing when default permalink structure is used?

    Thanks!

    in reply to: event cal pro dropping menus #21168
    Marko
    Participant

    Hey Jonah,
    I used Bones starter theme (http://themble.com/bones/) to create the one I’m using.

    function bones_theme_support() {
    add_theme_support( 'menus' ); // wp menus
    register_nav_menus( // wp3+ menus
    array(
    'main_nav' => 'The Main Menu', // main nav in header
    'footer_links' => 'Footer Links' // secondary nav in footer
    )
    );
    }
    function bones_main_nav() {
    // display the wp3 menu if available
    wp_nav_menu(
    array(
    'menu' => 'main_nav', /* menu name */
    'theme_location' => 'main_nav', /* where in the theme it's assigned */
    'container_class' => 'menu clearfix', /* container class */
    'fallback_cb' => 'bones_main_nav_fallback' /* menu fallback */
    )
    );
    }
    // this is the fallback for header menu
    function bones_main_nav_fallback() {
    wp_page_menu( 'show_home=Home&menu_class=menu' );
    }
    // in header.php


    I hope that this is what you asked for.
    Thanks.

    in reply to: event cal pro dropping menus #21109
    Marko
    Participant

    Hello,

    Same problem on my site. Main menu disappears on the event grid and list views when default permalink structure is used. When I use pretty permalinks the menu is there, but then I have a different problem unrelated to the Events Calendar Pro plugin. A quick fix for this before the next update would be much appreciated.
    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)