Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Samantha,
My suggestion would be to use something like http://www.advancedcustomfields.com/ – it’s going to be much easier to setup custom fields for anything that way.
Does that help?
Jonah
ParticipantHi gregwiley,
What exactly are you looking to accomplish?
April 24, 2013 at 9:12 am in reply to: New events (and past events) have wrong URL after update #46739Jonah
ParticipantHi Ken,
This sounds like an issue with your WordPress installation or a plugin or theme conflict. Have you tried deactivating all other plugins and or switching to the default WordPress theme?
Jonah
ParticipantThanks for the report anyway gregwiley!
Jonah
ParticipantHi slwinter,
Unfortunately you’ll need to keep digging or hire someone to help you. We don’t have the resources to be able to help with customizations like this. Sorry I don’t have more to offer.
– Jonah
Jonah
ParticipantHi Alonso,
Sorry for the delay in getting back to you on this. Unfortunately it’s not currently possible to add HTML to the iCal feed description – this is a limitation of iCal. There doesn’t appear to be any way around this.
Jonah
ParticipantHi molitordesigns,
No, I understand what you’r trying to do. By placing that file in an ‘events’ folder in your theme, it allows you to make changes to it that will be safe up update. It allows you to modify it and add whatever custom code you want to events in the event list. Which, this is where you want the button to appear and it will work because then the button will only show in the list and not in the single view page. You can actually also dynamically include the link to the event in the list.php file, thus removing the need to input this manually for each event. Here’s an example. Say your button code looks like this: http://snippi.com/s/z1an2sl
Take that and put it in the list.php copy you made on line 42, but replace the href with this: http://snippi.com/s/d7x5x6f – this uses the tribe_get_event_link() function which automatically gets the link of the event.
Try that and let me know how it goes.
Jonah
ParticipantHi Adrian,
Here’s what you’ll need to do then. This option uses your theme’s page.php template. Open that up and find where the get_sidebar() function is called. This loads your sidebar. Add the following conditional code to detect if you are on a venue page and not load the sidebar:
if(!tribe_is_venue()) {
get_sidebar();
}
Then, you might also need to make some CSS changes to get the layout to be full width…Does that help?
Jonah
ParticipantHi Jaki,
You should see a popup asking you to apply the changes to 1 event or all events. If you aren’t, there may be a JS issue at hand. Try this possible fix. Replace /wp-content/plugins/events-calendar-pro/resources/events-admin.js with this copy: http://cl.ly/code/1v382M03033d
Let me know whether or not that works.
– Jonah
Jonah
ParticipantYou’re welcome Paul!
Jonah
ParticipantOh I get it now. Sure. So what you would want to do is instead of putting the button in the description, put it in the actual list template file and then it will only display on the list and not the single events. To do this, make a copy of /wp-content/plugins/the-events-calendar/views/list.php and place in an ‘events’ folder in your theme. Then open up the file and you can put the button code wherever you want, but if you want it above the description, add it right before line 42 (make a space in the code where you can place your button code).
Then you’ll need to remove the button from all the descriptions and you should be set!
I hope that helps,
– JonahJonah
ParticipantHi Gordon,
I don’t know why it wouldn’t be showing without looking at the code. I need to see your page.php again… Can you please share it again?
Jonah
ParticipantHi Paul,
Just change line 19 for the post_type to:
'post_type'=>array(TribeEvents::POSTTYPE),
That should do it!Jonah
ParticipantHi Adrian,
What do you have selected for the Events Template in Events > Settings > Template?
Jonah
ParticipantHi slwinter, I’m going to move this back to the Pro forum since it doesn’t really apply to the Facebook Events forum…
Regarding the issue, we’ve written up an FAQ that describes some ways you can resolve the title: https://theeventscalendar.com/faqs/the-calendar-page-title-shows-title-of-an-event/
I hope that helps!
– Jonah
-
AuthorPosts
