Viewing 13 replies - 1 through 13 (of 13 total)
  • kevegard

    (@kevegard)

    I think it is good to start a theme/plugin conflict search.

    Thread Starter boka110

    (@boka110)

    I’ve been looking for one, but so far nothing. That’s why I need more experienced peoples opinion. I am guessing its responsive layout conflict.

    kevegard

    (@kevegard)

    Yes it is seems to be a conflict with your theme.

    Try to give this code to your style.css (or better to give it to custom css)

    .timely .select-menu {
    display: none;
    }

    (it is just a posssible quick fix for the “symptoms”

    Thread Starter boka110

    (@boka110)

    Thanks very much for feedback but it didn’t help.

    kevegard

    (@kevegard)

    I have just inspected your page, used this code below and it worked:

    .timely .select-menu, .select-menu-catnav{
    display: none;
    }

    Try to make a child theme to your calendar, and put this code into override.css…

    (but in my browser your page looks fine without additional hack)

    Thread Starter boka110

    (@boka110)

    I have failed to create child theme, never done this before. If you could help I would appreciate a lot.

    Thanks very much

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter boka110

    (@boka110)

    Thanks very much. I did the child theme added the code but the Navigate to buttons still appear.

    Either I did something wrong or it didnt help.

    In wp-content/themes-ai1ec/vortex-child/style.css

    /**
    *Theme Name: vortex-child
    *Theme URI: https://www.iwa-prague.com
    *Description: International Women’s Association of Prague
    *Author: boka110
    *Author URI: https://www.nickbolkvadze.com
    *Template: vortex
    */

    @import url(“../vortex/style.css”);

    .timely .select-menu, .select-menu-catnav{
    display: none;
    }

    https://www.iwa-prague.com/wp-content/uploads/2013/03/Screen-Shot-2013-03-01-at-8.35.02-PM.png

    kevegard

    (@kevegard)

    Unfortunetly time.ly calendar has a different procedure to create a child theme.

    https://help.time.ly/customer/portal/articles/944421

    Now do this:
    Create a folder inside vortex-child folder called css.

    vortex-child/css

    Create a css file in the css folder called override.css

    vortex-child/css/override.css

    copy the code into override.css

    First try this

    .timely .select-menu {
    display: none;
    }

    Then go to calendar options page and push save settings button

    Thread Starter boka110

    (@boka110)

    Didn’t work :/ I guess I am doing something wrong. When you tried did it remove Navigate to dropdown menues?

    kevegard

    (@kevegard)

    Just make sure:
    1. Have you created your calendar child theme as it was written in time.ly doc? (not any @import part is necessary in style.css)

    2. Have you set you calendar theme to your new child theme?

    3. Have you saved options on calendar Theme options page? (sorry it was my mistake, not calendar settings page as I wrote in previous posts, but theme options page.)

    Thread Starter boka110

    (@boka110)

    It worked! Thanks so much, I really appreciate your help.

    kevegard

    (@kevegard)

    I see ??

    but again : it is just a quick fix, if it works, good.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Navigate to… appearing on Calendar Menu’ is closed to new replies.