• Resolved servicehh

    (@tynus)


    Hi,
    I’ve searched through this support threads but couldn’t find the answer.

    I’ve implemented the calendar simply by putting in the shortcode [my_calendar] , but somehow when selecting the next month, and clicking on “go” it won’t go there, but will remain on the same page.
    There are new events planned in the following months.

    Any ideas on how to solve this.

    Thanks in advance

    https://www.ads-software.com/plugins/my-calendar/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    The most common reason I’ve seen is use of plugins that redirect any parameterized URLs. Yoast’s SEO plugin has an option to do this, there’s also a plugin called 404 redirection that will do this, and undoubtedly others.

    Thread Starter servicehh

    (@tynus)

    Hi, I did have the “404 Redirected” plugin installed. I’ve removed it now and still it isn’t working.
    Any other ideas? Because I’m really stuck now.

    Thank you

    Thread Starter servicehh

    (@tynus)

    Hi, it was the “404 Redirected” plugin that was causing this. But: it is still not working in the latets google chrome browser version 30.0.1599.101.

    It is working fine in firefox and Safari but not in Chrome.

    Is there a fix for this in the near future? Hope so.

    Thanks

    Plugin Author Joe Dolson

    (@joedolson)

    I can’t reproduce this issue in Chrome latest. If you can send me a link to the page where this issue exists, I may be able to help you further.

    Thread Starter servicehh

    (@tynus)

    Hi,
    Here is the link:
    https://verenigingvestingstad.nl/agenda/

    Thank you

    Plugin Author Joe Dolson

    (@joedolson)

    Well, that page works fine for me in Chrome 30.0.1599.101, so I still can’t reproduce. Do you have any extensions installed that might be interfering? Dry disabling any browser extensions to see if they’re causing problems.

    Mac or PC?

    Thread Starter servicehh

    (@tynus)

    Hi Joe,
    I don’t have any plugins or extensions active or installed in my chrome browser.
    I have cleared my cache totally, restarted Chrome, but still have the same problems.

    But if you are on the same Chrome version and are not experiencing any problems, then it might be my computer or browser that is causing this. But it is puzzling…

    I’m on a Mac, btw.
    Did you check it on a pc or mac?

    Thanks

    Plugin Author Joe Dolson

    (@joedolson)

    Well, I’ve reproduced it now. It’s not actually a problem that the button doesn’t work – it’s something a little weirder than that.

    I’m finding that the button is very hard to activate with a mouse – and that’s probably something being done by the theme or another plug-in. If I use the keyboard, it works just fine.

    Using the mouse, I can only activate the button by clicking, then shifting the mouse cursor over the word ‘Ga’, then releasing. Pretty weird; and only an issue in Chrome. I think it’s a browser bug, actually, but one that would be resolved by over-riding the change in padding that is occurring on that button when it’s clicked. That, I believe, is coming from your theme, but I can’t say that for sure – it’s not coming from My Calendar. However, if you simply add padding to that button in the My Calendar styles, the issue should be resolved:

    .my-calendar-header input { padding: 2px 5px; }

    Thread Starter servicehh

    (@tynus)

    Hi,
    First of all thank your for your fantastic service. I really appreciate it.

    I’ve added this code to the My Calendar Styles, but unfortunately it did not work ??

    It must be a browser bug. I’ve updated chrome today to version: 32.0.1678.0 dev and still have the by you suggested code present in the styles.

    But I still have the same issue.

    Kind regards

    Plugin Author Joe Dolson

    (@joedolson)

    Where did you put the CSS code? I’m not seeing it appear in the styles.

    Thread Starter servicehh

    (@tynus)

    I’ve putten it inside the light.css and the other ones too, via the My Calendar Style Editor.
    Also have placed it inside the main css (style.css) but I don’t see any change.

    Plugin Author Joe Dolson

    (@joedolson)

    Try increasing the specificity:

    #jd-calendar .my-calendar-header input { padding: 2px 5px; }

    Thread Starter servicehh

    (@tynus)

    Hi,
    I’ve placed this code inside the main css template….and this did the job! ??
    It works fine now ??

    Thank you for your help,

    Kind regards

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Next and previous month not working’ is closed to new replies.