John Turner
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] multisite setup blocking plugin?Hi,
You have to login on the same domain as the site you want to view. WordPress sets the login cookie on the domain you login on.
This is a common issue with domain mapping. You also won’t see the admin bar.
Thanks
“Thanks for reply. Does that mean pages can still be accessed by non-admin users?
Is there some way of them seeing pages without the theme? Or can I be assured if using your plugin that all pages are not visible to non-admins?”
Any one logged in can see the site by default. You can control access by role in the pro version.
“Can the site still be hacked with your plugin activated or should I make sure it’s as secure as possible?”
It’s not a security plugin, it just protects the site from being view while under construction.
Thanks
See this article: http://support.seedprod.com/article/113-cant-view-website-when-logged-in
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] mobile responsiveness1. No that css make the image stay contained with the browser so you can see all of it as opposed to part getting cut off. See this article for a better explanation.
http://support.seedprod.com/article/97-the-background-image-does-not-fitThink of it as trying to fit a square through a rectangle, you either have to cut off parts of the square to make it fit and shrink it to fit in the rectangle.
2. No does not matter.
Please let me know if you have any more questions.
It doesn’t protect folders. Basically instead of showing your theme it shows a coming soon page when active.
Thanks
The frontend / theme is protected.
Thanks
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] mobile responsivenessHi,
You have to use this css to keep the image contained within the page and keep it from cropping parts that don’t fit.
body {
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}There is a property you can set on the pro version if you are not familiar with css. http://www.seedprod.com
Thanks
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Centering headline and text over imageHi,
The layout is fixed in this version. You do have the ability to change the layout in the pro version if you are interested in that. http://www.seepdord.com
Let me know if you have any more questions.
Thanks
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Can't view pages with Shopkeeper themeNo problem! Cheers
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Can't view pages with Shopkeeper themeWhat’s your url?
Also we provide support for the pro version at http://www.seedprod.com/ticket Open a ticket there and I can provide better support because it supplies me with more details.
Thanks
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] link working only in previewHi,
Correct if you want to only show the coming soon page on some pages of your site and not on others you’ll need the pro version. If you need more support get the pro version as well and I’ll be happy to log in to your site and take a look.
Thanks
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Can't view pages with Shopkeeper themeDo you having a coaching plugin installed or is your host running caching? Clear those. If you need more support consider purchasing the pro version and I’ll be happy to login and take a look. http://www.seedprod.com
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Can't view pages with Shopkeeper themeIf you can’t see the site while coming soon mode is enabled make sure your home and site utl are the same under settings > general in WordPress
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] link working only in previewI see the coming soon page on every page
I’m not sure what else to tell you. I’m not sure why you don’t see it?Forum: Plugins
In reply to: [Ultimate Coming Soon Page] link working only in previewsorry I don’t have any other advice. varnish serves up a static copy of a page. Anything you do dynamically will be an issue then unless varnish knows about it.