Title: Glenn's Replies | WordPress.org

---

# Glenn

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popups for Divi] Problems in Safari with v 1.6.0?](https://wordpress.org/support/topic/problems-in-safari-with-v-1-6-0/)
 *  [Glenn](https://wordpress.org/support/users/continuit/)
 * (@continuit)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/problems-in-safari-with-v-1-6-0/page/2/#post-11901716)
 * Hi [@arcadiapps](https://wordpress.org/support/users/arcadiapps/) – just had 
   a quick look at the source of your page that’s not working and I think you need
   to check your IDs – e.g. you’re calling #crisisfam but the ID is CrisisFam – 
   CSS IDs are case sensitive
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popups for Divi] Problems in Safari with v 1.6.0?](https://wordpress.org/support/topic/problems-in-safari-with-v-1-6-0/)
 *  [Glenn](https://wordpress.org/support/users/continuit/)
 * (@continuit)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/problems-in-safari-with-v-1-6-0/#post-11901640)
 * It’s either your browser cache or server side caching that needs to be cleared.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popups for Divi] Problems in Safari with v 1.6.0?](https://wordpress.org/support/topic/problems-in-safari-with-v-1-6-0/)
 *  [Glenn](https://wordpress.org/support/users/continuit/)
 * (@continuit)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/problems-in-safari-with-v-1-6-0/#post-11897297)
 * If you’re going to fix it manually yourself, don’t forget to clear the cache 
   and reload the page
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popups for Divi] Problems in Safari with v 1.6.0?](https://wordpress.org/support/topic/problems-in-safari-with-v-1-6-0/)
 *  [Glenn](https://wordpress.org/support/users/continuit/)
 * (@continuit)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/problems-in-safari-with-v-1-6-0/#post-11897188)
 * FYI – The error I’m getting in Safari is..
 * TypeError: jQuery(window).setInterval is not a function. (In ‘jQuery(window).
   setInterval(a,750)’, ‘jQuery(window).setInterval’ is undefined)
 * Even the examples at [https://philippstracker.com/divi-popup/](https://philippstracker.com/divi-popup/)
   fail.
 * I think the code should read jQuery(window.setInterval(a,750)) – when I changed
   it in front.js in the js subdirectory of the plugin it started working again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popups for Divi] Problems in Safari with v 1.6.0?](https://wordpress.org/support/topic/problems-in-safari-with-v-1-6-0/)
 *  [Glenn](https://wordpress.org/support/users/continuit/)
 * (@continuit)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/problems-in-safari-with-v-1-6-0/#post-11896323)
 * It’s not just you. It no longer works in Firefox or Safari but still works in
   Chrome. I was thinking of buying the Divi Areas plugin but I want to see if this
   is going to be fixed first (and how quickly).
    Glenn
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Forms - when you need more than just a contact form] Conditional logic processing](https://wordpress.org/support/topic/conditional-logic-processing/)
 *  Thread Starter [Glenn](https://wordpress.org/support/users/continuit/)
 * (@continuit)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/conditional-logic-processing/#post-9575442)
 * Hi again,
 * I think you may have missed the main point of my last post. When a number field
   has no “value” field, only a min and max value, where do I put the formula for
   it to work? It doesn’t work on placeholder, min or max values. Should I be using
   a text field instead and put the formula on the value field of the text field?
 * BTW, that formula works fine without the .numericalvalue (tested by putting the
   formula in the placeholder and seeing the 1 or 0 being returned correctly).
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Forms - when you need more than just a contact form] Conditional logic processing](https://wordpress.org/support/topic/conditional-logic-processing/)
 *  Thread Starter [Glenn](https://wordpress.org/support/users/continuit/)
 * (@continuit)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/conditional-logic-processing/#post-9571705)
 * Hi Edgar,
 * I think the problem here is that I’m using a number field and it has a high and
   low value – not a single value field. I tried putting the formula on both (not
   at the same time) and it doesn’t seem to work.
 * Basically I want to hide/reveal stuff based on this
 * if ((new Date($$field_rnField11$$)) < (new Date()))
    return 1; return 0;
 * (i.e. if date is in the future – hide the submit)
 * I was testing the result of number field with this formula – have tried the formula
   in placeholder, min and max value fields and the behaviour isn’t what I would
   expect). I would expect that when I change the date, it reveal/hide the submit
   button accordingly.
 * Appreciate your assistance. The site is currently not available over the internet,
   I’ll try and resolve that if necessary.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DK PDF - WordPress PDF Generator] Compatibility with Divi theme and the Divi Builder](https://wordpress.org/support/topic/compatibility-with-divi-theme-and-the-divi-builder/)
 *  Thread Starter [Glenn](https://wordpress.org/support/users/continuit/)
 * (@continuit)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/compatibility-with-divi-theme-and-the-divi-builder/#post-6654224)
 * Thanks for the super fast response. Unfortunately it didn’t work. While using
   the shortcode (either in the builder itself or by putting it in the template)
   works to display the button, the resulting PDF is just the list of shortcodes
   that the Divi Builder uses to construct the page. (i.e. no actual content).
 * It works fine on pages that don’t use the Divi Builder. I might have to have 
   a chat to the chaps at Elegant Themes about Divi and how I might get it to work.
 * Thanks

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