Brian

Forum Replies Created

Viewing 15 posts - 5,716 through 5,730 (of 11,256 total)
  • Author
    Posts
  • Brian
    Member

    Hi,

    Thanks for using our plugins. I can try to help out here.

    You look like you have gotten pretty far already, which is good to see.

    So this function: tribe_events_list_the_date_headers()

    Is always returning the Month and Year because it only checks the main query if the month has changed.

    You can find that function on this file:

    the-events-calendar\public\template-tags\loop.php

    To use it as you are using you most likely would have to use that as a base and create a similar function, but instead of the query check you could use a global variable. Using that global you could check each time if the title is the same as the last time it was used and if the same do nothing. If it changed you could then echo the title.

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hi,

    Thanks for purchasing Pro and glad you like it.

    If you use a text field you can add link markup like this:

    Link Text

    Saving that in the additional field showed as a link for me on the front end.

    Does that work for you?

    in reply to: New Version Question #968462
    Brian
    Member

    Hi,

    Sorry to inform you, but it appears that the fix we have for this got lost in the refactor and did not make it into the release.

    I do have a file you can use to replace the coding and that will resolve the issue and then the fix will be in the next major release after 3.10 at the very latest.

    Sorry again for the delay.

    Let me know if you would like that file to replace the coding causing this.

    in reply to: How can I add the events calendar to the menu #968461
    Brian
    Member

    Oh my bad I got my threads mixed up.

    To add the main event views to your menu would be to use the WordPress Menu editor if your theme supports it and add a direct link.

    So something like

    yoursite.com/events/

    Sorry again for the mixup.

    in reply to: Upgrade to 3.10 version #968460
    Brian
    Member

    No worries.

    in reply to: Event Map not working when logged out #968451
    Brian
    Member

    Ok, let us know what you find out.

    Also, going through out Testing for Conflicts Guide may help find out the source of the issue too:

    Testing Conflicts With Themes and Other Plugins

    Thanks

    in reply to: Header in events page #968449
    Brian
    Member

    Hi,

    Thanks for trying out The Events Calendar.

    The Event Views are archives in WordPress and not pages.

    We do have this guide to modifying any of our event templates:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    You can also try changing the default template and sometimes that helps:

    Head to this page:

    Events > Settings > Display Tab

    Then change this setting:

    Events Template to Default Page Template

    Let me know if you have any follow up questions.

    Thanks

    in reply to: How can I add the events calendar to the menu #968448
    Brian
    Member

    Hi,

    Thanks for using the Events Calendar.

    Here on the pre-sales forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.

    The Events Calendar

    Thanks again!

    Brian
    Member

    Hi,

    Thanks for using our plugins. I can try to help out here.

    The issue you are having is the Photo View uses a masonry script to align all the events and it cannot and does not take into account event date, but only size of the event container. This view is designed for looks first and event order second. If you did it in reverse it could leave huge gaps in the rows and would look strange.

    However, we maybe to come up with something to help here.

    I do not think it is a good idea to force a min-height as that would mess up the event containers on smaller screens.

    This css may help though remove the recurring info:

    .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-events-event-meta .recurringinfo {
    display: none;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    in reply to: FB Events add-on #968442
    Brian
    Member

    Hi,

    Thanks for the interest in our Facebook Add On.

    Yes it does work with the the core version of the Events Calendar found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/

    You do not need to buy Pro to use it.

    Thanks

    in reply to: Upgrade to 3.10 version #968426
    Brian
    Member

    Hi,

    3.10 has not been released yet so it is not available to update.

    Thanks

    in reply to: Notice: Undefined variable: tribe in… #968419
    Brian
    Member

    Your Welcome.

    I am going to close out this thread, but if you see the issue in 3.10 please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Get permalink is not working fine #968411
    Brian
    Member

    Ok Thanks.

    I tested out on my site and was not able to reproduce the error.

    After you edit the recurring event title, what is the link for the View Event?

    Can you right click and copy the link.

    It should look something like this:

    http://yoursite.com/?post_type=tribe_events&p=228

    Let me know.

    Thanks

    Brian
    Member

    So is that coding working for you?

    That might be the only way to get the Event Views to show the titles.

    The Event Views are archives in WordPress and that is usually where the compatibility issues come from as everyone is usually just dealing with pages.

    in reply to: Countdown Widget #968405
    Brian
    Member

    Hi,

    We have the themer’s guide for making edits to any of our templates:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    And we have our Knowledge Base for articles:

    Home

    That is what we provide for helping with customizations.

    Thanks

Viewing 15 posts - 5,716 through 5,730 (of 11,256 total)