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.
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
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
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.
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?
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
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; }
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
Where did you put the CSS code? I’m not seeing it appear in the styles.
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.
Try increasing the specificity:
#jd-calendar .my-calendar-header input { padding: 2px 5px; }
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