sojournings
Forum Replies Created
-
Hi baba88,
You would have to edit the eventify.class.php file and find the js script there. In the array remove the today/day/week/month options and it should be removed when the calendar is created. Hope this helps.
Forum: Plugins
In reply to: [Eventify™ - Simple Events] [Plugin: Eventify™ – Simple Events] Broke my siteHi Derrick, Sorry about that, I hardly knew people were posting on the support forums, next time just email me, if there’s a next time! I would have tracked down what hurt your website and would have been able to iron that bug out for others. Thanks!
Thanks Shawn for the help, will fix that!
Hi Fred,
Since I am reworking the entire plugin, I will take in the suggestions you mentioned 🙂 Have an awesome day ahead!
Hi Janay,
Sorry, been working on designerfoo.com’s redesign and eventifypro.com didn’t know about that, but you can always ping me @designerfoo on twitter. I rarely check the support forums here, so if you guys have to contact me please just email me 🙂 its sooo much faster 🙂 i [at] designerfoo [dot] com
Could be cool to directly create events in post section instead of selecting post in options, easier for me : I do need to use exactly same category as posts and have special fields and option assigned to posts admin by my theme => will add this to the next release 🙂
Would be nice to have googlemaps integration for locations => in the works 🙂
I urgently need to use event date in html ouside of post content, I’ve tried <h3><?php print date(“d/m/Y”,strtotime($str_event_time)); ?></h3> but it gives 1/1/70 each time and I would be really interested to have séparate spans to css for day, month and year. It would be interesting to have a post template with all post fields separate so we could make self templates…=> OK will make the templates, but if you need help with getting the date outside of the post content, let me know 🙂
Could you post a link? Can definitely help you. I rarely check the forums here, and am developing a new version of eventify. If would be awesome if you guys could main in problems/issues at i at designerfoo dot com
Forum: Plugins
In reply to: [Simple Events Calendar] [Plugin: Eventify] Not adding eventsWhat version of WP are you using? also, it can be a db issue with the table not being created. A new version will be out this october, addresses a lot of issues along with recurring events.
hi,
That is because of your PHP version, it should be 5+. Contact your host for more details. It needs PHP 5+
Forum: Plugins
In reply to: Is it allowed to use $_SESSION in the plug-in ?hi abdullahsalem,
You can do so by editing the wp-config.php file. WP still does not support sessions directly, or you can write a function that starts the session with session_start before any output goes to the browser. Hope this helps.
Forum: Fixing WordPress
In reply to: wp_enqueue_script with Jquery UI and Tabshey, I figured this one out..
when you are using the “add_action” to load the scripts make sure you use the ‘wp_print_scripts’ hook. Hope this helps.