By jwill on Friday, 20 September 2024
Replies 4
Likes 0
Views 145
Votes 0
JEvents is working properly from a computer but when using a mobile device, the detail page can't be opened by clicking.

Jim
1. You should switch to a responsive theme that switches from calendar to list view on narrow devices (e,g, FlatPlus theme https://www.jevents.net/products-new/club-addons/flatplus ) these also have the benefit that you can change the colour scheme to match your site.

2. Did you customise the content of the popup? the 'click to open event' text should be a link that you can click
·
1 month ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I don't think I made a change to the popup but there is no link there.


<div class="jevtt_title" style = "color:{{Event foreground color:FGCOLOUR}};background-color:{{Event background color:COLOUR}}">{{Title:TITLE}}</div>
<div class="jevtt_text" >
{{Tooltip time:TTTIME}}
{{Location:LOCATION}}
<br />
<small>(Click to open event)</small>
</div>


A link should solve my problem, What should the link be?

Jim
·
1 month ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I tried changing the last line above to the following:

<a href="https://www.riversidesnowbirds.com/${eventDetailLink}">(Click to open event}</a>

It shows it went to riversidesnowbirds.com/$%7BeventDetailLInk%7D resulting in the following error:

Page not found
/home/customer/www/riversidesnowbirds.com/public_html/libraries/src/Router/Router.php (155)

I also tried
<a href="https://www.riversidesnowbirds.com/componets/com_jevents/libraries/iCalEventDetail.php/${eventDetailLink}">(Click to open event}</a>
resulting in the same path and error.

Thanks for any help,
Jim
·
1 month ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I figured it out. I modified to (Click to open event) to the following:

<a class="cal_titlelink" href="{{Link:LINK}}">(Click to open event)</a>

Jim
·
1 month ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post