leethompson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Weird RedirectHi Katy,
Just checking to see if the resolution worked for you?Lee
Forum: Fixing WordPress
In reply to: Weird RedirectThe All-in-one Event Calendar by Timely calls the wp-Cron function, I would suggest deactivating this plugin and and see if that fixes the redirect. If no I would disable all plugins and see if it is a plugin.
Forum: Fixing WordPress
In reply to: Weird RedirectCan you please list the plugins you do have installed and what them you are using?
Forum: Fixing WordPress
In reply to: Is WordPress Right For My Implementation Needs?WordPress will allow you to do this and even more. You can schedule the posts, allow users write, comment, rate. You can even have moderators that review the post before they are published. You can set up categories and pages there are a ton of plugins to help you sponser ads, take donation, have a shopping cart. Pretty much endless options. The best part its open source so you have not just a small development team but a world of thousnds contribuiting at all times. Googling for an answer or even posting here will get you the answer you are looking for. You can see a site that allows users to post and they never see the backend of wordpress here If you have specific questions let us know.
Lee
I would remove your plugins via ftp and see if that resovles your issue. Then install them 1 at time to find the one that is not compatiable.
Lee
Forum: Fixing WordPress
In reply to: Verifying siteAlso you might try this plugin http://wordpress.org/extend/plugins/official-google-site-verification-plugin/
Lee
Forum: Fixing WordPress
In reply to: Verifying siteIn wp-admin if you hover over appearacne you will see editor click that will take you to the backend code. There you can add the meta tag from google inbetween <head> and </head>
Lee
Forum: Fixing WordPress
In reply to: Verifying siteDo you have a way of editing the header file of your theme?
Lee
Forum: Fixing WordPress
In reply to: White Page in wp-adminThe best way is to remove the plugins via ftp, and ask your provider for the apache logs so you can see the error or ask them if you can edit the php.ini file to set error reporting. Removing(not deactivating them) the plugin has resolved this for me in the past.
Lee
Forum: Fixing WordPress
In reply to: I can't login, I receive error message that the URL does not existWht was the original url and what is the new url?
lee
Forum: Fixing WordPress
In reply to: Lost acces to dashboardYou will need to move your installed plugins out of the plugins directory, If you have access to your web logs it should tell you whcih plugin is causing the issue.
Lee
Forum: Fixing WordPress
In reply to: Cant See "Log in" on my blog againDo you have the Meta widget in the sidebar? you can login from here.
Lee
Forum: Fixing WordPress
In reply to: Feed is downloading a file on Google Chrome? [Urgent]Google Chrome requires a reader pluing installed, it use to be installed by default you can find the default one here. https://chrome.google.com/webstore/detail/pjjhlfkghdhmijklfnahfkpgmhcmfgcm
Lee
Forum: Fixing WordPress
In reply to: All pages redirect to home pageHave you made changes in
wp-admin/options-permalink.php
try setting it to deafult and see if it fixes your issue.
Lee
Forum: Fixing WordPress
In reply to: Possible Javascript IssuesI see the div is set to display:none for the slideshow class.
<p>Here are some sweet pics yo</p> <ul id="slideshow" class="slideshow" style="display:none;"> <div id="slideshow-wrapper-s71w">The first thing is to find out why its not displayed.
Lee