• Resolved cuerography

    (@cuerography)


    Hey guys!

    I really like your plugi and I’m currently in the process of setting it up.
    I wanted to ask if there is a way to change the “[setting]settings[/setting]” into a green button beside “Accept” instead of just underlined in Text.

    Would this be easy to achieve?
    Thanks aleardy in advantage and

    Best regards
    Cyrill

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    Hi @cuerography,

    Thanks for using our plugins.

    Unfortunately we have no option for this, but you can add the following code snippet to your functions.php to extend the buttons:

    add_action('gdpr_info_bar_button_extensions','gdpr_add_settings_button');
    function gdpr_add_settings_button() {
    	echo '<a href="#moove_gdpr_cookie_modal" class="mgbutton" rel="nofollow">Settings</a>';
    }

    I hope this helps.

    Thread Starter cuerography

    (@cuerography)

    Worked like a charm! I even was be able to make it green (I added a style-attribute).

    Thanks a lot for your support, the plugin as itself and I’m really considering getting the PRO Version!

    Have a great day!

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

The topic ‘Change settings to a Button’ is closed to new replies.