bidum00
Forum Replies Created
-
Nevermind, the theme is the problem
Forum: Plugins
In reply to: [Awesome Weather Widget] Forecast is not visiblehmm, now it’s working
wierdForum: Plugins
In reply to: [Awesome Weather Widget] Forecast is not visibleForum: Plugins
In reply to: [Bible Verse of the Day] urlStill opens in the same window
http://www.nmcctampa.org/about-us/church-history/In my theme folder I had to create single-event.php with the following code to fix this issue.
<?php get_header(); ?> <div class="single_post_module"> <?php global $post; $EM_Event = em_get_event($post->ID, 'post_id'); ?> <div id="post-<?php $post->ID; ?>"> <div class="single_post_content"> <h2 class="post_title"><?php echo $EM_Event->output('#_EVENTNAME'); ?></h1> <div class="entry"> <?php echo $EM_Event->output( get_option('dbem_single_event_format') ); ?> </div> </div> </div> </div><!-- #single_post_module --> <?php mysite_after_post(); ?> <?php comments_template( '', true ); ?> <?php mysite_after_page_content(); ?> <div class="clearboth"></div> </div><!-- #main_inner --> </div><!-- #main --> <?php get_footer(); ?>Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Required Fieldangelo_nwl: your code works, your the flippin man, thank you
How do I get the booking / price spaces drop down to show 1-4
I have the minimum set to 1 and maximum set to 4The drop down only shows 2,3,4
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] 2.0 UpgradeVery odd, I did an upgrade via admin menu then removed the folder via ftp and uploaded the plugin and I had the same result. After receiving -Becky’s response, I tried an update again and it is working now. Not sure why, but that’s cool
I don’t have SocialGallery by the way
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Required FieldWow, ok so what’s the custom code to make my zip code field required during the submit an event process?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Required FieldIf I was comfortable with coding surely I wouldn’t be asking for help bro.
I’m 100% sure it’s do-able. Hopefully someone responds with the answer.Thanks for your reply though
Cheers
I need this as well, hopefully paypal is one of the gateways