Dave J
Forum Replies Created
-
Forum: Hacks
In reply to: 'Get the category' not working for custom post type.Thanks for the reply Andrew . It’s not actually returning results. I’ll ask one of the tech guys to check that the DB is storing info correctly.
Forum: Hacks
In reply to: 'Get the category' not working for custom post type.Anyone got any ideas on this?
Forum: Installing WordPress
In reply to: Home Page won't appear. Brand New to WPGo to Settings -> Reading.
If you want the homepage to be a static page, as in a page that you’ve added in the Pages section, select the Static Page option, and then select the desired page from the drop down.
Hope this helps 🙂
Forum: Themes and Templates
In reply to: I want to make my content wider and remove padding?I think you’re off to a good start, your site is built responsively so it re-sizes pretty well.
Personally I think the padding on either side is fine, remember it’s relative to your screen size.
However, if really want to change it, look at your css, look for this-
#page { margin: 2em auto; max-width: 80%; }If you increase the max width of your page, it will go wider as desired. Hope this helps 🙂
Whoops sorry just seen that my code was removed. Here it is on Pastebin-
Forum: Plugins
In reply to: Tiny MCE Advanced custom styles not showing in dropdown.Not even one reply? Come on….someone has to know something…
Forum: Fixing WordPress
In reply to: Visual text editor disappears– re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress?
This worked perfectly, thank you so much for your help!
Forum: Fixing WordPress
In reply to: Navigation and Breadcrumb titles need to be uniqueOk thanks for the help and quick reply!
Forum: Fixing WordPress
In reply to: Navigation and Breadcrumb titles need to be uniqueSorry I probably didn’t make it clear enough.
Basically the navigation is being duplicated in the breadcrumbs, as in link text and destination. To get level AAA validation, if there are two links on the same page with the same link text and destination, they need to be differentiated by the title tag.