heatmap
Forum Replies Created
-
Forum: Your WordPress
In reply to: Video WebsiteNice site.
Tried one of the videos with the flv player and it loaded nice and quickly.Forum: Fixing WordPress
In reply to: Fatal error – Can not get logged in to admin sectionIt might be quickest drop a line to your web host to check it.
Forum: Fixing WordPress
In reply to: How to upload JS filesDepends what kind of Javascript files you are talking about.
If you are talking about javascript such a the type found in adsense ads then that would be generally added to worpdress using an adsense plugin or theme.If you are talking about .js files then you would normally upload them via ftp into your plugin or theme folder an enqueue them in your theme functions.php or main plugin file
http://codex.wordpress.org/Function_Reference/wp_enqueue_scriptForum: Fixing WordPress
In reply to: login redirects to wp-admin/&reauth=1 after upgrade to 3.4.2Have you cleared your browser cookies?
They can sometimes cause strangeness.Forum: Fixing WordPress
In reply to: Fatal ErrorIt probably means the server at your web host has run out of memory.
ie not enough space to do what it needs to do.
I’d be giving your web host a call (or your web designer so that they can make the call).Forum: Fixing WordPress
In reply to: 500 Internal Error Message WP 3.5Are you sure its not actually a problem with your web host or a setting on your server.
I’d give them a call to see if there are actually some problems with your server.Forum: Fixing WordPress
In reply to: Unable to connect with site using FTP, only BrowserIt might be worth giving the user support of your web hosting provider a quick call to clarify things for you.
If things seem to be uploading via ftp, but don’t change live then you might have a problem with which account is the ‘owner’ of the files (ie if you dont use the correct username that owns the files then you might not be able to replace them).
Forum: Fixing WordPress
In reply to: How Do I Add Links to Social Media IconsThe social on your site icons seem to bring up the relevant login or comment boxes when I try them. Looks okay as far as I can see. Are you not seeing those?
Forum: Fixing WordPress
In reply to: Analytics plugin stopped working.Is it happening since 3.5 update?
Forum: Fixing WordPress
In reply to: Sticky not stickingMaybe its theme related?
Have you tested with a different theme to see if the sticky stay stuck on that?you might have to do some search and replace in your database or maybe try a plugin.
Googling revealed…
http://wordpress.org/extend/plugins/search-and-replaceForum: Fixing WordPress
In reply to: Larger content edit boxThere is a button in the post editor above the text editing box which makes the editor full screen.
Also many browsers allow you to just drag the bottom corner of a text editing box and make it as big as you like.Have you considered using a setting up a local development environment using a LAMP stack like XAMMP or Desktop Server from ServerPress.com?
You could set up your local PC’s hosts file so that your PC is fooled into thinking its accessing the live site when its really getting the development site. That way the links should work.
Just try Googling ‘how to set up wordpress development environment’ or something like that.
When I’ve done this in the past I seem to remember that there was free utility for PCs that allowed me to click a button and automatically configure the site url hosts file to switch between either the live or development sites on the same url.
Forum: Fixing WordPress
In reply to: SQL Database Error Messing Up Random PostsThe first thing I would try would be to temporarily disable all plugins to see if its plugin related.
Forum: Fixing WordPress
In reply to: Fatal Error, can't access DashboardHave you tried disabling your plugins temporarily to determine if it is plugin related?