Jonah

Forum Replies Created

Viewing 15 posts - 736 through 750 (of 4,001 total)
  • Author
    Posts
  • in reply to: Adding custom fields to Venues #46742
    Jonah
    Participant

    Hi 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?

    in reply to: MonthSeriesRules::getNthDayOfWeek #46740
    Jonah
    Participant

    Hi gregwiley,

    What exactly are you looking to accomplish?

    in reply to: New events (and past events) have wrong URL after update #46739
    Jonah
    Participant

    Hi 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?

    in reply to: Typo fix for event-admin.js in PRO #46737
    Jonah
    Participant

    Thanks for the report anyway gregwiley!

    in reply to: Events Page Title #46684
    Jonah
    Participant

    Hi 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

    in reply to: ical with backlink #46676
    Jonah
    Participant

    Hi 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.

    in reply to: Rearrange single event page #46672
    Jonah
    Participant

    Hi 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.

    in reply to: Venue page template in full width, without sidebar #46669
    Jonah
    Participant

    Hi 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?

    in reply to: Setting up and managing irregularly recurring events #46662
    Jonah
    Participant

    Hi 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

    in reply to: Random Featured event #46661
    Jonah
    Participant

    You’re welcome Paul!

    in reply to: Rearrange single event page #46660
    Jonah
    Participant

    Oh 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,
    – Jonah

    in reply to: Separate page for calendar view #46658
    Jonah
    Participant

    Hi 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?

    in reply to: Random Featured event #46635
    Jonah
    Participant

    Hi Paul,

    Just change line 19 for the post_type to:

    'post_type'=>array(TribeEvents::POSTTYPE),

    That should do it!

    in reply to: Venue page template in full width, without sidebar #46630
    Jonah
    Participant

    Hi Adrian,

    What do you have selected for the Events Template in Events > Settings > Template?

    in reply to: Events Page Title #46628
    Jonah
    Participant

    Hi 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

Viewing 15 posts - 736 through 750 (of 4,001 total)