Jan Hoek
Forum Replies Created
-
Forum: Plugins
In reply to: [Hostel] Book Button not using the booking form URLThanks. Works great now.
Forum: Plugins
In reply to: [Hostel] Book Button not using the booking form URLI got the same problem as Samful using the shortcode [wphostel-book 2] Can not provide a url because its local.
When you click the button only the url changes not the page
Forum: Fixing WordPress
In reply to: Moving site from subdirectory – what happens at the old URLYep, tricky. Why don’t you create a page with te name Blog and slug weblog (or something else) ? Than you can still create de directory with blog
Forum: Themes and Templates
In reply to: [Fifteen] How to change post title colour on homepagePut !important behind the color code
h2.entry-title [ color: #333333 !important; }Forum: Themes and Templates
In reply to: [Pinboard] Remove BackgroundTry this
Look for #wrapper in your themes/pinboard/style.css and change it with
#wrapper { position: relative; max-width: 100%; padding: 0 2%; margin: 0 auto; overflow: hidden; }And you need a bigger header image
Forum: Fixing WordPress
In reply to: Moving site from subdirectory – what happens at the old URLYes, you can. A bit tricky but you can. http://wordpress.stackexchange.com/questions/6373/wp-page-and-subdirectory-with-same-name
Forum: Fixing WordPress
In reply to: Moving site from subdirectory – what happens at the old URLCreate a post/page /blog than ask Google to stop /blog from indexing. You can do this with Google webmaster tools. After some weeks you can remove /blog
Forum: Fixing WordPress
In reply to: Site not working after moving it!Dit you try to update your wp install, deactivitate all plugins and change back to the default theme? I thinking there are some wrong paths in your database.