$theme, 'topbar' => $topbar, 'width' => $width, 'drag' => $drag, 'oani' => $oani, 'cani' => $cani, 'title' => $title, 'desc' => $desc, 'abut' => $abut, 'dbut' => $dbut, 'durl' => $durl, 'mdev' => $mdev, 'sitewide' => $sitewide, 'cook' => $cook ); update_option( 'xpsol_acxp_settings', $acxp_options ); ?>
Settings Saved Successfully.
What's New in Version 4.5
When you save the "Popup Description Text with a new line, the plugin breaks and popup doesn't show up. In Version 4.5 we fixed that issue and also removed the ugly "spinner" icon from popup.
Be advised that, You can still use all html tags in Popup Description."
You can enable sitewide confirmation alert and customize the alert in WP-Admin > Multipurpose Alert > Settings
[acxp_malert]title Default: Confirmation Alert!title parameter can be used to change the title of confirmation alert and it should be defined in double quotes. It does not support HTML but it does support all languages.
here is the sample to change alert box title to Confirmation Alert! [acxp_malert title="Confirmation Alert!"]
content Default: Do you want to continue browsing?content parameter can be used to change the description of confirmation alert and it should be defined in double quotes. It does support HTML and all languages.
here is the sample to change the alert box description to Do you want to continue browsing? [acxp_malert content="Do you want to continue browsing?"]
accept Default: Acceptaccept parameter can be used to change the text of Accept (Green) button in confirmation alert and it should be defined in double quotes. It does not support HTML but it supports all languages.
here is the sample to change the Accept (green) button text to Yes Go On [acxp_malert accept="Yes Go On"]
decline Default: Declinedecline parameter can be used to change the text of Decline (red) button in confirmation alert and it should be defined in double quotes. It does not support HTML but it supports all languages.
here is the sample to change the Decline (red) button text to No, Take me to Homepage [acxp_malert decline="No, Take me to Homepage"]
width Default: 500pxwidth parameter can be used to change the width of confirmation alert and it should be defined in numbers between 250 - 650. For mobile and Tablets it is set to 300px by default to keep the design in place and you cannot change it.
here is the sample to set width to 500px [acxp_malert width=500]
theme Default: Moderntheme parameter can be used to change the theme of confirmation alert and preset background.
[acxp_malert theme=dark]
topbar Default: redtopbar parameter can be used to change the color of confirmation alert's top bar
[acxp_malert topbar=green]
open and close Default: rotateopen and close parameter can be used to change the open and close animation of confirmation alert
[acxp_malert open=scale close=rotate]
drag Default: truedrag parameter can be used to make the confirmation alert draggable
[acxp_malert drag=true]
cookie Default: 7cookie parameter can be used to make sure people don't see the confirmation alert everytime the load the website/page/post. Shortcodes it works separately for every post and page.
Available Options ( x days)
here is the sample to hide confirmation alert for 30 days once user clicks it [acxp_malert cookie=30]
url Default: url parameter can be used to redirect people if they select Decline (red) button on the confirmation alert.
here is the sample to redirect users to https://google.com [acxp_malert url=https://google.com]
dev Default: truedev parameter can be used to enable or disable Meet the Developer button on the confirmation alert.
here is the sample to enable [acxp_malert dev=true]