Push Forwards
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Fourteen Full width pagesFor those that are still having trouble –
http://codex.ww.wp.xz.cn/Child_Themes
That link helped me set – mine up! Its quiet easy once you read through it. Hope that helped.
Forum: Themes and Templates
In reply to: Twenty Fourteen Full width pagesYea – I am having a difficult time getting it to work – I have never had to set-up a child-theme before – and using the code you in your paste bin seemed to throw everything else off.
I am assuming its designed to only work – using a -child theme?
Forum: Themes and Templates
In reply to: Twenty Fourteen Full width pagesWould love some help on how to achieve this look! 😀
For anyone who is still interested in this topic, I have made a few small adjustments to Nexcius’s theme, to extend the Twenty Fourteen to a complete Full Width layout.
The layout can be seen on my own site at http://www.willtaylor.org.
Just create a child theme using the CSS from the Pastebin link above, then add the following lines:
/*This section sets page to 100% width */
.site {
background-color: #fff;
max-width: 100%;
position: relative;
}
/*This section sets page header to 100% width */
.site-header {
background-color: #000;
max-width: 100%;
position: relative;
width: 100%;
z-index: 4;
}Forum: Plugins
In reply to: Need photography client proofing plugin for gallery.Sadly – it is a bit pricey – but nice plugin!
Forum: Plugins
In reply to: [CataBlog] Gallery & CategoriesOh My God!
Thank you so much! That is exactly what I needed!
I read through that but did not make full sense of it – with the code that you have just provided me with it makes more sense!
Thank you again, great plugin! Very helpful, specially for someone new to WordPress.