chris1118
Forum Replies Created
-
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Event links open in new windows@jcmtherapy Sure – I added the code listed on https://motopress.com/forums/topic/list-view-layout/ to the functions.php file for the child theme, then edited it to include rel=”nofollow” and target=”_blank” for the custom url. I’ve included a snippet of the code below:
a rel="nofollow" target="_blank" title="<?php echo $event->post->post_title; ?>" href="<?php echo ($event->post->timetable_custom_url != "") ? $event->post->timetable_custom_url : get_permalink($event->event_id); ?>" class="mptt-event-title"Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Event links open in new windowsAll sorted – many thanks for the quick response!
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Event links open in new windowsThanks for this tip. I’ve also been trying to get the event link to open in a new window and added the target=_blank within the event-container file (which works perfectly except for mobile devices). @dimned can you let me know what file needs to be changed to also make it work on mobiles when the responsive option is selected, as it uses a different layout (mptt-events-list)?
Example source code for desktop view:
Many thanks in advance for your help