Jump to content

(BIM40) Easy Popup


Recommended Posts

2 hours ago, ResPecT My Authoritah said:

@onlyME Hey bim.. this is an emergency.. Can you please add a button.. so that when a user click on the image and they go to that page .. the popup wont show again??

 

for example.. I have a contest going on and i use the popup to show to all the members.. and when they click on the image.. it goes to that topic but when they get done reading it.. the pop up still shows on each page.. so I need it so when they click on the image.. it acts like the x button and once they read it.. the pop up wont show again unless i reset the cookies..

 

Please bim.. and thank you so much!!

You can do it by yourself.

1. Turn off CKEditor in Easy Popup Settings.

2. Create a new popup with the content:

<img class="b-close ipsCursor_pointer" src="http://your_image_url" style="width: 100%; height: 100%" onclick='ips.utils.cookie.set( "espopup_notshow_" + $(this).parent().attr("id").replace("popupcontent_",""), 1 )'>

Popup not show again after closing: YES

Auto redirect to: 

http://yourtopicurl

Type of page: EXCLUDE

Display in page: 

http://yourtopicurl

(the popup will be shown in every page exclude the topic url)

Done.

When user click on the image in popup, they will be redirect to the topic url and popup will not show again.

Edited by onlyME
Link to comment
4 hours ago, onlyME said:

You can do it by yourself.

1. Turn off CKEditor in Easy Popup Settings.

2. Create a new popup with the content:


<img class="b-close ipsCursor_pointer" src="http://your_image_url" style="width: 100%; height: 100%" onclick='ips.utils.cookie.set( "espopup_notshow_" + $(this).parent().attr("id").replace("popupcontent_",""), 1 )'>

Popup not show again after closing: YES

Auto redirect to: 


http://yourtopicurl

Type of page: EXCLUDE

Display in page: 


http://yourtopicurl

(the popup will be shown in every page exclude the topic url)

Done.

When user click on the image in popup, they will be redirect to the topic url and popup will not show again.

Doesnt work.. it still keeps showing up

Link to comment
  • 2 weeks later...

Hi,

Since upgrading to latest version of IPS we get the following message at the bottom of the page

However we get this in both themes and we definately have the latest versions

Template easypopup/front/embed/script does not exist. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

Link to comment
6 minutes ago, Unlucky said:

Hi,

Since upgrading to latest version of IPS we get the following message at the bottom of the page

However we get this in both themes and we definately have the latest versions

Template easypopup/front/embed/script does not exist. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

Try to revert all templates of Easy Popup. If it still doesn't work. Give me ACP access I will take a look.

Just now, Unlucky said:

hi,

I have reinstalled easy popup and that seems to have fixed it

OK ^_^

Link to comment
12 minutes ago, Unlucky said:

If i setup my popup to pop on every topic page to drive guests to the register page, will this have any negative impact on search bots indexing the site?

No, the popup does not effect the search bots.

Edited by onlyME
Link to comment

LOL

OK that's great that site indexing works fine

This power gives me the ability now to protect topic post content but tease the guest to register as they seem a smiggin of the dimmed content

Great stuff - gets me out of a big hole now that that cloak plugin doesn't work at the moment

Link to comment
  • 2 weeks later...

nope, it again failed.

I will be grateful ever, if you help me please

 

below is the code I added:

<div style="margin: 10px;padding:8px 8px;color:#222;font-size:20px; font-weight: 400;text-align:center;">
<p>Join The Doc's Global Community </p>
<a href="http://thedoc.org/register" class="ipsButton ipsButton_medium ipsButton_important">Sign up now.</a>
</div>
<div class="ipsBox ipsPad">
<center><h2 class="ipsType_sectionHead">or Connect with: </h2></center>
<p class="ipsType_normal ipsType_reset ipsType_light">Connect via one of these sites.</p>
<br>						
<div class="ipsPad_half ipsType_center">
<a class="ipsButton ipsButton_verySmall ipsButton_fullWidth ipsSocial ipsSocial_facebook" href="https://www.facebook.com/dialog/oauth?&client_id=1015912021806320&scope=email&redirect_uri=http://thedoc.org/applications/core/interface/facebook/auth.php&state=front-9e7e862f0ada9331ea906bc4f87afc94-aHR0cDovL3RoZWRvYy5vcmcvcmVnaXN0ZXI=">
<span class="ipsSocial_icon"><i class="fa fa-facebook"></i></span>
<span class="ipsSocial_text">Sign in with Facebook</span>
</a>
</div>
<div class="ipsPad_half ipsType_center">
<a class="ipsButton ipsButton_verySmall ipsButton_fullWidth ipsSocial ipsSocial_twitter" href="http://thedoc.org/login/?loginProcess=twitter&ref=aHR0cDovL3RoZWRvYy5vcmcvcmVnaXN0ZXI=">
	<span class="ipsSocial_icon"><i class="fa fa-twitter"></i></span>
	<span class="ipsSocial_text">Sign in with Twitter</span>
</a>
</div>						
<div class="ipsPad_half ipsType_center">
<a class="ipsButton ipsButton_verySmall ipsButton_fullWidth ipsSocial ipsSocial_google" href="https://accounts.google.com/o/oauth2/auth?&response_type=code&client_id=436215689889-dduu78t3bsdkcqrbee60766dnq7hpe66.apps.googleusercontent.com&redirect_uri=http://thedoc.org/applications/core/interface/google/auth.php&scope=https://www.googleapis.com/auth/plus.login%20https://www.googleapis.com/auth/userinfo.email%20https://www.googleapis.com/auth/userinfo.profile&access_type=offline&state=front-9e7e862f0ada9331ea906bc4f87afc94-aHR0cDovL3RoZWRvYy5vcmcvcmVnaXN0ZXI=">
<span class="ipsSocial_icon"><i class="fa fa-google-plus"></i></span>
<span class="ipsSocial_text">Sign in with Google</span>
</a>
</div>
</div>

 

Link to comment

@Himadri Goswami Try this

<div style="margin: 10px;padding:8px 8px;color:#222;font-size:20px; font-weight: 400;text-align:center;">
	<p>Join The Doc's Global Community </p>
	<a href="http://thedoc.org/register" class="ipsButton ipsButton_medium ipsButton_important">Sign up now.</a>
</div>
<div class="ipsBox ipsPad" id="mySocialLogin">

</div>

<script>
	if ( $( "#elUserSignIn_external" ).length ) {
		$( "#elUserSignIn_external" ).clone().appendTo( "#mySocialLogin" );
	}
</script>

 

Link to comment
  • 5 months later...

Pre sale question. Can I have an individual popup associated with a banner ad I directly host (not Google Adsense)  so when the user clicks on a specific banner ad a pop up appears with for example, a special discount code. Then after N seconds the pop up disappears and redirects to the banner ads click through website?  

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...