- This topic has 9 replies, 2 voices, and was last updated 9 years, 10 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › small calendar linking to events page, not custom links
Hi,
I’ve added custom link to events and in events list it’s working perceftly, but when choosing day in calendar widget it goes to events page where is the custom link, instead of going straight to this link.
Demo site http://pakrisaared.ee/ver3/saartest/ – calendar in left sidebar.
That was in fact by design in the past (since I wasn’t that good in javascript then) and I forgot about it.
But it has now been corrected:
http://plugins.trac.wordpress.org/changeset/1075314
Thank you, Franky, I will replace needed rows in code 🙂
Ok, now is something wrong at line 678:
Parse error: syntax error, unexpected T_VARIABLE in /data01/virt38073/domeenid/www.pakrisaared.ee/htdocs/ver3/wp-content/plugins/events-made-easy/eme_events.php on line 678
Yes, I forgot to commit a typo fix, you need an extra “)” at the end of the new line.
sorry, I know nothing about javascript, what number line exactly this is needed? when I tried it still changed some rows red (in webhosts web-based editor it means something is not right).
Sorry, my comment was wrong (posted too fast, was concerning another change). The line seems to be ok here. Check for possible typo’s …
maybe this screenshot helps, the red rows are probably in conflict: https://www.dropbox.com/s/0ig21c6pn2ojnye/eme.png?dl=0
Well, ok, my initial comment was correct then 🙂
Line 677: add “)” at the end.
great, thanks, now it’s ok 🙂