A few pre sales questions

Home Forums Welcome! Pre-Sales Questions A few pre sales questions

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1522685
    Rod
    Guest

    Hi,

    I have the free version of your awesome plugin 🙂 I would like to change the below items, but would like to know if I have to upgrade to the pro version or are these options in the free one?

    1. How do I make the website links, on the events, open in a new tab
    2. I would like to create padding at the bottom of the Events page
    3. How can I change the title in the page banner? It just says “Archive’ (see screenshot link below)

    https://www.awesomescreenshot.com/image/3335785/54b141b512913eeb16694fc1375256cb

    Your help would be much appreciated.

    Rod

    #1522933
    Sky
    Keymaster

    Hi Rod!

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

    1) There is a filter where this can be changed from the functions.php.


    <?php
    add_filter('tribe_get_event_website_link_target', 'my_custom_link_target');
    function my_custom_link_target(){
    return "_blank";
    }
    ?>

    2) To modify things like padding on the templates, you will need to add some custom CSS.

    3) The page title in your screenshot appears to be something generated by your theme. You will need to work with your theme templates or settings to make that change.

    To sum up, none of these things would be addressed by the Pro plugin.

    Hope that helps! Let me know if you have any other questions.

    Thanks,
    Sky

    #1539471
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘A few pre sales questions’ is closed to new replies.