$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>customization - Floating CTA Image Integration|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

customization - Floating CTA Image Integration

matteradmin10PV0评论

I want to add a clickable image that links to another page. It also scrolls with the user as they read the article on a page. For example – like the “U.S Free Local Quote” seen on this page.

If you could provide advice or signpost me in the right direction that would be greatly appreciated.

I want to add a clickable image that links to another page. It also scrolls with the user as they read the article on a page. For example https://bit.ly/2RJ0BZW – like the “U.S Free Local Quote” seen on this page.

If you could provide advice or signpost me in the right direction that would be greatly appreciated.

Share Improve this question asked Jan 17, 2019 at 14:36 Jennifer BeanerJennifer Beaner 1 1
  • This is HTML and CSS, not specific to WordPress so you might get closed as "off topic". Which part are you having trouble with? – jdm2112 Commented Jan 17, 2019 at 15:56
Add a comment  | 

1 Answer 1

Reset to default 0

You can do it by using Sticky Side Buttons plugin. Follow these steps:

  1. Install and activate the plugin.
  2. Head to Sticky Side Buttons menu into your WordPress dashboard.
  3. Click on Add Button. A box will open up, showing the options for adding text, icon, link, and color for the button.
  4. Under the General Settings section, you will find options for Button Positions, Rollover Style and Animations. Choose your desired settings.
  5. Finally click on Save Changes button.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far