Graphic layout issues

Home Forums Calendar Products Events Calendar PRO Graphic layout issues

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #992810
    Josh
    Participant

    Our list view shows this under each event:

    … More: Find out more »

    There are two links pointing to the same page. How do we edit this so there is only one link? BTW this is a 2010 based template.

    Also, our events are showing “FREE” when no price has been entered.

    Lastly, how can we set events to automatically have the “show Google map” option checked every time we add a new event?

    #992917
    Geoff
    Member

    Hi Josh and welcome to the forums! I hope you’ve been enjoying the PRO and Community Events plugins so far. 🙂

    Good questions–let’s try to tackle them one at a time…

    … More: Find out more »

    This looks to be the result of conflict with your theme. No worries, though, it can be removed by adding this to your stylesheet:

    #tribe-events .read-more {
    display: none !important;
    }

    Also, our events are showing “FREE” when no price has been entered.

    I see you removed the cost field altogether. You could likely add it back into the template and wrap it in a conditional that only displays the cost if the cost is greater than zero. For example:

    <?php if ( tribe_get_cost() > 0 ) {
    echo tribe_get_cost()
    ?>

    Lastly, how can we set events to automatically have the “show Google map” option checked every time we add a new event?

    I believe this is checked by default as long as the “Enable Google Maps” option is selected in Events > Settings under the Map Settings section (at least it is for me after testing). Make sure that option is enabled and we can see from there.

    Cheers!
    Geoff

    #992919
    Josh
    Participant

    Also can I disable the export/download functionality for multiple events in all pages?

    #992926
    Josh
    Participant

    We do not want to separate community events and admin created events. Is there an easy way to do this?

    #993104
    Geoff
    Member

    Hi Josh, thanks for following up!

    I’d be happy to help you here! But will you please open new threads for each question? Fielding multiple questions that span different topics in the same thread makes it tough to provide clear answers and we find that focusing on one question per thread is the most efficient and quickest way to get answers to everything.

    That said, let’s try to take these last two:

    Also can I disable the export/download functionality for multiple events in all pages?

    Yes, here’s an article from our Knowledgebase that provides a snippet to do that.

    We do not want to separate community events and admin created events. Is there an easy way to do this?

    All events are stores together in the WordPress admin area, regardless of who created them. You can see all your published, drafted and deleted events by heading to Events > All Events from the WordPress dashboard.

    Thanks again for getting in touch! I’ll go ahead and close this thread since it seems we’ve covered the original question from the first thread. Please feel free to hit us up with a new thread if you have another question and we’d be happy to help you there. 🙂

    Cheers!
    Geoff

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