Archive

Fixed floating button to WordPress website without plugins

Fixed floating button to WordPress website without plugins

I will show you one simple method to add a call-to-action element (buttons, or text, or anything) stay fixed on the web page. In functions.php, we will use the wordpress hook wp_footer to add a floating element (div or button) in the footer loading process. add_action( 'wp_footer', 'awd_add_floating_info'); function awd_add_floating_info () { ...

Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/tuwqiaec/mrshafaq.com/wp-content/plugins/gdpr-cookie-consent/public/templates/modals/default.php on line 394