Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you please help me fixing this issue?

    I am also getting the same issue and I found the meta_value of popup_settings in table wp_postmeta are reset to default settings and everytime I have to update it as

    UPDATEdb.wp_postmetaSETmeta_value= 'a:44:{s:8:"triggers";a:1:{i:0;a:2:{s:4:"type";s:9:"auto_open";s:8:"settings";a:2:{s:11:"cookie_name";a:1:{i:0;s:9:"pum-24984";}s:5:"delay";s:3:"500";}}}s:7:"cookies";a:1:{i:0;a:2:{s:5:"event";s:13:"on_popup_open";s:8:"settings";a:5:{s:4:"name";s:9:"pum-24984";s:3:"key";s:0:"";s:7:"session";N;s:4:"path";b:1;s:4:"time";s:5:"1 day";}}}s:8:"theme_id";s:5:"16359";s:4:"size";s:6:"medium";s:20:"responsive_min_width";s:2:"0%";s:20:"responsive_max_width";s:4:"100%";s:12:"custom_width";s:5:"640px";s:13:"custom_height";s:5:"380px";s:14:"animation_type";s:12:"fadeAndSlide";s:15:"animation_speed";s:3:"350";s:16:"animation_origin";s:13:"center center";s:10:"open_sound";s:4:"none";s:12:"custom_sound";s:0:"";s:8:"location";s:10:"center top";s:12:"position_top";s:3:"100";s:15:"position_bottom";s:1:"0";s:13:"position_left";s:1:"0";s:14:"position_right";s:1:"0";s:14:"position_fixed";s:1:"1";s:16:"overlay_disabled";s:1:"1";s:9:"stackable";s:1:"1";s:6:"zindex";s:10:"1999999999";s:10:"close_text";s:0:"";s:18:"close_button_delay";s:5:"20000";s:30:"close_on_form_submission_delay";s:1:"0";s:10:"conditions";a:0:{}s:17:"disable_on_mobile";b:0;s:17:"disable_on_tablet";b:0;s:18:"custom_height_auto";b:0;s:18:"scrollable_content";b:0;s:21:"position_from_trigger";b:0;s:18:"disable_reposition";b:0;s:24:"close_on_form_submission";b:0;s:22:"close_on_overlay_click";b:0;s:18:"close_on_esc_press";b:0;s:17:"close_on_f4_press";b:0;s:19:"disable_form_reopen";b:0;s:21:"disable_accessibility";b:0;s:10:"separator1";N;s:13:"atc_promotion";N;s:7:"explain";N;s:12:"type_section";N;s:12:"fi_promotion";N;s:10:"theme_slug";s:8:"lightbox";}' WHEREwp_postmeta.meta_id= 96247;

    The popup settings gets auto deleted in 2-3 days. I found that the popup_settings in wp_postmeta table lost its values. Every time I have to reset the popup settings or directly update the value here

    UPDATEdb.wp_postmetaSETmeta_value= 'a:44:{s:8:"triggers";a:1:{i:0;a:2:{s:4:"type";s:9:"auto_open";s:8:"settings";a:2:{s:11:"cookie_name";a:1:{i:0;s:9:"pum-24984";}s:5:"delay";s:3:"500";}}}s:7:"cookies";a:1:{i:0;a:2:{s:5:"event";s:13:"on_popup_open";s:8:"settings";a:5:{s:4:"name";s:9:"pum-24984";s:3:"key";s:0:"";s:7:"session";N;s:4:"path";b:1;s:4:"time";s:5:"1 day";}}}s:8:"theme_id";s:5:"16359";s:4:"size";s:6:"medium";s:20:"responsive_min_width";s:2:"0%";s:20:"responsive_max_width";s:4:"100%";s:12:"custom_width";s:5:"640px";s:13:"custom_height";s:5:"380px";s:14:"animation_type";s:12:"fadeAndSlide";s:15:"animation_speed";s:3:"350";s:16:"animation_origin";s:13:"center center";s:10:"open_sound";s:4:"none";s:12:"custom_sound";s:0:"";s:8:"location";s:10:"center top";s:12:"position_top";s:3:"100";s:15:"position_bottom";s:1:"0";s:13:"position_left";s:1:"0";s:14:"position_right";s:1:"0";s:14:"position_fixed";s:1:"1";s:16:"overlay_disabled";s:1:"1";s:9:"stackable";s:1:"1";s:6:"zindex";s:10:"1999999999";s:10:"close_text";s:0:"";s:18:"close_button_delay";s:5:"20000";s:30:"close_on_form_submission_delay";s:1:"0";s:10:"conditions";a:0:{}s:17:"disable_on_mobile";b:0;s:17:"disable_on_tablet";b:0;s:18:"custom_height_auto";b:0;s:18:"scrollable_content";b:0;s:21:"position_from_trigger";b:0;s:18:"disable_reposition";b:0;s:24:"close_on_form_submission";b:0;s:22:"close_on_overlay_click";b:0;s:18:"close_on_esc_press";b:0;s:17:"close_on_f4_press";b:0;s:19:"disable_form_reopen";b:0;s:21:"disable_accessibility";b:0;s:10:"separator1";N;s:13:"atc_promotion";N;s:7:"explain";N;s:12:"type_section";N;s:12:"fi_promotion";N;s:10:"theme_slug";s:8:"lightbox";}' WHEREwp_postmeta.meta_id= 96247;

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