Brian

Forum Replies Created

Viewing 15 posts - 10,906 through 10,920 (of 11,256 total)
  • Author
    Posts
  • in reply to: Hide checkboxes in dropdown #739758
    Brian
    Member

    I am not seeing errors on my site using it or on your site. On my site everything is working correctly.

    Does the searching work without the coding or is stuck too?

    Was the search working before?

    Can you turn off the ‘custom style script’ plugin too and check the search to make sure that is not in conflict.

    If it is stuck only with the coding there is not much else I can do to it.

    Let me know what you find out.

    in reply to: Facebook import "is not a valid image" Error #739745
    Brian
    Member

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

    Thanks!

    in reply to: Delete featured image on the each event template page #739739
    Brian
    Member

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

    Thanks!

    in reply to: 404 when switching to map view #739737
    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!

    Brian
    Member

    Hello Jordi,

    I can help you out with this.

    The Week Of Filter calendar normally does change to the day of the week set in WordPress.

    I could not find a filter that changes that, but I did find the script.

    In this file:

    \events-calendar-pro\resources\tribe-events-week.js

    That is what is building the calender.

    It looks for information in this line:

    <!-- Calendar Header -->
    <div id="tribe-events-header" data-title="Events for week of September 7, 2014 12:00am | The Events Calendar Sandbox" data-view="week" data-startofweek="0" data-baseurl="http://events.jesseeproductions.com/events/week/" data-date="2014-09-07">

    However, I did not see that in your template you are working on.

    This is usually the line that creates those attributes:

    <div id="tribe-events-header" <?php tribe_events_the_header_attributes() ?>></div>

    See if you can add that into your template and it fixes the calendar.

    Let me know if that works or you would like some more information.

    Thanks

    Brian
    Member

    Great, glad it went away, we are actively testing in WooCommerce 2.2 and so far there are no obvious bugs, but if think you have something please create a new ticket as I am going to close this one.

    Thanks!

    in reply to: Woocommerce 2.2 #738606
    Brian
    Member

    Hello wineschool,

    Many of us here at Tribe have updated to WooCommerce 2.2 and so far we have not seen any major bugs.

    restoreoregon who also posted here created a new ticket and said the initial issue has gone away.

    If you are hesitant about updating we are working on a new release by the end of the month(if it goes to plan) that will be tested with WooCommerce 2.2 and at that time you could update both plugins just to play it safe.

    Does that help?

    Thanks restoreoregon for creating another ticket with your issue.

    in reply to: Calendar Tooltip is not showing on hover in 3.7. #738592
    Brian
    Member

    Hello,

    Thanks for providing a link and letting me know about changing themes.

    I took a look at your site and found a javascript console error.

    I believe this is what is causing the tooltips to not work.

    Here is the error message:
    Javascript TypeError: href is undefined

    Coming from this file http://eye-clinic-wp.axionmediadev.com/wp-content/themes/eyeclinic/js/main.js on line 230

    Either you can remove that function from the script, modify it yourself to get it to work, or contact the theme developer and see if they have a fix for that error.

    Once that error is gone the tooltips should work.

    Please let me know if that does not help you or you would like some more information.

    Thanks

    in reply to: Event description displaying twice #738081
    Brian
    Member

    It worked as in the Event did not display a double description. Still could have been edited the formatting a bit and the main Events Calendar did not work still only the single events.

    Let me know when you would like some more help and reply to this ticket, if it gets closed in the meantime, please create a new ticket and reference this one.

    Thanks

    in reply to: Sync with Eventbrite – What do I need? #738065
    Brian
    Member

    Hi Darren,

    I can help you out with your question.

    Thanks for using our plugin and the compliment too.

    If you are just looking to take events from Eventbrite to your site all you will need is the Eventbrite Add On.

    If you would like any of the features found in Events Calendar Pro then you would need to buy that one to get those features.

    Each one is independent of the other so you do not have to buy both.

    Does that help?

    in reply to: Delete featured image on the each event template page #738053
    Brian
    Member

    Hi unaimonreal,

    I can help you out with this.

    Please follow our Themer’s guide to move the template to your theme so you can safely modify it there.

    You will want to move and edit the single-event.php found in the views directory.

    Then look for this line to comment out or remove:

    <?php echo tribe_event_featured_image($event_id, 'full', false); ?>

    Let me know if that is what you are looking for.

    Thanks

    in reply to: How to remove 'free' word for tickets on event page #738045
    Brian
    Member

    Hello,

    I can help you out with this.

    I find if I remove the 0 from Regular Price ($) that is removes the word Free.

    I noticed some events such as this one do not have the word free in there, so maybe some are done that way already?

    http://events.vincoglobal.com/event/alyssa-reinoso-marketing-associate-crowdonomic-crowdsourcing-crowdfunding/

    To remove it from an existing event go to the Event Edit Page.

    Find the Event Ticket you would like to remove free, hover over it and click the link “Edit in WooCommerce” (it did not remove it for me when I edited the ticket in the event edit page)

    Then remove the 0 from the Regular Price ($).

    Let me know if that works for you.

    Thanks

    in reply to: Community Events – Publish Status Defaults to Draft #738027
    Brian
    Member

    Hello brandonlemley,

    I can help you out with the Community Events and them not saving correctly when submitted.

    We are working on a fix for the next release that should be out by the end of September, but I do not have anything to give you for a hotfix beyond the fixes already out there.

    You mentioned that you did not get any of the temporary fixes to work. Were these the two you tried:

    https://tri.be/support/forums/topic/new-registered-users-events-show-up-as-draft/

    https://tri.be/support/forums/topic/submitted-events-ends-up-as-draft/ – Solution is in Casey D’s post.

    Also can you let me know what the setting is for “Default status for submitted events” on:

    Navigate to Events > Settings > Community Tab

    Please let me know about those two questions and we can go from there.

    Thanks

    in reply to: Facebook import "is not a valid image" Error #737980
    Brian
    Member

    Hi Chris,

    Sorry for the issues with the Facebook Image Importing. Yes it is an issue with the link not ending in jpg.

    I do have a fix for it you can add to your theme’s function.php file.

    Check out this topic out and add the coding in the reply from Barry on August 19th 2014:

    Facebook events doesn’t import event photo

    We are working to add this into a future release of the Facebook Add On, but this should fix it for now.

    Let me know if that works for you.

    Thanks

    in reply to: All day event is showing cut off time in list view (12:00am) #737961
    Brian
    Member

    Hello,

    The date and time format have been changed in the later versions, which looks liked to have fixed the issue and unfortunately, there is not much support I can give for it on an older version. So I would encourage you to upgrade to 3.7.

    We have found it to be a very stable release with only minor issues.

    If you have an issue with 3.7 when upgrading we can certainly help you resolve that.

    If you would like to stay with the version you are using you could try moving the list view template to your theme and modifying the function so that it does not show the time.

    Thanks

     

Viewing 15 posts - 10,906 through 10,920 (of 11,256 total)