Conversation
supportCan I just have the agree button showing and remove disagree one? https://wordpress.org/plugins/i-agree-popups/
You can remove the following from /i-agree-popups/includes/i-agree-wp-footer.php to get rid of the disagree button. <a>" class="disagree popupChoiceButton" style=" <?php if ($buttonBG != '') {echo 'background:'.$buttonBG.';'; } else {} if ($buttonTXT != '') {echo ' color:'.$buttonTXT.';'; } else {} ?> "><?php if ($disagreeTXT != '') {echo $disagreeTXT;} else {echo 'Disagree';} ?></a> This reply was modified 9 years, 8 months ago by Matthew . This reply was modified 9 years, 8 months ago by Matthew .
You can remove the following from /i-agree-popups/includes/i-agree-wp-footer.php to get rid of the disagree button. <a>" class="disagree popupChoiceButton" style=" <?php if ($buttonBG != '') {echo 'background:'.$buttonBG.';'; } else {} if ($buttonTXT != '') {echo ' color:'.$buttonTXT.';'; } else {} ?> "><?php if ($disagreeTXT != '') {echo $disagreeTXT;} else {echo 'Disagree';} ?></a> This reply was modified 9 years, 8 months ago by Matthew . This reply was modified 9 years, 8 months ago by Matthew .