• Resolved ollidenia

    (@ollidenia)


    Hello,

    Unfortunately the navigation (prev/next) between the months is not visible, even though everything is correctly configurated. I am working with Elementor Pro and the Alloggio Theme.
    How can I fix the issue?
    Thanks a lot in advance! Best regards.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author offshorewebmaster

    (@offshorewebmaster)

    1) From admin settings – you have to change the “Number of months to display” as 12, then only it will display the navigation buttons

    2) Also this css need to removed:

    .owac-prev:hover, .owac-prev:focus, .owac-prev:active, .owac-prev:visited, .owac-prev:focus-within, .owac-next:hover, .owac-next:focus, .owac-next:active, .owac-next:visited, .owac-next:focus-within {
    position: absolute;
    top: 0px !important;
    border: none;
    }

    Thread Starter ollidenia

    (@ollidenia)

    Hi, thanks a lot. I really appreciate your help.
    The navigations buttons are now visible, but something strange is happening. Both arrows are vertically centered but on hover the one in question (e g. “next”) is flickering and when you click it, it jumps to the top and the navigation works. The other arrow (“prev”) stays centered. If you hover this one, it starts flickering and when you click it, it repeats the behavior as described before. The “next”buuton then jumps back to its original start position. Why is that and how can it be fixed?
    https://trullo-puglia.com/dev-trullo/verfugbarkeit/
    Thanks again.
    Cheers, Oliver.

    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @ollidenia

    It seems you didn’t removed the CSS I mentioned in the point 2

    Thread Starter ollidenia

    (@ollidenia)

    Hi, thanks for the reply. But I did insert the CSS from point 2, so I guess the issue is somewhere else. Any idea?

    Thanks, Oliver.

    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @ollidenia

    Sorry, i didnot understand your reply, when we checking your site, we can see the css I pointed is inserted somewhere, if you removed that additional css, then it will work.

    Thread Starter ollidenia

    (@ollidenia)

    Sorry, I didn′t express myself clearly. But I think I have found the answer to the “jumping/flickering” of the arrows.

    .owac-prev and .owac-next had other “top” values and the :hover status. I have put both to 50% and the problem seems to besolved. GREAT

    .owac-prev:hover, .owac-prev:focus, .owac-prev:active, .owac-prev:visited, .owac-prev:focus-within, .owac-next:hover, .owac-next:focus, .owac-next:active, .owac-next:visited, .owac-next:focus-within {
    position: absolute;
    top: 50% !important;
    border: none;
    }

    .owac-prev, .owac-next {
    top: 50%;
    }

    Du you think that is a good solution?

    Thanks.

    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @ollidenia

    If you are trying to get the navigation at top of the calendar, then that css seems ok.

    Thread Starter ollidenia

    (@ollidenia)

    Hello,

    Once again thanks for your fantastic support.

    I have one more question.

    The German month M?RZ (March) is written with the mutated vowel “?”, but I only see a question mark instead (M?RZ). How can I fix that?

    https://trullo-puglia.com/dev-trullo/verfugbarkeit/

    Thanks again.

    Kind regards, Oliver.

    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @ollidenia

    Please update the latest version of plugin – it will get solved.

    Thread Starter ollidenia

    (@ollidenia)

    Thanks a lot. Problem solved! ??
    Is there a way to translate the calendar data (weekdays, month) into Italian?
    Thanks again. Kind regards.

    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @ollidenia

    New release updated – once updated please change language from admin side

    Thread Starter ollidenia

    (@ollidenia)

    Once again, thank you very mucho. That is of big help, but I am afraid, that I have have another question. As the website will be multilingual, I would need to know how to incorporate the three different languages (German, English, Italian) into its respective sites. I have WPML installed.
    Have a nice weekend!
    Thanks, Oliver.

    Thread Starter ollidenia

    (@ollidenia)

    Hello, I was hoping to receive feedback on my question from last week. Could you please help. That would be much appreciated.
    Thanks a lot. Oliver.

    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @ollidenia

    Unfortunately this plugin not support WPML plugin, it needed customization for that.

    Thread Starter ollidenia

    (@ollidenia)

    That bad news for me. Could you reveal how the “needed customization” would look like? How much would cost?
    Thanks!

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Slider (next/prev) navigation’ is closed to new replies.