Home » Categories » Multiple Categories

Is there Evanced Calendar for Mobile Access?

Q: I am wondering if there is a mobile version of the Evanced Calendar. Our staff told me there was a version for Summer Reader. Am I missing something here?
A: The mobile capability was added to the 2011 version of Summer Reader. Events Mobile is also currently available.

There are some things we can do to existing sites to make them more compatible in their present form. Since it requires a manual modification by our staff, just send an email to support requesting the modification and we'll add it to your site. 

This modification doesn't affect the standard web product when viewed on desktop browsers. It simply makes the existing pages more compatible and responsive to the screen size of a device when viewed in a mobile browser.
 
For customers who have the application installed on their own servers, they can make the changes on their own, if desired. It is just an addition of a line in code to the defines.inc file, that is part of the calendar's system files. Please back up the file before making any changes and only attempt this if you have at least basic experience with code.
 
This is the line you will need to add:
 
<meta name = "viewport" content = " width=device-width , initial-scale=1.0 , user-scalable=yes " >
 
Please add between opening and closing head tag in the patron page section, as such (see line in bold):
 

<head>

<!--#include FILE="facebook_meta.inc"-->

<title><%=TitleText%></title>

<% If WRITESTYLES = "1" Then %>

<link rel="stylesheet" type="text/css" href="niftyCorners.css">

<link rel="stylesheet" type="text/css" href="niftyPrint.css" media="print">

<script type="text/javascript" src="nifty.js"></script>

<style type="text/css">

<% ShowStyle "public" %>

</style>

<% Else %>

<link rel="stylesheet" type="text/css" href="dynamicsheet.asp?st=public">

<% End If %>

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

</head>
 
 
1 (1)
Article Rating (1 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles
Maintaining Event Attendance
Viewed 3399 times since Thu, Oct 6, 2011
Facebook is not displaying the image of the event I liked
Viewed 11266 times since Mon, Feb 20, 2012
How to Manage Event Registration and Attendance
Viewed 4164 times since Thu, Oct 6, 2011
How To Events-Change the list of locations
Viewed 6114 times since Tue, Sep 27, 2011
Adding Facebook Thumbs-up Button to Events
Viewed 10822 times since Wed, Jan 11, 2012
Adding Non-library or External Sites in Room Reserve/Events
Viewed 5003 times since Tue, Nov 6, 2012
How to add a logo or website header to my calendar page
Viewed 29697 times since Tue, Sep 27, 2011
How to Subscribe to an Evanced Calendar Using IPhone/IPad
Viewed 19048 times since Wed, Oct 26, 2011
Understanding Amazon SES Opt-In and Verification
Viewed 22422 times since Tue, Nov 3, 2015
Secured access to content via HTTPS FAQ
Viewed 5185 times since Tue, Dec 20, 2016