Brian

Forum Replies Created

Viewing 15 posts - 3,211 through 3,225 (of 11,256 total)
  • Author
    Posts
  • in reply to: Huge Font in month view #1019997
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    I took a look and see what you mean.

    I found this css is overwriting ours:


    .home .entry-title, .entry-title a, .archive .entry-title, .search .entry-title, .page-template-blog-page-php .entry-title {
    font-size: 120% !important;
    line-height: 120% !important;
    margin-bottom: 0;
    }

    And this css:

    .entry-title, .entry-title a, .page-title {
    font-size: 28px !important;
    }

    Removing those important tags might fix the issue and prevent it from overwriting our css.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Get Events where there are tickets available #1019992
    Brian
    Member

    Hi Matt,

    Thanks for using our plugins.

    I can try to help out here, but there is no solution right away to do this.

    There is no field to query by if an event has available tickets or not.

    You could query all the events and then modify the plugin Cliff Created here to only show event information if there is tickets available:

    How do i display how many tickets are left?

    I can try to answer some more questions about it, but limited in providing much support on it from here.

    Thanks

    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

    in reply to: List View: Show date on only the first event of the day #1019987
    Brian
    Member

    We really do not have a function for it.

    You might be able to use some php like this to get the date for each event.


    $startDate = strtotime( get_post_meta( $event_id, '_EventStartDate', True ) );
    $startDate = date( 'Y-m-d', $startDate );

    You could create a global and if the dates match do not display it.

    Once the dates do not match you could then show the date again and update the global variable.

    in reply to: Answer to a problem about displaying recurring events #1019984
    Brian
    Member

    Hi,

    Thanks for sharing.

    This is in reference to this thread:

    Recurring events look different in event list on home page

    in reply to: iPhone and week view #1019983
    Brian
    Member

    Oh Ok, I see what you are trying to do now.

    I am not sure we can help much. The Week View has its own special mobile view and that works.

    The Week View itself is not designed for smaller screens so there might be issues like this and we are not able to solve them as unfortunately it is not a feature.

    I can support the mobile version we ship with the week view, but not this.

    in reply to: Events disappeared #1019980
    Brian
    Member

    Hi,

    What are you settings for here:

    Events > Settings > General Tab > Clean up recurring events after

    If you uncheck that does it stop?

    in reply to: Removing + Google Calendar + iCal Export not working #1019903
    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!

    in reply to: description of the event #1019900
    Brian
    Member

    Closing this as it is a duplicate of this thread and we will help you there shortly:

    http://support.clientbuild.org/events_backwpup_e14457_2015-10-29_09-01-21.zip

    in reply to: Become a hebrew validator #1019806
    Brian
    Member

    Hi,

    Sorry for the late reply here.

    We have fixed the Translation Site and you can now register.

    Let me know what your username is and what plugins you would like to be a validator for.

    Thanks

    in reply to: Adding content to category specific event lists #1019762
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    This is possible, but only through some coding.

    We have this list of conditionals to help target event views and taxonomy views:

    https://gist.github.com/jesseeproductions/903f5ca75877b713c674

    Using those you can display a message per event category.

    I can try to help get you started on that with a basic coding if you like. It would be added to your theme’s functions.php to do this.

    Let me know.

    Thanks

    in reply to: List View: Show date on only the first event of the day #1019759
    Brian
    Member

    Hi,

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

    This is an interesting request, but not something we support out of the box.

    It could be possible with a customization, but for the most part that is beyond the support we can provide.

    We do have the themer’s guide for editing our templates:

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

    I can try to answer a question or two to get started.

    Let me know.

    Thanks

    in reply to: Events disappeared #1019754
    Brian
    Member

    Hi,

    Sorry for the issues here. I can try to help troubleshoot this with you.

    I have not seen this before.

    Are these events in the past or future that are being removed?

    Are these recurring events that are being removed?

    Is there any pattern that you noticed?

    Let me know and we can go from here.

    Thanks

    in reply to: iPhone and week view #1019751
    Brian
    Member

    Hi,

    Thanks for purchasing Pro. I can help out here.

    Have you updated to Pro 3.12.5 that may fix the issue. (released late yesterday)

    Can you please do that first and then we can go from there on this.

    You can download the latest version from your account here on theeventscalendar.com

    and follow these steps for manual updates:

    Manual Updates

    Let me know.

    Thanks

    in reply to: Allow users to subscribe to calendar #1019695
    Brian
    Member

    Please Do.

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 15 posts - 3,211 through 3,225 (of 11,256 total)