Scott Bolinger
Forum Replies Created
-
Forum: Plugins
In reply to: [HollerBox — Fast & Effective Popups & Lead-Generation] Remove scroll barGonna close this due to inactivity, feel free to reply if you need more help.
Hi, this is most likely due to using an old version of PHP, but I will fix this error and push out an update this week.
Thanks for the report.
Forum: Plugins
In reply to: [WooCommerce UPC, EAN, and ISBN] How to set for product variants?Go to the product data meta box, select variations, expand your variation. There will be a GTIN field towards the bottom of the fields.
Forum: Plugins
In reply to: [HollerBox — Fast & Effective Popups & Lead-Generation] Remove scroll barHmm, I’m not seeing the scroll bar: https://cl.ly/2M0Q1w1Q1C0K
You can try adding this to your custom CSS (in the theme customizer):
#hwp-12990.holler-box { overflow: hidden }Forum: Plugins
In reply to: [HollerBox — Fast & Effective Popups & Lead-Generation] Remove scroll barHi, can you link me to the live website page with the popup?
Closing this due to inactivity, feel free to open a new thread.
Forum: Plugins
In reply to: [WooCommerce UPC, EAN, and ISBN] Where is gtin value stored?Yes the main GTIN is in post meta under hwp_product_gtin:
get_post_meta( $post_id, 'hwp_product_gtin', 1 );If you have variations with GTINs, you can find those in post meta like this:
get_post_meta( $variation['variation_id'], 'hwp_var_gtin', 1 );You have to loop through the variations to get that.
- This reply was modified 8 years, 6 months ago by Scott Bolinger.
Hi, this is due to using a really old version of PHP on your server. I’d highly recommend updating to at least PHP 5.6.
I also pushed an update to the plugin that should fix this error, you can download it from Github here: https://github.com/scottopolis/holler-box/archive/master.zip
Let me know if that fixes it.
Hey Greg, definitely! I just pushed the code for that to github, I will update the plugin here this week.
Forum: Reviews
In reply to: [HollerBox — Fast & Effective Popups & Lead-Generation] Maximum valueThanks Joey!
Forum: Plugins
In reply to: [HollerBox — Fast & Effective Popups & Lead-Generation] exit intentIf you have any trouble let me know. If it works well, please consider giving Holler Box a 5 star review here: https://wordpress.org/support/plugin/holler-box/reviews/#new-post
Thanks!
Forum: Plugins
In reply to: [HollerBox — Fast & Effective Popups & Lead-Generation] exit intentYes, that’s a good point, the delay is not necessary.
I’ve removed it so it’s instant, you can download the new version here: https://github.com/scottopolis/holler-box/archive/master.zip
Let me know if that works ok.
Thanks!
Hi, I don’t have IE or your theme, so it’s very difficult for me to diagnose the issue. Maybe someone else here in the forums can help?
Hi, exit intent is triggered when the mouse leaves the page, which would include moving it to the scroll bar. If you’d like to only show it once, go to the advanced settings => “How often should we show it to each visitor?” => Hide after user interacts.
Hi, can you post a screenshot of your settings? I also need a link to the page where the popup is active.
Thanks.