Brian

Forum Replies Created

Viewing 15 posts - 9,451 through 9,465 (of 11,256 total)
  • Author
    Posts
  • in reply to: lost trying to follow the themer’s guide #912870
    Brian
    Member

    Hello,

    Sorry for the confusion on the themer’s guide. It has a lot of information in there. I can help clarify it.

    Usually Pro directories look like this:

    /yourtheme/tribe-events/pro/

    And the regular Events Calendar start with just this:

    /yourtheme/tribe-events/

    Each file that you can move has in the comments where it should go in your theme.

    However, there is a guide for just moving the Ticketing Form here:

    https://theeventscalendar.com/moving-the-ticket-form/

    Let me know if that helps or you have some more questions and I can answer them.

    Thanks

    Note: Moved this topic to the WooCommerce Tickets Forum as it relates more to that then Pro.

    in reply to: Add event categories (as colours) to the calendar widget #912568
    Brian
    Member

    Hello Again!

    I see what you mean about the event only having one category.

    We are just echoing this for the class:

    echo $wp_query->current_post;

    On this template:

    /events-calendar-pro/views/pro/widgets/mini-calendar/single-event.php

    You can modify that template there to find all the categories of the event and put them into the class.

    If you follow our themer’s guide:

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    It will show you how to move that template mentioned above to your theme to safely edit.

    Let me know if you have any follow up questions. However, there is not much more we can provide on a customization.

    Thanks

    Brian
    Member

    Hi Again!

    I can try to point you in the right direction on this customization.

    It is possible to add the city name there.

    If you Follow our Themer’s Guide:

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    It will show you how to move the files over to edit.

    You will want to look at these two files for the changes:

    /the-events-calendar/views/month/single-event.php

    /the-events-calendar/views/month/tooltip.php

    That should get you started and you can take it from here.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: JS file handles #912534
    Brian
    Member

    Hi,

    I can try to help out here. We do not have a list of all the handles, but you can run a function in your site to show the handles on a page. That is what I usually do.

    I found this coding in a search and it worked for me:

    https://wordpress.org/ideas/topic/function-to-display-an-array-of-all-enqueued-scriptsstyles#post-24915

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Hide event fee from event listing page #912523
    Brian
    Member

    Hello,

    I can help you out here. Although we do not have a setting to remove that it can be done with CSS.

    .tribe-events-list .tribe-events-event-cost {
    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

    Brian
    Member

    Ok thanks for the update. Keep me posted and we can go from there.

    Thanks

    in reply to: Events Calendar WIdget Linked To Sub-Domain #912268
    Brian
    Member

    Hello,

    I can try to help you out here, but not sure what you are asking.

    You have two different sites correct?

    One site the Widget is showing in the Footer.

    The sub domain site is another installation of WordPress and another theme, correct?
    In the other it is not showing in the Footer?
    Is there no widget area in this site?
    Is it giving an error?

    Let me know and we can go from there.

    Thanks

    in reply to: Translations not working in PRO #912262
    Brian
    Member

    Hi,

    That is a strange issue. That is the only thing not working in pro is the translation? I would think more would break if that is not working.

    Anyway, it sounds like something is corrupted. Can you deactivate, delete The Events Calendar Pro.

    Then get the latest version from our site here and reactivate it and see if that fixes the issue.

    Also the translation string for Pro is:

    tribe-events-calendar-pro

    Let me know about that and if that does not work we can go from there to test for conflicts.

    Thanks

    in reply to: Multiple Times for Month-long Event #912249
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

    in reply to: Events page: how to filter event category? #912247
    Brian
    Member

    Ok if you have any questions on the Filter Bar Addon please post in the Pre Sales Forums.

    Since marked this answered I am going to close this ticket, but if you have any questions related to this or something new, please create a new ticket for us to help you out 🙂

    in reply to: Events page: how to display sidebar? #912244
    Brian
    Member

    Ok sounds good.

    Since you marked this resolved I am going to close this ticket, but if you have any questions related to this or something new, please create a new ticket for us to help you out 🙂

    in reply to: CSV Import of German vowel mutation / Umlaute #912242
    Brian
    Member

    It happens to us all!

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

    in reply to: Events Passing Too Soon #912238
    Brian
    Member

    Ok great, glad you are a step closer.

    Let us know how it works out.

    Thanks

    in reply to: Issues with Events page #912233
    Brian
    Member

    No sorry I do not have that theme so not sure how it is coded to provide anymore ideas. Other archive pages may look fine it is the setting to display either full content or excerpts that looks to be causing the issue. I do not know where to change that in your theme.

    in reply to: Filter bar toggle collapsed by default? #912230
    Brian
    Member

    Hi,

    I can try to help out with this. This looks like the default behavior of the script so without making changes there. You maybe to add this script to hide the menu.

    jQuery( '.tribe-bar-filters' ).slideToggle( 'fast' );

    You could let it run on everyload or you could find some way to only run it on mobile devices.

    Let me know if you have any follow up questions.

    Thanks

    Note: I also moved this to the Pro Forum as it does not related to the Filter Bar that is another plugin and not this feature.

Viewing 15 posts - 9,451 through 9,465 (of 11,256 total)