snumb130
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Calendar] Short code displays on page instead of calendarI have none. It looks as though the plugin is not getting loaded in time, but I am unsure as to why this would be.
Anyone else have any ideas?
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Admin/Editor PermissionsCan you verify that the correct visibility setting is selected when they are entering the events?
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Link out for event not workingFile: ec_calendar.class.php
Lines: 153-160Change:
$PostID = isset($event->postID) ? $event->postID : ''; if ($PostID == '') $titlinked = '<strong>'.$day_names.' '.$startDate.'</strong>: ' . $event->eventTitle; else $titlinked = '<a href="' . get_permalink($PostID) . '">' . '<strong>' . $day_names . ' ' . $startDate . '</strong>' . __(': ', 'events-calendar') . $event->eventTitle . '</a>';
To:
// $PostID = isset($event->postID) ? $event->postID : ''; // if ($PostID == '') // $titlinked = '<strong>'.$day_names.' '.$startDate.'</strong>: ' . $event->eventTitle; // else // $titlinked = '<a href="' . get_permalink($PostID) . '">' // . '<strong>' . $day_names . ' ' . $startDate . '</strong>' . __(': ', 'events-calendar') // . $event->eventTitle . '</a>'; $linkout = isset($event->eventLinkout) ? $event->eventLinkout : ''; if ($linkout == '') $titlinked = '<strong>'.$day_names.' '.$startDate.'</strong>: ' . $event->eventTitle; else $titlinked = '<a href="' . $linkout . '">' . '<strong>' . $day_names . ' ' . $startDate . '</strong>' . __(': ', 'events-calendar') . $event->eventTitle . '</a>';
Forum: Plugins
In reply to: [Events Calendar] events-calendar largeIt looks like the events that are entered are changing the size of the calendar fields for the dates. I am not sure that changing formatting will correct this. Even if you added
word-wrap
in the CSS I don’t think it would change since the words are so long.The only solution I can see it to change the font-size. This can be done on line 57 of the
events-calendar.css
file in thecss
folder. I am not sure how small you can go and still be readable, however.Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Disable Lightbox?@dezinci88,
I am not sure what you mean. I have the changes shown in the thread that were made.
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Date FormatThere are settings in the Events Calendar options page to change the format of the time that is output. Check there to see if this will solve your problem.
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Disable Lightbox?Great to hear. Also, just remember that any customizations will need to be backed up before updating the plugin.
Forum: Plugins
In reply to: WP Events Calendar – cannot save eventsCan you give me some details on the event information you entered? You can send it through my contact form if you want.
Forum: Plugins
In reply to: WP Events Calendar – cannot save eventsI need a little more detail than that. What are the details of the event you were trying to add? Also, anything else you think might be helpful.
Forum: Plugins
In reply to: [Events Calendar] Short code displays on page instead of calendarAwesome! Glad to hear it.
Forum: Plugins
In reply to: [Events Calendar] Short code displays on page instead of calendarI am not in front of a computer right now, but try this and let me know.
<?php echo filterEventsCalendarLarge();?>
Forum: Plugins
In reply to: [Plugin: Events Calendar] Does not work in WP 3.2.1?Send me the information through the contact form on my site.
Forum: Plugins
In reply to: [Events Calendar] French translationOk, glad it is resolved.
Forum: Plugins
In reply to: [Events Calendar] Event Times will not stay blankI am not getting this. If possible can you copy and paste the code from the entire file in the contact form on my site.
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Link out for event not workingTry visiting the page directly
The admin page should be at
/wp-admin/admin.php?page=events-calendar