"find out more" link

Home Forums Calendar Products Events Calendar PRO "find out more" link

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #1327882
    Pascal Gaudin
    Participant

    Hi,
    Where can I edit the “find out more” link.
    It points automatically to http://www.mysite.com/events
    I would like to point to http://www.mysite.com/mypage
    Kind regards.
    Pascal

    #1328180
    Courtney
    Member

    Hello Pascal

    Are you looking to change the default calendar page? If so, go to Events » Settings » General » Events URL slug.

    Or are you wanting to redirect users in a different way? Can you show me an example of the “find out more” link location?

    Thanks
    Courtney 🙂

    #1329368
    Pascal Gaudin
    Participant

    Hi Courtney,
    Thank you for your answer.
    Both possibility are ok for me. The problem is :
    1. I created a page http://www.mysite.com/events, but it doesn’t work
    2. I tried to change the default calendar page on Events » Settings » General » Events URL slug. But it doesn’t work to : https://www.myskicoach.ch/groups-sessions-ski-freeride-collectif-myskicoach-ch/
    Kind regards. Pascal

    #1329482
    Courtney
    Member

    Hello Pascal

    If you created the page, it would conflict with what you entered as the Events URL slug. Could you delete the page you created and empty the trash?

    If you have another page similarly named as the Events URL Slug, it too can conflict. Can you check all the other post/pages to see that none have the same text starting in the slug?

    Can you show me an example of the “find out more” link location?

    Thanks
    Courtney 🙂

    #1329646
    Pascal Gaudin
    Participant

    Hi Courtney,
    The https://www.myskicoach.ch/events was deleted and the trash emptied.
    You can find the “find out more” link at the end of this page for example :
    https://www.myskicoach.ch/en/groups-sessions-ski-freeride-collectif-myskicoach-ch/
    Kind regards. Pascal

    #1330454
    Courtney
    Member

    Ah, now I follow Pascal, you want the “see more” link to go somewhere else. What do you have set as your default events page?

    Events » Settings » General » Events URL slug

    Thanks
    Courtney 🙂

    #1331360
    Pascal Gaudin
    Participant

    Hi Courtney,
    Set as default is events. But https://www.myskicoach.ch/events/ is not working.
    If I go somewhere else it would be : https://www.myskicoach.ch/en/groups-sessions-ski-freeride-collectif-myskicoach-ch/
    For me both solutions would be great.
    Kind regards. Pascal

    #1331621
    Courtney
    Member

    Hi Pascal – can you resend your System Info to me? It looks like I can’t see your plugins at this time.

    Please go to Settings » Permalinks and just save the settings? I want to see if this refreshes the permalinks cache to enable the default events page to display.

    Also, can you test by going through our Testing for Conflicts Guide https://theeventscalendar.com/knowledgebase/testing-for-conflicts/?  I am wondering if you might have a plugin or theme conflict.  Begin by deactivating all other plugins, using a theme such as Twenty Seventeen https://wordpress.org/themes/twentyseventeen/, and see if the issue still persists. Also, double check for any other updates available (Dashboard » Updates). 

    Please let me know if the issue still persists after these tests.

    Thanks
    Courtney 🙂

    #1332741
    Pascal Gaudin
    Participant

    Hi Courtney,
    I shared my system infos now and tried everything :
    – refresh permalink
    – desactivated all plugins
    – unsed wentyseventeen theme
    But no success as you can see in the attached file.
    Thank you for help !
    Kind regards. Pascal

    #1333731
    Courtney
    Member

    Hi Pascal

    I am trying to use https://www.myskicoach.ch/?post_type=tribe_events to find where the calendar even displays on your site. It also 404s. 🙁

    Can you disable the translate plugin, clear server cache, and then check my link? Can you also send me a screenshot of your Events » Settings » General » Events URL Slug setting? This is just very odd. Because it keeps going back to the /en version of your site, I am wondering if it is related to the translation in particular.

    Thanks
    Courtney 🙂

    #1335950
    Pascal Gaudin
    Participant

    Hi Courtney

    I tried to use https://www.myskicoach.ch/?post_type=tribe_events after disabling the translate plugin and clear server cache, without sucess.
    Here is the screenshot of my Events » Settings » General » Events URL Slug setting !
    Kind regards.
    Thanks
    Pascal

    #1336468
    Courtney
    Member

    Hey Pascal

    Let’s try one more round on this. Can you go in this order:

    1. deactivate all plugins
    2. revert to 2017 theme
    3. then refresh permalinks

    If that still doesn’t work, we can provide some code to redirect as you are hoping.  Interestingly, https://www.myskicoach.ch/en/events/liste/ and https://www.myskicoach.ch/en/events/mois/ both seem to work.

     

    Thanks
    Courtney 🙂

    #1337653
    Pascal Gaudin
    Participant

    Hi Courtney,
    I tried : deactivate all plugins revert to 2017 theme then refresh permalinks.
    But it still doesn’t work.
    For me, this link would be ok
    https://www.myskicoach.ch/events/liste/
    Thank you for your help.
    Kind regards. Pascal

    #1338811
    Cliff
    Member

    Hi, Pascal.

    Sorry to hear about the difficulties you’re having here. I’m dropping in to help with some code, and then Courtney will continue seeing you through to the end…

    You could add this code snippet to customize the widget’s link to something custom (whether on your site or not):

    https://gist.github.com/cliffordp/d5cade1485a3275b5e26669062481528

    Because filtering the output of tribe_events_get_list_widget_view_all_link() affects all widgets’ output, you could, instead, choose to follow our Themer’s Guide and override /wp-content/plugins/events-calendar-pro/src/views/pro/widgets/list-widget.php with your own customized copy of it, placed at [your-active-child-theme]/tribe-events/pro/widgets/list-widget.php, and replace Line 39:

    $link_to_all = tribe_events_get_list_widget_view_all_link( $instance );

    with something custom like this:

    $link_to_all = 'https://www.google.com/';

    and make no other changes to this file.

    Please let us know how this goes for you.

    #1341178
    Pascal Gaudin
    Participant

    Hi Cliff,
    Just one question : in which file should I add the code snippet ?
    Thank you. Pascal

Viewing 15 posts - 1 through 15 (of 21 total)
  • The topic ‘"find out more" link’ is closed to new replies.