how to creat this thing in wordpress

benLL

Junior Member
Joined
May 9, 2020
Messages
150
Reaction score
26
I would like to achieve something like this as below.

sticky/side ad inviting the user to download an exclusive free report. When they click on it it would take them to a page where they will be invited to enter their email address for the download link.

Can someone tell me how to do this? Thanks in advance.
 
I believe you will get what you're looking for if you integrate a pop up with lead capture functionality (download asset after email)

If you are willing to pay Optin Monster is the Best plugin for these things/ Here's what it looks like
optinmonster-2.jpg


If you're looking for free alternatives you'll have to check out plugins such as these https://wordpress.org/support/plugin/download-after-email/ (I have never tried though)
 
Is this what you´re looking for?



Thanks for your info. Something like that but the one you share requires a plugin
Is there any way to achieve that without plugins that slow the site down.
maybe I think I should go to check youtube first before creating a thread here.
Thanks anyway.
 
You can do with sticky sidebar plugin.

If you use caching plugin, it will not slow down your site.

If you do not want to use plugin, code it your self.
 
I believe you will get what you're looking for if you integrate a pop up with lead capture functionality (download asset after email)

If you are willing to pay Optin Monster is the Best plugin for these things/ Here's what it looks like
optinmonster-2.jpg


If you're looking for free alternatives you'll have to check out plugins such as these https://wordpress.org/support/plugin/download-after-email/ (I have never tried though)

Thanks, You got that right.
I gonna try both.
 
d
I believe you will get what you're looking for if you integrate a pop up with lead capture functionality (download asset after email)

If you are willing to pay Optin Monster is the Best plugin for these things/ Here's what it looks like
optinmonster-2.jpg


If you're looking for free alternatives you'll have to check out plugins such as these https://wordpress.org/support/plugin/download-after-email/ (I have never tried though)

Do u know what is alternative to option monster yet paid version on bhw?
I could not find optin monster null here.
OptinMonster
OptinMonster
OptinMonster
 
I would like to achieve something like this as below.

sticky/side ad inviting the user to download an exclusive free report. When they click on it it would take them to a page where they will be invited to enter their email address for the download link.

Can someone tell me how to do this? Thanks in advance.
You can use something like
Code:
position: sticky;
for chrome

Code:
position: -webkit-sticky;
for safari
 
Back
Top