atjackson45
Forum Replies Created
-
Forum: Networking WordPress
In reply to: help me….subdomain not working..server not foundI had the same issue, I was able to get it fixed.
I had the wildcard sub domains set up but I had to contact host gator to enable it for my domain.
I have private name servers.
Hopes this helps.
Forum: Plugins
In reply to: [WordPress Landing Pages] FYI Template ConflictsHey David,
This is a tricky issue. I got a template from themeforest and the developer coded the header and footer in the base.php file so that every page automatically gets them.
I had to add this fix in the base.php for my template to work.
<?php session_start(); ?> <?php if ('landing-page' !== get_post_type()) { ?> <?php get_template_part('templates/header'); ?> <?php include roots_template_path(); ?> </div> </div> <?php get_template_part('templates/footer'); ?> <?php wp_footer(); ?> </body> </html> <?php } else { ?> <?php include roots_template_path(); ?> </div> </div> <?php wp_footer(); ?> </body> </html> <?php } ?>Just something that may help others who get a theme coded the same.
And I want to mention all of the bugs that I discovered are now fixed in the latest version of the landing page plugin, I couldn’t be happier with the support provided.
Awesome plugin 🙂
Forum: Plugins
In reply to: [WordPress Landing Pages] Buddy Press Menus ConflictIt now works!
This issue has been solved with the latest landing page version.Forum: Plugins
In reply to: [WordPress Landing Pages] Creates Issues With Installing New PluginsIt now works!
This issue has been fixed with latest version of the landing page plugin.Forum: Plugins
In reply to: [WordPress Landing Pages] Cannot Perform Plugin or WordPress UpdatesHudson it works!
Thank you for taking so much of your time to find a solution for hostgator.
All of the tickets I created have now been fixed with this fix.
The new plugin version is installed and working as expected and we appreciate it. 🙂
Forum: Plugins
In reply to: [WordPress Landing Pages] Cannot Perform Plugin or WordPress UpdatesYes, the issue only happens with the landing page plugin is active.
– It will occasionally give me 404 pages on pages but after refreshing the page it will show.
– I can’t update plugins.These issues only happen when the plugin is active.
My conclusion is that it may have something to do with Hostgator since all of the website that I tested this plugin on are using hostgator and have the same issue.
I wonder if the plugin causes some flag for a security rule or memory_limit issue with host gator but I am not sure.
Thanks
TaraForum: Plugins
In reply to: [WordPress Landing Pages] Cannot Perform Plugin or WordPress UpdatesHey David,
Thank you for taking your time to help me debug this issue.
Things I Have Tried
I tried both solutions and neither solution worked.
I have tested the memory_limit raised it to 500M and saw that it was changed in phpinfo().
I have deactivated all plugins and and return theme to wordpress default, then reactivated only the landing page plugin.
Installed the hotfix plugin
Changed the timeout setting to 60.
Similarities I Noticed
All of these websites are hosted on Hostgator. Could there be an issue with this?
Thanks for you time,
Tara
Forum: Plugins
In reply to: [WordPress Landing Pages] Cannot Perform Plugin or WordPress UpdatesHey Hudson,
I have quite a few wordpress websites, so I decided to install the plugin on another website to see if the issue was still occurring:
JacksonCantu
http://screencast.com/t/leqFM7pr3GThe issue is still happening but it now displays the error:
An Unexpected HTTP error occurred during the API Request.
Forum: Plugins
In reply to: [WordPress Landing Pages] Cannot Perform Plugin or WordPress UpdatesAwesome thanks, I filled out the support request.
Forum: Plugins
In reply to: [WordPress Landing Pages] Cannot Perform Plugin or WordPress UpdatesTo answer your previous question, the WordPress version is 3.5.1
I want to release this to my members by Friday but I cannot if the issue still remains.
Could we set up some time to allow your developer to look at our site and see if they could debug the issue?
Thanks
TaraForum: Plugins
In reply to: [WordPress Landing Pages] Buddy Press Menus Conflicthttp://mysite.com/course/
http://mysite.com/services/
http://mysite.com/contacts/They link correctly when plugin is deactivated and send to 404 page not found when activated.
Forum: Plugins
In reply to: [WordPress Landing Pages] Cannot Perform Plugin or WordPress UpdatesHere is another screencast with another installation.
Forum: Plugins
In reply to: [WordPress Landing Pages] Cannot Perform Plugin or WordPress UpdatesHey Hudson,
I am not sure why the issue is happening for me and not you, I have tried an alternate clean install but I am still unable to have the same results as you have.
Here is a screencast. This shows what happens when I try to update a plugin and use buddypress menu items linking to the wordpress pages before and after installing landing pages.
http://screencast.com/t/YMgk5hsmnAr
Let me know if we can sync up.
Thanks
TaraForum: Plugins
In reply to: [WordPress Landing Pages] Cannot Perform Plugin or WordPress UpdatesThis was tested with a new installation and only with the landing page plugin active.
It doesn’t happen when the plugin is deactivated.