Venue

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1137690
    Fred
    Participant

    Hi Support.

    #1137691
    Fred
    Participant

    We have only one venue to provide services. So we do not want to show one venue and one location at every ticket and calendar. It would be great to either disable or disappear the venue details.

    Cheers, Fred

    #1138241
    Josh
    Participant

    Hey Fred,

    Thanks for reaching out to us!

    Sure thing! You can definitely remove the Venue (and map elements) from the event details by utilizing our Themer’s Guide and copying the src > views > modules > meta.php file into your theme and deleting a few lines there. Currently, with the latest version of the plugin, you can remove lines #64 – 65 from that template:

    
    tribe_get_template_part( 'modules/meta/venue' );
    tribe_get_template_part( 'modules/meta/map' );
    

    Let me know if this helps.

    Thanks!

     

    #1138484
    Fred
    Participant

    Hi Josh.

    This is very helpful and informative.
    I will let you know once it is implemented.

    Cheers, Fred

    #1138563
    Fred
    Participant

    Hi Josh.

    Could you please kindly let me know more details to follow it up?
    1. Could you please advise the high level of directory of src > views > modules > meta.php?
    2. Could you please also advise the destination directory of the new file? I may think
    /themes/language-school-child/tribe-events/…

    Looking forward to hearing from you soon.

    Cheers, Fred

    #1139641
    Josh
    Participant

    Hey Fred,

    The file can be found at src > views > modules > meta.php within the main “the-events-calendar” plugin folder (wp-content > plugins > the-events-calendar > src > views > modules > meta.php) you can then copy that file to your theme at “/themes/language-school-child/tribe-events/modules/meta.php” and remove the lines there.

    Let me know if this helps.

    Thanks!

    #1140630
    Fred
    Participant

    Thanks Josh for your clear instructions.
    I think I did follow your instructions in making changes, but venue details are still shown

    https://www.primeeducation.com.au/events/category/year-12/

    Thanks, Fred

    #1140992
    Josh
    Participant

    Hey Fred,

    Thanks for following up here!

    The above steps are for removing the venue information from the single view templates.

    For that particular view, list style views, it appears that your theme may already have a custom template utilized there and outputting the information for you. You could check to see if there is a theme setting to change this or you can look in that same tribe-events folder within your theme for a list > single-event.php template override. If so, check the file and you should see a call to the venue details that are outputting on the list templates and delete the code directly there.

    Let me know if this helps.

    Thanks!

     

    #1142769
    Fred
    Participant

    Your request is too technical to me, and I am afraid that I can do it for you…

    #1143178
    Josh
    Participant

    Hey Fred,

    I’m sorry for any confusion there. The files there should be in the same folders where you were looking or applying the previous changes suggested above. Was there a specific step in the previous response that you would like further explanation on?

    Thanks!

    #1151333
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

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