• Resolved patrickczky

    (@patrickczky)


    Hello team,
    i would like to ask about the plugin.
    Everything was working fine, but suddenly the float bar lost it’s animation which is opening the icon with text.

    Not when i hover over the icon, there is no animation rolling up the text Privacy settings for example.
    SCREEN: https://postimg.cc/WtT3Xf9V

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

    (@mooveagency)

    Hi There,

    Thanks for using our plugins.

    You can try to add the following script to your functions.php

    add_action('moove_gdpr_inline_styles','moove_extend_gdpr_styles',10,3);
    function moove_extend_gdpr_styles( $styles, $primary, $secondary ) {
    	$styles .= '.lity { z-index: 999999 }';
      	$styles .= '#moove_gdpr_save_popup_settings_button .moovegdpr-advanced:before { content: "GDPR"; }';
      	$styles .= '#moove_gdpr_save_popup_settings_button .moove_gdpr_text { display: none; }';
      	$styles .= '#moove_gdpr_save_popup_settings_button { z-index: 99; cursor: pointer; }';
      	$styles .= 'button#moove_gdpr_save_popup_settings_button:hover { background-color: #c88e68; }';
      	return $styles;
    }

    I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Floating bar’ is closed to new replies.