sanfranock
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Yoko] Adding a slide show to a post in Yoko themeHi,
I found WordPress’s instructions on how to add a slideshow to a post (http://en.support.wordpress.com/images/gallery/). But when I follow the directions and get to steps 6 and 7, I don’t have a
“Type” dropdown menu that would let me choose between Thumbnail Grid, Tiled Mosaic, Circles, and Slideshow.Does that mean that you can’t put a slideshow in the Yoko theme, or am I missing something?
Thanks again,
SanfranockForum: Themes and Templates
In reply to: [Yoko] Right-justifying the sub menu in YokoCan you do it by editing the following bit of code from header.php, which references the sub menu?
<nav id=”subnav”>
<?php
if (is_nav_menu( ‘Sub Menu’ ) ) {
wp_nav_menu( array(‘menu’ => ‘Sub Menu’ ));} ?>
</nav><!– end subnav –>Forum: Fixing WordPress
In reply to: Aligning a header image with content in 2014Okay…so I need to use a child theme or a custom CSS plugin. But within either of those methods, how exactly do you get the header image to align with the content in the 2014 theme?
Forum: Fixing WordPress
In reply to: Aligning a header image with content in 2014aha – thank you for clarifying. i’ll dig into that.
much appreciate it.
Forum: Fixing WordPress
In reply to: Aligning a header image with content in 2014Thanks esmi. Nor do I plan to edit the theme. I just want to align the header image with the copy. Is there an easy way to do that? I know a little html, and there, aligning a couple of objects is pretty straightforward. So I figured somehow, getting the header image to line up with the content portion of the page would be pretty easy. Except I couldn’t find any instructions on how to do so.