Title: mrdouble08's Replies | WordPress.org

---

# mrdouble08

  [  ](https://wordpress.org/support/users/mrdouble08/)

 *   [Profile](https://wordpress.org/support/users/mrdouble08/)
 *   [Topics Started](https://wordpress.org/support/users/mrdouble08/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mrdouble08/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mrdouble08/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mrdouble08/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mrdouble08/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mrdouble08/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugins: Form Manager] Conditions not working](https://wordpress.org/support/topic/plugins-form-manager-conditions-not-working/)
 *  Thread Starter [mrdouble08](https://wordpress.org/support/users/mrdouble08/)
 * (@mrdouble08)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugins-form-manager-conditions-not-working/#post-2402073)
 * zdanhauser – you are da man! Didn’t think to try the other options!
 * I was able to create what I needed by using ‘equals’. ‘Is greater than’, etc 
   don’t seem to work for me too :O(
 * FYI – Here is my ’round about way’ (aka lots of conditions) for a list that has
   four options (1,2,3 and 4):
 * ——————————————————————
    Only show elements if Numbers …equals 2 Numbers …equals
   3 Numbers …equals 4 Applies to: …2nd Guest (Text field)
 * Only show elements if
    Numbers …equals 3 Numbers …equals 4 Applies to: …3rd Guest(
   Text field)
 * Only show elements if
    Numbers …equals 4 Applies to: …4th Guest (Text field) ——————————————————————
 * Hope this makes sense.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugins: Form Manager] Conditions not working](https://wordpress.org/support/topic/plugins-form-manager-conditions-not-working/)
 *  Thread Starter [mrdouble08](https://wordpress.org/support/users/mrdouble08/)
 * (@mrdouble08)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugins-form-manager-conditions-not-working/#post-2402069)
 * Hi hoffcomp!
 * Yes, wp_footer() is in the footer.php (see below). I do have some custom php 
   code that I wrote for a count down…
 * ——————————————————————
 * <?php
    /** * The footer Template * * [@package](https://wordpress.org/support/users/package/)
   WordPress * @subpackage minimatica * [@since](https://wordpress.org/support/users/since/)
   Minimatica 1.0 */
 *  $day = 18 ; // Day of the countdown
    $month = 2; // Month of the countdown $
   year = 2012; // Year of the countdown $hour = 16; // Hour of the day (east coast
   time)
 *  $calculation = ((mktime ($hour,0,0,$month,$day,$year) – time(void))/3600);
    
   $hours = (int)$calculation; $days = (int)($hours/24);
 *  ?>
    <footer id=”footer”> <?php get_sidebar( ‘footer’ ); ?> <nav id=”access” 
   role=”navigation”> <?php wp_nav_menu( array( ‘theme_location’ => ‘primary_nav’,‘
   container_id’ => ‘primary-nav’, ‘container_class’ => ‘nav’, ‘fallback_cb’ => ‘
   minimatica_nav_menu’ ) ); ?> </nav><!– #access –> <nav> <p><center> <?=$days?
   > days</span> until Our Wedding</center></p> </nav> </footer><!– #footer –> </
   div><!– #wrapper –> <?php wp_footer(); ?>
 * </body>
    </html> ——————————————————————
 * Any other ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugins: Form Manager] Conditions not working](https://wordpress.org/support/topic/plugins-form-manager-conditions-not-working/)
 *  Thread Starter [mrdouble08](https://wordpress.org/support/users/mrdouble08/)
 * (@mrdouble08)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugins-form-manager-conditions-not-working/#post-2402026)
 * Do your options appear when they shouldn’t?
 * Hoffcamp – help! Need to get my RSVP done ASAP otherwise misus is going to kill
   me!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] Conditions don't work](https://wordpress.org/support/topic/plugin-wordpress-form-manager-conditions-dont-work/)
 *  [mrdouble08](https://wordpress.org/support/users/mrdouble08/)
 * (@mrdouble08)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-conditions-dont-work/#post-2388458)
 * my conditions aren’t working either – maybe it could be a plugin clash?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Minimatica] [Theme: Minimatica] Limiting the number of slide pages](https://wordpress.org/support/topic/theme-minimatica-limiting-the-number-of-slide-pages/)
 *  [mrdouble08](https://wordpress.org/support/users/mrdouble08/)
 * (@mrdouble08)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/theme-minimatica-limiting-the-number-of-slide-pages/#post-2298990)
 * same here! tried changing
 *  ‘posts_per_page’ => 4,
 * to
 *  ‘posts_per_page’ => 1,
 * but that didn’t work

Viewing 5 replies - 1 through 5 (of 5 total)