Content Locker QUESTION!

jackyalvin

Newbie
Joined
Jun 26, 2012
Messages
48
Reaction score
17
Hey BHW! I am using ContentLocker Pro for my niche websites, but I can't figure out how to have the Content Locker pop-up AFTER a visitor clicks the "Download Button." :confused:

What I mean is that instead of locking the entire page, how can I lock the page only AFTER a visitor clicks a specific button? I need to use it for Blogger, so if anyone is kind enough to help a noobie out, please explain how I would do this. Thanks :)
 
It's pretty simple once you understand it.
You need to find the CSS selector trigger. Here's a code snippet from one of my sites:

Code:
<div class="[U][B]separator[/B][/U]" style="clear: both; text-align: center;"><a href="http://imagethatlookslikeamovie.com" imageanchor="1" style="margin-left: 1em; margin-right: 1em;">http://imagethatlookslikeamovie.com<img border="0" src="" /></a></div>

Now, you need to find the div class, and put it in the CSS selector trigger box with either a dot (.) or a # in front of it, depending on if you have more selectors on the same page. In this example my CSS selector is named separator for some reason.
I just have one trigger on my page so I put a dot in front of it. .separator. Take a look at the guide, I'm pretty sure it's mentioned there if you search for "onclick."

I hope this wasn't too confusing :p. A bit AFK in the brain atm..


 
Last edited:
Back
Top