John Turner
Forum Replies Created
-
Forum: Plugins
In reply to: [Under Construction WP] How to preview the under construction screenhum, what’s your preview urL?
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Feedburner issueGreat! Cheers
Forum: Reviews
In reply to: [Ultimate Coming Soon Page] Couldn't view pluginThank you! Cheers
No problem! Please leave a quick review if you get a chance!
https://wordpress.org/support/view/plugin-reviews/ultimate-coming-soon-page?rate=5#postform
Sorry I don’t see anything to keep it from showing. Just make sure it’s enabled here: https://goo.gl/Uroglm
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Feedburner issueTry disbaleing the plugin , setting up feedburner then re-enabling the plugin.
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Feedburner issueDoes the feed exist at http://pegasusequinedentistry.com/feed/ if you disable the coming soon plugin?
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Feedburner issueYep confirm and tested that if you have feedburner setup it shows the feed. Not sure why yours is not.
Here’s the code that does it:
// Show feed if feedburner is in use if(!empty($seedprod_comingsoon_options['comingsoon_feedburner_address']) && is_feed()){ return false; }Forum: Reviews
In reply to: [Ultimate Maintenance Mode] goodThanks for the review! Cheers
Hi Marcelo,
https://wordpress.org/plugins/coming-soon/ is the latest version. This was my first plugin
https://wordpress.org/plugins/ultimate-coming-soon-page/ and once I figured out how to do things better and more efficient I released a new version. Didn’t want to break the old plugin since so many users were using. The template is a bit different but the difference isLet me know if you have any other questions.
Thanks
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Feedburner issueStrange, your feed should be showing here instead of the coming soon page. http://pegasusequinedentistry.com/feed/
I’ll look at my plugin code in a bit to make sure it’s excluding that url.
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Feedburner issueCheck and see if you have permalink enabled in your wordpress settings.
No problem
It would be better to get rid of whatever is doing the redirect like I said the plugin or theme.
Don’ redirect the login page from wp-login.php to log-in
In the pro version your can exclude custom login urls.
You should be able to goto http://www.aarambhlife.com/wp-login.php to login
but your theme or you have a custom login plugin redirecting the default login page to
http://www.aarambhlife.com/log-in/
You’ll have to ftp in and disable either the coming soon plugin or the custom login plugin.