kelemvor
Forum Replies Created
-
OK. That’s what I figured. So I should just either make all the changes in the Google Calendar, or just not use the Google Calendar and create all events directly in the UI…
Thanks.
Forum: Themes and Templates
In reply to: [Yoko] move menu below bannerI made this change in the header.php file.
Find this section:
<nav id="mainnav" class="clearfix"> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> </nav><!-- end mainnav -->And move it down below the lines that say:
<img src="<?php header_image(); ?>" class="headerimage" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" alt="" /><!-- end headerimage --> <?php endif; ?>but above the line with Div class=clear
I then also deleted the subnav section since I don’t use two menus:
<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: Can't preview any themes. Please Help!I gave up on this since I got no support from anyone. I was able to find a plugin that allowed for previews and that worked fine for me. It’s called Live Theme Preview.
So which files do I need to add the series_meta_write thing to? Does it go in the loop somewhere and then in the individual post file?
Thanks for any assistance.
Just installed this plugin and also have the Double line thing.
It only shows up one when viewing an actual post, but shows up twice on my home page viewing the lists of posts.
Is this going to be fixed or do I need to do the work around? Does the work around affect pages that aren’t part of a series?
Forum: Themes and Templates
In reply to: [Yoko] 2 column page templateOh Nice. Just popped it on and it looks good so far.
http://www.awhatmom.comThanks!
Forum: Themes and Templates
In reply to: [Yoko] 2 column page templateI’m looking for this info too.
Forum: Themes and Templates
In reply to: FashionStyle Theme – Moving a MenuOH, heh. Just saw the reply up above about this theme being not welcome or whatever. That sucks. My wife just stumbled on it as she’s setting up a blog and needed a theme to use temporarily to at least get things up and running.
Ah well.
Forum: Themes and Templates
In reply to: FashionStyle Theme – Moving a MenuHmm, now if I could just figure out how to center it… tried a bunch of css things and can’t move the menu over.
Forum: Themes and Templates
In reply to: FashionStyle Theme – Moving a MenuWell, in case anyone else wants to do this, here’s what I figured out.
The top menu is controlled by this section:
[non-GPL theme code removed]Forum: Fixing WordPress
In reply to: Can't preview any themes. Please Help!Tried that just now. No change.
Anyone know how Live Preview and Customize actually work? Coudl there be a permission problem with a folder or file or something on my site?
Forum: Fixing WordPress
In reply to: Can't preview any themes. Please Help!It doesn’t work for ANY theme. I tried 2012, 2011, and about 30 other themes. I can’t use Live Preview to test a theme and I can’t use Customize on whatever theme is active.
Maybe it’s something on my site somewhere but I don’t even know what to look for.
I can change themes just fine, I just can’t use the Live Preview or Customize links.
Forum: Themes and Templates
In reply to: Can't Customize or Preview my themesAnyone?
Forum: Plugins
In reply to: [WooCommerce] Installing in a Sub Folder?If I install it on an existing site, then the store has to share the same theme with the rest of the site, right? So if I want the store to look different, then I’m assuming I’d be better off with a separate install.
Forum: Fixing WordPress
In reply to: Can I use the iPad app for my own Wordpres site?Anyone know?