Home › Forums › Calendar Products › Event Aggregator › Find out more not working
- This topic has 5 replies, 2 voices, and was last updated 11 years, 11 months ago by
Barry.
-
AuthorPosts
-
May 27, 2014 at 9:24 pm #182689
billashton
ParticipantOn our event page, the current month (May) is not letting me click on find out more.
If you scroll down, the June events are working.
I’m using facebook importer version 3.5
also using the event calendar version 3.5.1
The page is
http://jerseysbar.com/events/May 28, 2014 at 12:44 pm #184613Barry
MemberThat is odd – sorry you’re hitting this issue.
I wonder if another plugin (or your theme) is adding a script that is preventing clicks on those elements from working. Could you try our regular troubleshooting steps and temporarily deactivate all other plugins and switch to a default, unmodified theme (such as Twenty Thirteen) then check and see if the same issue crops up?
Assuming for the moment everything works as expected under those conditions, try reactivating everything one-at-a-time, testing at each stage to see if the problem has returned – this could help us to isolate any conflicts that might be occurring (of course there may not be a conflict, but it’s well worth running through these steps to determine that).
Let me know how you get on 🙂
May 28, 2014 at 9:37 pm #185598billashton
ParticipantThere is something wrong with my theme, it worked with the default theme. Is there a way to just display all the text instead of having it say read more?
May 29, 2014 at 6:25 am #186637Barry
MemberYess, that’s definitely possible. Please read through the Themer’s Guide first of all for some backgronud on safely overriding templates, but in essence you could find this template:
wp-content/plugins/the-events-calendar/view/list/single-event.php
Then make a copy which should live within your theme:
wp-content/themes/YOUR_THEMES/tribe-events/list/single.event.php
Within that, locate the following line of code:
<?php the_excerpt() ?>Simply change this to:
<?php the_content() ?>Does that help here?
May 29, 2014 at 4:09 pm #188305billashton
ParticipantI actually switched to the full styles template just now, that seems to work fine.
Is there an easy way to get rid of the white around the first 2 events though?If your previous post is easier, I will give that a try first.
Thanks For Helping!!!
May 30, 2014 at 7:28 am #190645Barry
MemberYou can certainly customize things further by adding some CSS – our Themer’s Guide covers the basics of this and is well worth reading. Since this is really a separate question from the initial issue, though, it would be great if you could break it out into a new thread 🙂
Thanks!
-
AuthorPosts
- The topic ‘Find out more not working’ is closed to new replies.
