Disable 'Find out more »' Link in mobile view

Home Forums Calendar Products Events Calendar PRO Disable 'Find out more »' Link in mobile view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1608827
    zericoni
    Participant

    In mobile view, the calendar displays a list view of the selected day, along with a ‘Find out more »’ link. How can I hide this text altogether? Thanks.

    #1609993
    Edward
    Member

    Hey Eric!

    Thanks for reaching out — though we don’t support plugin customization, I’ll get you pointed in the right direction.

    I’d suggest using our Themer’s Guide as a reference to override your template files. You’ll most likely need to target list.php

    You can use a code like this to hide something from mobile view:

    <?php
    if ( wp_is_mobile() ) {
    // Do nothing
    }else{
    // HTML for link here (this would be desktop)
    }
    ?>

    Hope that helps!

    Take care,
    Ed ✌️

    #1627633
    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 ‘Disable 'Find out more »' Link in mobile view’ is closed to new replies.