Force WP-Full-Calendar style on Events Manager Shortcode
-
I have this code to output my calendar:
// show only EVENTS FOR CURRENT USER in calendar view echo EM_Calendar::output(array('full'=>1, 'long_events'=>1, 'owner' =>$bp->displayed_user->id ));
This produces this <img src=”https://i59.tinypic.com/27z92s3.png” border=”0″ alt=”Image and video hosting by TinyPic”>ugly calendar view.
How do I force WP_Full_Calendar to apply is styling?
This cal shows here:
“Mytheme/plugns/events-manager/buddypress/profile.php”Anybody who can help?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Force WP-Full-Calendar style on Events Manager Shortcode’ is closed to new replies.