Brian

Forum Replies Created

Viewing 15 posts - 7,186 through 7,200 (of 11,256 total)
  • Author
    Posts
  • in reply to: Next Month Won't Load! #951460
    Brian
    Member

    Hi,

    Sorry for the issues. I can work with you to resolve this.

    I visited your site and see what you mean.

    And thanks for the information about changing themes.

    So… If that did not help it is a good idea to follow the rest of the testing for conflict guide to see if that can find what is causing the error:

    Testing Conflicts With Themes and Other Plugins

    And if that does not help narrow down the issue please setup WordPress Debug to see what errors are showing when you try to recreate the issue a couple times in this file: /wp-content/debug.log

    Let me know what you find out.

    Thanks

    in reply to: Calendar Events Bar #951457
    Brian
    Member

    Hello,

    I can help you out here, but it is not possible to edit a script and put it in your theme out of the box in WordPress.

    You have to first deregister the script using WordPress’s wp_deregister_script:

    https://codex.wordpress.org/Function_Reference/wp_deregister_script

    Then enqueue the edited script using wp_enqueue_script:

    https://codex.wordpress.org/Function_Reference/wp_enqueue_script

    The name of the script as registered with WordPress is:

    tribe-events-bar

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Events Showing On Half Of My Page #951451
    Brian
    Member

    Hi,

    Thanks for using our plugin. I looked at your site and see the issue.

    Looks like it is coming from this plugin:

    all-in-one-schemaorg-rich-snippets

    This css from that plugin causes the issue:

    .ratings {
    float: right;
    margin-right: 10px;
    }

    Try this css to fix it:

    .tribe-events-page-template.ratings {
    float:none;
    margin: 0;
    }

    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: Limit tickets per person per event #951449
    Brian
    Member

    Hello,

    Thanks for the interest in our ticketing plugins.

    We do not have a feature to limit tickets in any way.

    I have had success with this plugin in limiting tickets per order before:

    WooCommerce Advanced Product Quantities

    I am not sure if it can be setup to only allow 2 total or just do 2 per order.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Text colour #951446
    Brian
    Member

    Hi Ben,

    Looks like that text color is being set by your theme’s body class.

    Try out this css to change it to the color you would like:

    .tribe-events-single-event-description {
    color: #fff;
    }

    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: conversion from standard to pro #951441
    Brian
    Member

    Hi,

    Thanks for the interest in Pro.

    When you add Pro to the Events Calendar all your current events and settings remain. All it does is add the new features Pro provides and not modify any of the existing information.

    It is always a good idea to backup your site just in case.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Front Page display of events #951439
    Brian
    Member

    Hi,

    Thanks for using our plugins. We do not have coding to display events on the front page as you describe.

    We have the Mini Calendar Widget and the Event List Widget that can do that but need a widget area to work.

    The mini calendar also has a shortcode to display events by category:

    https://theeventscalendar.com/knowledgebase/inserting-the-calendar-into-a-page-or-post/

    In the next release we will have a shortcode for the Event List as well.

    There is another option that works right now.

    The Event Rocket Plugin is an unofficial plugin maintained by some of our developers that has shortcodes in it to display event lists by categories:

    Event Rocket

    Let me know if that will work for you.

    Thanks

    in reply to: Events Calendar Pro and Caching #951436
    Brian
    Member

    Hi,

    Sorry for the issues you are having. It looks like since we already minify everything for css and js that causes the issue.

    Here is a list of the stylesheets and scripts while loading the main calendar:

    https://gist.github.com/jesseeproductions/a9591d3c329cd9a5ea2d

    I would also recommend using the Query Monitor Plugin you can load that and view the scripts and styles loaded on a page from the Admin Bar:

    Query Monitor – The developer tools panel for WordPress

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Unfortunately, the order process is all on WooCommerce’s side and we do not have much knowledge on all the functions there. We do almost all the work on the product creation side and not this deep in.

    WooCommerce would be a better resource to find out about their plugin.

    in reply to: Past Events in Photo view #951431
    Brian
    Member

    Not sure why the images are not showing for the Past Events in Photo View.

    The markup is different for the Upcoming and Past Events when looking at the source code.

    It looks like you have custom templates for the photo view in your theme and they are set for only future events.

    Not exactly sure how that was done. Are you able to take a look?

    in reply to: Exchange Events Calendar Pro Website #951405
    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: Constantly loading 'next month' #951404
    Brian
    Member

    Your Welcome.

    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

    in reply to: List View – Next and Previous Events Links not working #951403
    Brian
    Member

    I am glad to see you were able to fix this issue.

    Since the issue is resolved 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: Public form to allow community to import Facebook events #951402
    Brian
    Member

    Your Welcome.

    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

    in reply to: Old Events First #951401
    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!

Viewing 15 posts - 7,186 through 7,200 (of 11,256 total)