Home › Forums › Calendar Products › Events Calendar PRO › Calendar on home page and another different page with calendar on it
- This topic has 4 replies, 2 voices, and was last updated 11 years, 3 months ago by
Barry.
-
AuthorPosts
-
December 22, 2014 at 8:54 am #923786
stephenmiles
ParticipantI am developing a website that has a list of events on it. Which the event calendar plugin is great for it but I am having problems getting it to do exactly what I would like it to do.
Can you example how I have the calendar page, with filters, as the home page. I would also like another page with the list of events without a filters. How can i do this?
December 22, 2014 at 2:54 pm #923980Barry
MemberHi there Stephen,
The first thing I’d like to highlight just in case you haven’t seen it is our Themer’s Guide which covers a lot of the basics in terms of customizing the plugin and does a good job in laying the groundwork for more advanced tweaks.
Can you example how I have the calendar page, with filters, as the home page.
I’m afraid that right now placing the main events page on the home page of your blog is not supported out of the box – so it’s something you’d need to take forward via some custom development work or by using a suitable third party plugin.
I would also like another page with the list of events without a filters.
It doesn’t look like you have purchased Filter Bar so I’d just like to clarify what you mean here: on this other page do you want a regular events view (which one?) but without the grey bar at the top which allows them to specify the date and any search terms, and so on?
December 22, 2014 at 5:15 pm #924014stephenmiles
ParticipantThank you for the response
As for filters I mean the search boxes as on the demo page.
December 23, 2014 at 7:40 am #924231Barry
MemberOK – well one pretty easy way to remove those is to override the modules/bar.php template (complete steps for setting up template overrides – which is a safe way of customizing things – can be found in our Themer’s Guide).
This particular template is responsible for displaying the “Tribe Bar” which is the set of search filters I think you are describing. All you would need to do, then, to make these appear on some pages but not others is add an appropriate conditional statement near the top of your custom version, something like:
if ( ! is_home() ) return;Of course the above may not be a perfect fit for your needs but it gives the basic idea: you can find out more about forming these kinds of conditional statements by reading through the WordPress Codex.
I don’t think there’s too much more we can do to assist on this one, but if you have any further questions about other topics please don’t hesitate to create a new thread and one of the team will be only too happy to help.
Thanks – and good luck 🙂
January 6, 2015 at 7:54 am #929311Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
-
AuthorPosts
- The topic ‘Calendar on home page and another different page with calendar on it’ is closed to new replies.
