John Turner
Forum Replies Created
-
Great! Can you please leave a review if you get a chance.
https://wordpress.org/support/view/plugin-reviews/ultimate-coming-soon-page?rate=5#postform
hmm, you might add “important: like this:
body {
background: #000000 url(‘http://www.catstyecam.nl/wp-content/uploads/2015/08/Catstye-Cam.jpg’) !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-position: top center !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Jetpack not playing niceI tested with JetPack with no issue. I have debug enabled. How do I reproduce?
Thanks
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Extremely basic email address collectorHi,
Sorry, Feedburner is the only way to collect emails. But it works great and you can export the email form Feedburner.
There are more options in the pro version, use coupon code GET15OFF to save 15% if you have interested.
Thanks
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Jetpack not playing niceStrange, I’ll take a look this evening! Thanks for reporting.
Forum: Plugins
In reply to: [Under Construction WP] Implement an option for leaving background as it isCould be a caching issue, url to site?
Looks like nextgen is doing something funky and injecting css overriding the css.
You can re-add the css like this to try and override what nexgen is doing:
body {
background: #000000 url(‘http://www.catstyecam.nl/wp-content/uploads/2015/08/Catstye-Cam.jpg’) repeat;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Headline isn't being removedgodaddy uses cahcing. Click the “Flush Cache” button on the black admin bar.
That will clear it.
thanks
Thanks for the review 🙂
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Custom admin login URL has suddenly disappeared!Thanks for the update!
Hi,
The free version doesnt’ support shortcode or 3rd party plugins.
The pro version does however, f you are interested use coupon code GET15OFF to save 15% at http://www.seepdrod.com
Thanks, John
Thanks for the review 🙂
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Image won't show upbody{
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Image won't show upFor some reasin your themes stylesheet are being loaded and overriding. You can use this custom css.
body {
background: #FFFFFE url(‘http://www.bluewhiteandgrey.com/wp-content/uploads/coming-soon-background.jpg’) repeat !important;
}Forum: Reviews
In reply to: [WordPress Notification Bar] Simple and does exactly what it needs to doThanks for the review and idea! I’ll see what I can do!