Robin
Forum Replies Created
-
Forum: Localhost Installs
In reply to: moving changes from localhost to productionI hope the shifting to production went smoothly
Hi i would gladly help but since you have put the site in maintenance mode i could not see the problem 🙁
Forum: Localhost Installs
In reply to: Only a few links are directing to live siteI am glad it worked out
cheersForum: Fixing WordPress
In reply to: Trouble getting to admin pageWas the site running before?
this could also happen if your server is updated to php5
secondly if you have access to your ftp
go to your config file and look for line
error_reporting(0); and add 0
and their should be something similar in your wp-settings.php file as well.Backup your site/files/db
Forum: Fixing WordPress
In reply to: class="blog" instead of a blogJust looking at the original demo of widely and quickly comparing it with your blog page, seems either the theme is broken or the way you are trying to call your blog post is messing the code class
did you custom code anything in it ?
How are you pulling your blog posts on this page ?Forum: Fixing WordPress
In reply to: Local to LiveThe only suggestion i would add is make sure you use a proper db search and replace script as just a basic search and replace doesnt necessarily moves widget (specially text) because of how wordpress db uses php serialization strings
and you could even do 1 more step that is go to tools > export
and it will export all your posts categories and content which u can import back on to your live serverForum: Localhost Installs
In reply to: Only a few links are directing to live siteor secondly you can just go to your appearance > menus and hardcode the change
Forum: Localhost Installs
In reply to: Only a few links are directing to live sitedid you dump your live site on your localhost ?
if yes you might have to do a search and replace on your database thoroughly as some links have not been replacedForum: Localhost Installs
In reply to: moving changes from localhost to productionHi
you would have to perform couple of steps to ensure that its a smooth transitionFirst dumping your database properly (use a db search and replace script) as normal sql dump of your database doesnt copy widgets (text) due to php serialization strings
secondly once you have your dump go to your local wordpress site
tools > export
it will export all your posts, pages, categoriesgo to your production and update your sql
and import the xml file you get from the exportForum: Networking WordPress
In reply to: Multisite/Network Clarityin your wp-config.php you would have to
define('WP_ALLOW_MULTISITE', true);and try following these steps
Network Admin > Themes > Editor
Forum: Everything else WordPress
In reply to: I want to convert my site to wordpressYes this can easily be achieved using wordpress, all the flowers would be setup as categories
You would need a directory plugin to have categories feature in like ABCD
and this design can actually be easily fixed up as child theme to twentyten or basic default wordpress theme so you will have all your css and styling
Ok so what i can see on your theme is that ur title (h1) are using Cufon and it might not properly installed or calling the proper cufon file that is why it is not being displayed
just replace your h1’s with a normal webfont or you can use google fonts
that should work
Forum: Everything else WordPress
In reply to: Nextgen Gallery – is it right for me?Yes
to Uploading images to group set
Yes to adding titles and description when u upload
published once all photos in gallery are added and doesnt need moderationNo-
Comments on individual photosbut their is a plugin http://wordpress.org/extend/plugins/nextgen-gallery-comments/
havnt used it though so u can try
Forum: Fixing WordPress
In reply to: Editing Homepage LayoutHey, go to add new page and and on your write side u will see page attributes and if u have create the custom page correctly it should be in the dropdown select it and go to your Settings > Reading > static page > select your page this would act as a homepage/landing page
You can also go to appearance and setup menu as well
Hope this helps