return

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1557377
    Shimafuji
    Participant

    I update new lisences pro and tichket plus, then the site arrerted ( down).
    I would like to return / quit licenses back or advice setting it.

    #1558559
    Sky
    Keymaster

    Hi there!

    Thanks for reaching out. I will try to help with your issue.

    From the screenshot you provided, it appears that the error is coming from the WooCommerce Mulitlingual plugin. Here’s the steps I would take to try and fix this:

    * Disable or delete the WooCommerce Multilingual plugin.
    * Make sure that all of your Events Calendar plugins are updated to the latest versions.
    * Update any of your WooCommerce plugins.
    * Try re-enabling/re-installing the WooCommerce Multilingual plugin.

    If the above steps don’t resolve the issue, and the error only shows when the multilingual plugin is activated, you may need to contact the plugin developers for the Multilingual plugin, as we cannot guarantee compatibility with third party plugins or themes.

    Let me know if that helps, or if you have any other questions.

    Thanks,
    Sky

    #1560208
    Shimafuji
    Participant

    Hi, Sky

    thank you for your announcement.
    it’s solved by my programmer.

    Then, I’d like to remove “Free ” button/ announce off.
    Could you help us?

    Masumi

    #1560885
    Sky
    Keymaster

    Hi again!

    I’m glad you were able to solve the first issue.

    To hide the price for events, you could create a custom template and remove the part that outputs the cost. For more information on creating custom templates for the event views, please see our Themer’s Guide.

    Another, simpler option would be to hide the cost field with CSS.

    You could use the following CSS snippet to hide the cost field on both the events page and in single events:

    .tribe-events-cost, .ticket-cost {
    display: none!important;
    }

    If you only want to do this on certain events, you will need to target them additionally with the event id.

    Hope that helps!

    Thanks,
    Sky

    #1577282
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘return’ is closed to new replies.