<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WPMU DEV Community &#187; Tag: pop up - Recent Posts</title>
		<link>http://premium.wpmudev.org/forums/tags/pop-up</link>
		<description>WPMU DEV Community &#187; Tag: pop up - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 05:07:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://premium.wpmudev.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://premium.wpmudev.org/forums/rss/tags/pop-up" rel="self" type="application/rss+xml" />

		<item>
			<title>Patrick on "Forms in Pop Over"</title>
			<link>http://premium.wpmudev.org/forums/topic/forms-in-pop-over#post-429459</link>
			<pubDate>Wed, 22 May 2013 02:40:46 +0000</pubDate>
			<dc:creator>Patrick</dc:creator>
			<guid isPermaLink="false">429459@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi @Planet9AgencyUK</p>
<p>I'm doing a bit of housekeeping by going through some older threads, and I noticed this one is still open.</p>
<p>Just to get it out of our active ticket system, I'm going to mark it resolved.</p>
<p>But if you still need assistance on this issue, please don't hesitate to re-open it by checking the "Mark as not resolved" box below.</p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>Patrick on "Pop up not working"</title>
			<link>http://premium.wpmudev.org/forums/topic/pop-up-not-working-2#post-429453</link>
			<pubDate>Wed, 22 May 2013 02:33:51 +0000</pubDate>
			<dc:creator>Patrick</dc:creator>
			<guid isPermaLink="false">429453@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi @waste_group</p>
<p>I'm doing a bit of housekeeping by going through some older threads, and I noticed this one is still open.</p>
<p>Do you still require assistance with this issue? Or have you managed to resolve it?
</p></description>
		</item>
		<item>
			<title>Tom Eagles on "PopOver + CF7 = confirmation error after form submission"</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-cf7-confirmation-error-after-form-submission#post-429255</link>
			<pubDate>Tue, 21 May 2013 21:04:10 +0000</pubDate>
			<dc:creator>Tom Eagles</dc:creator>
			<guid isPermaLink="false">429255@http://premium.wpmudev.org/forums/</guid>
			<description><p>@quosimosaur</p>
<p>Just checking in to see if you noticed Barry's post</p>
<p>Cheers
</p></description>
		</item>
		<item>
			<title>Barry on "PopOver + CF7 = confirmation error after form submission"</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-cf7-confirmation-error-after-form-submission#post-429058</link>
			<pubDate>Tue, 21 May 2013 15:40:05 +0000</pubDate>
			<dc:creator>Barry</dc:creator>
			<guid isPermaLink="false">429058@http://premium.wpmudev.org/forums/</guid>
			<description><p>You need to switch on Ajax submission on CF7
</p></description>
		</item>
		<item>
			<title>Tom Eagles on "PopOver + CF7 = confirmation error after form submission"</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-cf7-confirmation-error-after-form-submission#post-429013</link>
			<pubDate>Tue, 21 May 2013 15:05:37 +0000</pubDate>
			<dc:creator>Tom Eagles</dc:creator>
			<guid isPermaLink="false">429013@http://premium.wpmudev.org/forums/</guid>
			<description><p>@quosimosaur</p>
<p>I see what you mean, I am tagging @Barry the developer to see if he knows what could be causing this issue.</p>
<p>Cheers
</p></description>
		</item>
		<item>
			<title>aristath on "Slideshow does not work in Popup"</title>
			<link>http://premium.wpmudev.org/forums/topic/slideshow-does-not-work-in-popup#post-428892</link>
			<pubDate>Tue, 21 May 2013 11:50:53 +0000</pubDate>
			<dc:creator>aristath</dc:creator>
			<guid isPermaLink="false">428892@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hello again @Enestedt,<br />
Do you still require assistance on this issue?</p>
<p>Please advise,<br />
Ari.
</p></description>
		</item>
		<item>
			<title>lighthouse on "Pop over plugin- Mobile integration"</title>
			<link>http://premium.wpmudev.org/forums/topic/pop-over-plugin-mobile-integration#post-428771</link>
			<pubDate>Tue, 21 May 2013 08:38:53 +0000</pubDate>
			<dc:creator>lighthouse</dc:creator>
			<guid isPermaLink="false">428771@http://premium.wpmudev.org/forums/</guid>
			<description><p>We had some luck by setting the max-width on .visiblebox to 90%. This is a bit hit and miss but if you want to modify one of the default themes something like this should work:<br />
<pre><code>div.visiblebox {
	max-width: 90% !important;
}</code></pre>
<p>You can also use a CSS media query to hide the popup on small screens:</p>
<pre><code>@media (max-width: 300px){
	div.visiblebox, div.hiddenbox {
		display: none !important;
		visibility: hidden;
	}
	#darkbackground {
		display: none !important;
	}
}</code></pre></description>
		</item>
		<item>
			<title>Barry on "Is there a way to set pop-up to show when a user clicks"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-way-to-set-pop-up-to-show-when-a-user-clicks#post-428769</link>
			<pubDate>Tue, 21 May 2013 08:32:41 +0000</pubDate>
			<dc:creator>Barry</dc:creator>
			<guid isPermaLink="false">428769@http://premium.wpmudev.org/forums/</guid>
			<description><blockquote><p>Is there a way to set pop-up to show when a user clicks on a navigation button? one of the navi buttons on my website links to an external site and I want to warn the viewer prior to them going to the site.</p>
</blockquote>
<p>No, you should use a plugin like the one @Vaughan mentioned above, or a light box style one. Our pop-up plugin is designed to be loaded based on conditions and, so, is not always going to be available on the page.
</p></description>
		</item>
		<item>
			<title>Vaughan on "Pop over plugin- Mobile integration"</title>
			<link>http://premium.wpmudev.org/forums/topic/pop-over-plugin-mobile-integration#post-428640</link>
			<pubDate>Tue, 21 May 2013 00:14:39 +0000</pubDate>
			<dc:creator>Vaughan</dc:creator>
			<guid isPermaLink="false">428640@http://premium.wpmudev.org/forums/</guid>
			<description><p>hiya</p>
<p>thanks for posting.</p>
<p>i'm not sure this can be done without some custom code to detect the browser.</p>
<p>there's a few plugins that offer detection.</p>
<p><a href="http://wordpress.org/plugins/wp-mobile-detector/" target="_blank">http://wordpress.org/plugins/wp-mobile-detector/</a></p>
<p><a href="http://stackoverflow.com/questions/14721467/detect-mobile-using-wordpress" target="_blank">http://stackoverflow.com/questions/14721467/detect-mobile-using-wordpress</a></p>
<p>hope this helps.</p>
<p>thanks.
</p></description>
		</item>
		<item>
			<title>Vaughan on "Is there a way to set pop-up to show when a user clicks"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-way-to-set-pop-up-to-show-when-a-user-clicks#post-428636</link>
			<pubDate>Tue, 21 May 2013 00:00:12 +0000</pubDate>
			<dc:creator>Vaughan</dc:creator>
			<guid isPermaLink="false">428636@http://premium.wpmudev.org/forums/</guid>
			<description><p>hiya</p>
<p>thanks for posting.</p>
<p>unfortunately I'm not sure that's possible without some custom coding.</p>
<p>i know there's a plugin that can do this though. <a href="http://betterwp.net/wordpress-plugins/bwp-external-links/" target="_blank">http://betterwp.net/wordpress-plugins/bwp-external-links/</a></p>
<p>i'll flag the developer tho just in case there is a way using hooks.</p>
<p>hope this helps.
</p></description>
		</item>
		<item>
			<title>naturaltransition on "Pop over plugin- Mobile integration"</title>
			<link>http://premium.wpmudev.org/forums/topic/pop-over-plugin-mobile-integration#post-428608</link>
			<pubDate>Mon, 20 May 2013 22:40:19 +0000</pubDate>
			<dc:creator>naturaltransition</dc:creator>
			<guid isPermaLink="false">428608@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi,</p>
<p>I had a responsive theme on the site attipas.com.au. Now with the pop up plugin, the site is no good on ios. Is there anyway to make this work on ios? Or disable the pop up if a mobile device is detected?</p>
<p>Thanks.</p>
<p>Julie
</p></description>
		</item>
		<item>
			<title>sid_anand on "Is there a way to set pop-up to show when a user clicks"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-way-to-set-pop-up-to-show-when-a-user-clicks#post-428603</link>
			<pubDate>Mon, 20 May 2013 22:34:49 +0000</pubDate>
			<dc:creator>sid_anand</dc:creator>
			<guid isPermaLink="false">428603@http://premium.wpmudev.org/forums/</guid>
			<description><p>Is there a way to set pop-up to show when a user clicks on a navigation button? one of the navi buttons on my website links to an external site and I want to warn the viewer prior to them going to the site. </p>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>PC on "Popover Plugin Sucks (Memory, That Is...)"</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-plugin-sucks-memory-that-is#post-428529</link>
			<pubDate>Mon, 20 May 2013 19:15:20 +0000</pubDate>
			<dc:creator>PC</dc:creator>
			<guid isPermaLink="false">428529@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hey @josephdowdy</p>
<p>Thanks for coming back and letting me know that everything is working fine :)</p>
<p>Cheers, PC
</p></description>
		</item>
		<item>
			<title>Jack Kitterhing on "there i have the pop over plugin to run on this page"</title>
			<link>http://premium.wpmudev.org/forums/topic/there-i-have-the-pop-over-plugin-to-run-on-this-page#post-428452</link>
			<pubDate>Mon, 20 May 2013 17:04:19 +0000</pubDate>
			<dc:creator>Jack Kitterhing</dc:creator>
			<guid isPermaLink="false">428452@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi there @catech</p>
<p>I hope you are well today.</p>
<p>I have just visited the site and the pop up worked for me, what pop up settings do you have for the pop to show?</p>
<p>Thank you for being a WPMU DEV member!</p>
<p>Kind Regards<br />
Jack.
</p></description>
		</item>
		<item>
			<title>catech on "there i have the pop over plugin to run on this page"</title>
			<link>http://premium.wpmudev.org/forums/topic/there-i-have-the-pop-over-plugin-to-run-on-this-page#post-428434</link>
			<pubDate>Mon, 20 May 2013 16:01:19 +0000</pubDate>
			<dc:creator>catech</dc:creator>
			<guid isPermaLink="false">428434@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hey there i have the pop over plugin to run on this page <a href="http://www.thefitdads.com/insanity-workout-review/" target="_blank">http://www.thefitdads.com/insanity-workout-review/</a></p>
<p>It is not showing. any ideas why? It is a custom theme. Is code missing that is needed?<br />
Thanks
</p></description>
		</item>
		<item>
			<title>josephdowdy on "Popover Plugin Sucks (Memory, That Is...)"</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-plugin-sucks-memory-that-is#post-428392</link>
			<pubDate>Mon, 20 May 2013 14:24:47 +0000</pubDate>
			<dc:creator>josephdowdy</dc:creator>
			<guid isPermaLink="false">428392@http://premium.wpmudev.org/forums/</guid>
			<description><p>Yes, I did find out the problem. Even though removing the plugin did decrease the memory enough for the site to load, the site later kept crashing and so I determined that this plugin was not the problem.</p>
<p>Sorry for the false alarm.
</p></description>
		</item>
		<item>
			<title>PC on "Popover Plugin Sucks (Memory, That Is...)"</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-plugin-sucks-memory-that-is#post-428251</link>
			<pubDate>Mon, 20 May 2013 08:17:39 +0000</pubDate>
			<dc:creator>PC</dc:creator>
			<guid isPermaLink="false">428251@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hey Joseph,</p>
<p>Thanks for posting back.</p>
<p>Did you manage to test this with default theme ? What are the test results ?</p>
<p>Also, can you post any error logs you get on the site ?</p>
<p>Please advise.</p>
<p>Cheers, PC
</p></description>
		</item>
		<item>
			<title>josephdowdy on "Popover Plugin Sucks (Memory, That Is...)"</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-plugin-sucks-memory-that-is#post-428008</link>
			<pubDate>Sun, 19 May 2013 16:32:10 +0000</pubDate>
			<dc:creator>josephdowdy</dc:creator>
			<guid isPermaLink="false">428008@http://premium.wpmudev.org/forums/</guid>
			<description><p>Yes, I could test it with the default theme.
</p></description>
		</item>
		<item>
			<title>Tom Eagles on "Popover and Shortcodes with Gravity Form."</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-and-shortcodes-with-gravity-form#post-427796</link>
			<pubDate>Sun, 19 May 2013 07:57:38 +0000</pubDate>
			<dc:creator>Tom Eagles</dc:creator>
			<guid isPermaLink="false">427796@http://premium.wpmudev.org/forums/</guid>
			<description><p>@jchura</p>
<p>Just checking in to see if you followed up on barrys last comment.</p>
<p>Cheers
</p></description>
		</item>
		<item>
			<title>PC on "Popover Plugin Sucks (Memory, That Is...)"</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-plugin-sucks-memory-that-is#post-427687</link>
			<pubDate>Sun, 19 May 2013 04:00:46 +0000</pubDate>
			<dc:creator>PC</dc:creator>
			<guid isPermaLink="false">427687@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hello @josephdowdy</p>
<p>Thanks for posting on the forums.</p>
<p>I never noticed an issue like that before. It works fine on my test sites and has not caused a memory issue till now.</p>
<p>How are you testing for the memory utilization ?</p>
<p>Can you test that with the default 2012 theme activated with just the pop up plugin and share the results so that if required I can call our lead developer on the issue ?</p>
<p>Please advise.</p>
<p>Cheers, PC
</p></description>
		</item>
		<item>
			<title>josephdowdy on "Popover Plugin Sucks (Memory, That Is...)"</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-plugin-sucks-memory-that-is#post-427671</link>
			<pubDate>Sun, 19 May 2013 02:39:18 +0000</pubDate>
			<dc:creator>josephdowdy</dc:creator>
			<guid isPermaLink="false">427671@http://premium.wpmudev.org/forums/</guid>
			<description><p>When using Popover Plugin, my memory usage goes up so far that it crashes my site. I had to have the memory jacked up to 122MB, but there is no way I can afford to maintain that. So, I disabled it, set it back to 32MB and the site runs fine. Is this a memory leak issue?
</p></description>
		</item>
		<item>
			<title>quosimosaur on "PopOver + CF7 = confirmation error after form submission"</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-cf7-confirmation-error-after-form-submission#post-427369</link>
			<pubDate>Sat, 18 May 2013 07:22:09 +0000</pubDate>
			<dc:creator>quosimosaur</dc:creator>
			<guid isPermaLink="false">427369@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi Tom,<br />
Thanks for the quick reply. Here's the test site: <a href="http://www.bayview.keitso.com/location/" target="_blank">http://www.bayview.keitso.com/location/</a></p>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>Tom Eagles on "PopOver + CF7 = confirmation error after form submission"</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-cf7-confirmation-error-after-form-submission#post-427348</link>
			<pubDate>Sat, 18 May 2013 06:39:25 +0000</pubDate>
			<dc:creator>Tom Eagles</dc:creator>
			<guid isPermaLink="false">427348@http://premium.wpmudev.org/forums/</guid>
			<description><p>@quosimosaur</p>
<p>Hi there do you have a link to the site so we can see this in action? In the mean time i am going to tag the developer for feedback, but we will need a link to see whats wrong.</p>
<p>Cheers
</p></description>
		</item>
		<item>
			<title>quosimosaur on "PopOver + CF7 = confirmation error after form submission"</title>
			<link>http://premium.wpmudev.org/forums/topic/popover-cf7-confirmation-error-after-form-submission#post-427319</link>
			<pubDate>Sat, 18 May 2013 04:30:54 +0000</pubDate>
			<dc:creator>quosimosaur</dc:creator>
			<guid isPermaLink="false">427319@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hello WPMU support staff,<br />
When I submit details using Contact Form 7 within a popup, I get directed to a page which says: po_onsuccess({"name":"a6f4922f45568161a8cdf4ad2299f6d23-po","delay":1000,"usejs":"no","html":"</p>
<p>The details are being sent through properly, but I'd like to implement a clear confirmation in place of this error page.</p>
<p>CF7 works fine on other pages so I know it has something to do with CF7 + PopOver.
</p></description>
		</item>
		<item>
			<title>Vaughan on "is there another way of specifying the location of the pop"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-another-way-of-specifying-the-location-of-the-pop#post-427277</link>
			<pubDate>Sat, 18 May 2013 00:59:17 +0000</pubDate>
			<dc:creator>Vaughan</dc:creator>
			<guid isPermaLink="false">427277@http://premium.wpmudev.org/forums/</guid>
			<description><p>hiya</p>
<p>thanks for posting.</p>
<p>can you try with CSS</p>
<pre><code>po.visiblebox {
    left: 50% !important;
    position: fixed !important;
    top: 50% !important;
}</code></pre>
<p>hope this helps.
</p></description>
		</item>
		<item>
			<title>Gina on "Popup Plugin not working -using Genesis theme"</title>
			<link>http://premium.wpmudev.org/forums/topic/popup-plugin-not-working-using-genesis-theme#post-427260</link>
			<pubDate>Fri, 17 May 2013 23:49:05 +0000</pubDate>
			<dc:creator>Gina</dc:creator>
			<guid isPermaLink="false">427260@http://premium.wpmudev.org/forums/</guid>
			<description><p>Perfect and that was so easy!  Thanks so much.  Love the plugin!
</p></description>
		</item>
		<item>
			<title>frank_rondon on "is there another way of specifying the location of the pop"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-another-way-of-specifying-the-location-of-the-pop#post-427209</link>
			<pubDate>Fri, 17 May 2013 21:02:15 +0000</pubDate>
			<dc:creator>frank_rondon</dc:creator>
			<guid isPermaLink="false">427209@http://premium.wpmudev.org/forums/</guid>
			<description><p>is there another way of specifying the location of the pop over other than in px?how about %?
</p></description>
		</item>
		<item>
			<title>Vaughan on "Popup Plugin not working -using Genesis theme"</title>
			<link>http://premium.wpmudev.org/forums/topic/popup-plugin-not-working-using-genesis-theme#post-427200</link>
			<pubDate>Fri, 17 May 2013 20:50:03 +0000</pubDate>
			<dc:creator>Vaughan</dc:creator>
			<guid isPermaLink="false">427200@http://premium.wpmudev.org/forums/</guid>
			<description><p>hiya</p>
<p>thanks for posting.</p>
<p>In the settings page can you try changing the pop over loading method to page footer or external load if it's already on page footer.</p>
<p>let me know if that fixes it.</p>
<p>thanks.
</p></description>
		</item>
		<item>
			<title>Gina on "Popup Plugin not working -using Genesis theme"</title>
			<link>http://premium.wpmudev.org/forums/topic/popup-plugin-not-working-using-genesis-theme#post-427109</link>
			<pubDate>Fri, 17 May 2013 18:38:07 +0000</pubDate>
			<dc:creator>Gina</dc:creator>
			<guid isPermaLink="false">427109@http://premium.wpmudev.org/forums/</guid>
			<description><p>The popup is not displaying on my site <a href="http://posreflections.com/test2/" target="_blank">http://posreflections.com/test2/</a>.  I am using a child theme of Genesis, which I heard can cause problems. Here are my settings, although I have unticked the javascript box: <a href="https://docs.google.com/file/d/0ByHjexp_eSuxYmZkTE1FTFpuam8/edit?usp=sharing" target="_blank">https://docs.google.com/file/d/0ByHjexp_eSuxYmZkTE1FTFpuam8/edit?usp=sharing</a>.   What can I do?
</p></description>
		</item>
		<item>
			<title>Jack Kitterhing on "problem with the CLOSE button of the plugin Pop Up!"</title>
			<link>http://premium.wpmudev.org/forums/topic/problem-with-the-close-button-of-the-plugin-pop-up#post-425553</link>
			<pubDate>Wed, 15 May 2013 16:10:53 +0000</pubDate>
			<dc:creator>Jack Kitterhing</dc:creator>
			<guid isPermaLink="false">425553@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi there Simone,</p>
<p>Thank you for the additional information.</p>
<p>With the google analytics showing 40 new visitors and 4 newsletter subscriptions that is quite good for a site, have you checked the google analytics for the bounce rate? As if that's showing a similar number of say 36 on your home page, that means that people have left as they don't want to sign up for the newsletter.</p>
<p>I wouldn't expect all visitors to sign up for the newsletter, unless they are required to, to gain access?</p>
<p>Thank you!</p>
<p>Kind Regards<br />
Jack.
</p></description>
		</item>

	</channel>
</rss>
