Forum Replies Created
-
AuthorPosts
-
You’re welcome. Happy New Year!
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
It looks like you have the description set to use the h1 tag in Genesis=>SEO Settings
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
You can add a header image in Appearance=>Header
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
If you want a traditional blog you can remove the grid loop by deleting home.php from the theme’s folder.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
December 22, 2012 at 2:57 pm in reply to: Possible to create this "Interactive theme chooser" for categories? #7037That is accomplished with the Isotope jQuery plugin. Here’s another example that I did and a tutorial on how to implement it.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
You need to remove the width from #wrap and then add widths and auto left/right margins to all the elements that you want to be centered.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
Thanks Nick! Hope you have a great Christmas with the kids!
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
Thank you Anita and Susan!
@Anita, what a horrible story about Buster and the convertible. Scary! Since Buster’s white maybe an overall white site with a logo of just the “black” parts of busters face, nose and eyes, subtle outline of the curls around the head? Then of course you need more pictures! And some video.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
You would need to move the slider div and sidebar out of the function that it is currently in with the other sidebars and add it back in in it’s own function using the genesis_before hook
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
The themes now use WordPress’ built in image features. You need to set a featured image for each post or it will pull in the first image attached to the post.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
What was the custom function you used?
If you want something before the title of every post It would go like:
add_action(‘genesis_before_post_title, ‘your_stuff’);
function your_stuff() {
ADD OUTPUT HERE
}
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
December 18, 2012 at 4:44 pm in reply to: Limiting navigation width to page size using Genesis/Magazine #6033You could add a width and auto left/right margins to the #subnav rule
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
Should work to just add a width to #wrap.
I recommend installing the Firebug add on for Firefox or using Chrome’s Firebug Lite which will enable you to right click on any element to inspect it and determine the associated style rules or the selectors required to create new style rules.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
If it’s the same slider then you can just edit the conditional statement for home top in functions.php. If you need different sliders then you would need to add multiple sidebars which you can do by adding them conditionally to the existing function or just use the existing Home Top sidebar with a plugin like Widget Logic
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
The demo is just using a text widget there not a Featured Page widget. The currrent image gets its style from
.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
background-color: #f5f5f5;
border: 1px solid #ddd;
padding: 4px;
}
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
-
AuthorPosts