Robin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: blog post distorted once publishedYour plugin is broken the way it is picking up URL
Try some other share plugin – use Jetpack it has share post buttons optionsForum: Installing WordPress
In reply to: Installation using WindowsYOu can either setup a local server (using xampp) and test out and develop your WordPress site
or use any hosting site or the same site you bought your domain from and most of modern hosting sites have 1 click installation for WordPressForum: Fixing WordPress
In reply to: Admin works but 404 at main websitedid u check ur phpinfo ??
Reset your permalinks
make sure your .htaccess is writableForum: Fixing WordPress
In reply to: Admin works but 404 at main websiteits hard to say just with the info you have – would need to get under the hood
Forum: Fixing WordPress
In reply to: Admin works but 404 at main websiteGo to wp-config.php
edit ( ‘WP_DEBUG’, true ) (by default it is false)and check for your phpinfo file and see how much do u have space for ur DB upload
Forum: Fixing WordPress
In reply to: Deinstall or reset WordPress entirelyInstall a total fresh WordPress?
Forum: Fixing WordPress
In reply to: Uploading to host from local machine in Webmatrixusually when moving site from localhost to live server – this is a easy way to do it and you dont have to work with database,
Just install a fresh copy of WordPress on your live server, and than copy your theme folder to live server
Login into dasboard > tools > import > wordpressFrom your local server tools> export > wordpress
Forum: Fixing WordPress
In reply to: Deinstall or reset WordPress entirelyThis should help you, if you have backup
Restoring from backup tutorial on codexForum: Installing WordPress
In reply to: Dreaded 404 Errorcheck if your domain is locked
Forum: Installing WordPress
In reply to: Installe WordPress with Hostgator. No Domanin found.make sure your domain name has proper nameserver setup
Forum: Fixing WordPress
In reply to: URL problemThis should help you out – go through it
and may be u can ask your hosting company as well if mod_rewrite permission is available on ur hostForum: Themes and Templates
In reply to: [Church] Not responsive when I click on the menu in iphoneworks on my iphone
Forum: Fixing WordPress
In reply to: Is there any good plugin for footer widgets?how well versed are you with PHP ?
you can easily create a custom widget for your footer and call it in your footer.php
Let me know if u can work around with PHP otherwise i will write the code here
Forum: Plugins
In reply to: [Photo Galleria] Not getting responsive on mobile devicesso far i have tried to work out with @media queries but would prefer a better solution
Forum: Fixing WordPress
In reply to: URL problemcan you paste your htaccess