Sidebar Widget

Home Forums Calendar Products Events Calendar PRO Sidebar Widget

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #21915
    carter
    Participant

    On my sidebar “Events Widget” I am trying to remove the words of “View All Events.” I have tried editing the, “events-list-widget.class.php” file and removing the line of:
    “/* Display link to all events
    echo ‘‘ . __(‘View All Events’, $this->pluginDomain ) . ‘‘;
    }
    else {
    _e(‘There are no upcoming events at this time.’, $this->pluginDomain);*/
    }

    /* After widget (defined by themes). */”

    However, the line of “View All Events” is still on my widget sidebar. So, I am not sure if I am editing the correct file or not?

    Here is a link to the site where I am trying to edit this: http://cartertilman.com/rac-admin/

    #21917
    Andy Fragen
    Moderator

    Try adding the following to your CSS.

    .dig-in { display:none; }

    #21977
    carter
    Participant

    Andy,
    That seemed to work thanks for the help.
    Carter

    #21978
    Andrew
    Member

    What if I just want to name View All Events something else or redirect the link somewhere else?

    #21979
    Andy Fragen
    Moderator

    @Andrew, you’ll probably have to dig through the code in the-events-calendar/lib/widget-list.class.php, but remember any time you update TEC your changes will be overwritten.

    #22020
    Jonah
    Participant

    @Andrew, also be sure to check out this tutorial on fully customizing the widgets: https://theeventscalendar.com/how-to-completely-customize-widgets/

    – Jonah

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