Brian

Forum Replies Created

Viewing 15 posts - 3,496 through 3,510 (of 11,256 total)
  • Author
    Posts
  • in reply to: Add to Cart button inside of month template view #1013603
    Brian
    Member

    Hi,

    What about using this method outlined here:

    $woo_tickets = Tribe__Events__Tickets__Woo__Main::get_instance();
    $ticket_ids = $woo_tickets->get_tickets_ids( get_the_id() );

    foreach ( $ticket_ids as $ticket_id ) {
    printf( '<h3>%s</h3>', get_the_title( $ticket_id ) );
    }

    I am not sure if get_the_id() works there, but that is just the event id you might be able to directly add it there from a variable.

    Anyway this returns all the ticket ids for an event.

    If it finds an id you could then display the add to cart button by replacing the printf() function.

    Do you think that will work?

    in reply to: My sidebar disappear ! #1013601
    Brian
    Member

    Hi,

    I am not sure what is going on.

    I am not able to troubleshoot theme issues.

    The only thing I can suggest is to try different event templates.

    Or to follow our themer’s guide and to manually add the sidebar to the main event template and fix it up with CSS.

    That is about all I have for 3rd party compatibility like this unfortunately.

    in reply to: Remove detail label and value from single event display #1013599
    Brian
    Member

    Great glad it helps.

    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

    in reply to: Change in site management #1013598
    Brian
    Member

    Hi,

    I visited your site and I am seeing the ticket there.

    The button is showing, but the text is hidden due to some css in your theme.

    I got this css to fix the background color:

    .tribe-events-tickets .woocommerce.add-to-cart button {
    background-color: #00c6ff;
    }

    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

    Hey Darryl,

    Thanks for using our plugins I can help out here.

    Thanks for the screenshare as well.

    By default the Month View Title is actually something like this:

    “Events for October 2015”

    So it appears something else is overwritting the title there and not using the event word filter.

    I noticed you are using the Enfold Theme and they have customizations in there for the Events Calendar.

    I believe this is there coding here. They are usually pretty response and maybe to help better then us, do you think you can contact them.

    Depending on what they say we might be able to help out too.

    Let me know.

    Thanks

    in reply to: Share Customer Template with Community #1013201
    Brian
    Member

    Hi,

    This sounds pretty cool!

    Did you want to share the coding on a service like github?

    We would want to test it out first, but we could then share the coding in a blog post and link to the github repository.

    Let me know.

    Thanks

    Brian
    Member

    Hi,

    I found this css helps with the major issue:

    .single-tribe_events #tribe-events-pg-template {
    max-width: 100%;
    }

    I can maybe help with one or two points more, but not much more then this unfortunately.

    Let me know.

    Thanks

    in reply to: My sidebar disappear ! #1013196
    Brian
    Member

    Hi,

    Can you try changing it to another template?

    What is the Divi Setting for the Sidebar? Does it show across the site?

    Thanks

    in reply to: Featured Image in Header #1013193
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can try to help out here, but I am limited in supporting 3rd party coding.

    The best I can do is provide css to hide the image on the single events in the header.

    I am not sure how else the theme works so do not have anything else to hide it.

    Try out this css:


    .single-tribe_events #top-area {
    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: Calendar Displaying Multiple Categories #1013189
    Brian
    Member

    Hi,

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

    What you are describing is unfortunately, not possible not just with our event categories, but with WordPress Categories without a customization to the coding.

    Using our widgets or shortcode you can display events that are from certain categories:

    https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/

    Otherwise you can try to modify the query for one of those categories to show the other as well.

    That would have to be hard coded in PHP for each category view though.

    I can help get you started on a customization like that, but for the most part unable to provide all the coding for something like that.

    Let me know what you would like to do.

    Thanks

    in reply to: Unable to edit events or pages #1013187
    Brian
    Member

    Hi,

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

    I have not seen any other reports of this, so not sure what is causing this on your install yet.

    You mentioned you disabled other plugins and it still did it, but could you please follow our testing for conflicts guide:

    Testing Conflicts With Themes and Other Plugins

    And see if that can narrow down the cause of this for at least any coding in WordPress.

    Also, do you have any coding in your htaccess file besides the standard coding for permalinks?

    Let me know and we can go from here.

    Thanks

    in reply to: Can I add the month to the date? #1013174
    Brian
    Member

    Yeah he does!

    Glad it helps.

    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

    Brian
    Member

    Ok that is moving it forward.

    I visited a single event and it looked good for the most part.

    What parts are off to you?

    I maybe to help with some css to fix it, but limited in resolving everything.

    Let me know.

    Thanks

    in reply to: Custom Fields – Customer Input #1013142
    Brian
    Member

    Hi,

    Thanks for the interest in WooCommerce Tickets.

    The short answer is not yet.

    We are actively developing it and hope to get it out in the next release or the one after that.

    I do not have an exact timeline for its release.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Can I show normal posts in calendar? #1013137
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins. I can help out.

    It is not possible to do either of those things with our calendar.

    The Calendar and other Event Displays only accept our event custom post type.

    You might be able to do a customization to add a label such as labor day, but we do not have a feature to support that.

    Let me know if you have any follow up questions.

    Thanks

Viewing 15 posts - 3,496 through 3,510 (of 11,256 total)