pcather
Forum Replies Created
-
Forum: Your WordPress
In reply to: Autofocus – Would like to see sites using Autofocus themeTrying again.
<script src="http://pastebin.com/embed_js.php?i=J4950NzF"></script>Forum: Your WordPress
In reply to: Autofocus – Would like to see sites using Autofocus themeCatherine,
Trying the other method of adding pastebin to my post.
<iframe src=”http://pastebin.com/embed_iframe.php?i=J4950NzF” style=”border:none;width:100%”></iframe>
This is so confusing
Forum: Your WordPress
In reply to: Autofocus – Would like to see sites using Autofocus themeCatherine,
I have never used pastebin before and not sure I’m using it correctly now but here it goes.
<script src=”http://pastebin.com/embed_js.php?i=J4950NzF”></script>
If this doesn’t work I’ll be glad to email the code to you.
Forum: Your WordPress
In reply to: Autofocus – Would like to see sites using Autofocus themeCatherine,
As for your “hierarchy of pages” question:
Not sure if this is what you are talking about so this may or may not help. I downloaded a plug-in call “Exclude Pages in Navigation” which can be found here>>> http://wordpress.org/extend/plugins/exclude-pages/
It adds a box on the lower right side of the “edit Page” page. You can check whether you want that page to show or not show in the navigation menu.
Hope this helps.
Pamela
[sig moderated as per the Forum Rules]Forum: Your WordPress
In reply to: Autofocus – Would like to see sites using Autofocus themeCatherine
My homepage is actually not part of the wordpress at all. It’s a separate html page. I created it by…
1)Going to the “theme function” php and changed it from
[Code moderated as per the Forum Rules. Please use the pastebin]
2) Then I went to a page in the blog, right clicking so I could “view Page Source”, copied the html I found there, put it into Dreamweaver, then edited the html as I wished. That way I had the header looking exactly the same. Only problem with this is that when you do something to change the header in the blog (such as adding a new page) you have to repeat the above for the homepage to make them match. You don’t have to start all over but you do need to figure out what code changed in the header and alter it the same way on the homepage.
Hope this helps.
Pamela
[sig moderated as per the Forum Rules]Forum: Your WordPress
In reply to: Autofocus – Would like to see sites using Autofocus themeKate,
Very nice website. Love the websites that you’ve done. Are all these wordpress websites?
Forum: Your WordPress
In reply to: Autofocus – Would like to see sites using Autofocus themeThanks Mazpro. I like your images. Question….I know the post processing trick you did on the train as I’ve seen the post on Kelby’s blog…but I was wondering if you’d tell me what else you did to achieve the “dusty” old look. Did you add noise? Use a texture? It is very nice.
Forum: Themes and Templates
In reply to: Has anyone worked up any variations on this theme?Thanks alchymyth
function sandbox_globalnav() { echo '<div id="menu"> <ul> <li class="page_item"><a href="http://www.reflections-etc.com">Home</a></li> <li class="page_item"><a href="'. get_settings('home') .'/" title="'. get_bloginfo('name') .'" rel="home">Blog</a></li> <li class="page_item"><a href="http://www.reflectionsetc.zenfolio.com" Target="_blank">Client Proofs</a></li>'; $menu = wp_list_pages('title_li=&sort_column=menu_order&echo=0'); // Params for the page list in header.php echo str_replace(array("\r", "\n", "\t"), '', $menu); echo ' <li class="page_item"><a href="'. get_bloginfo_rss('rss2_url') .'">RSS</a></li> <li class="page_item"><a HREF="mailto:p.cather@reflections-etc.com">Email Me</a></li> <li class="page_item"><a href="http://www.facebook.com/reflectionsetc", target="_blank"><img src="http://www.reflections-etc.com/blog/wp-content/uploads/2010/02/find_facebook_small.gif"></a></li></ul></div>'; }Forum: Themes and Templates
In reply to: Has anyone worked up any variations on this theme?Hmmm….still not copying correctly. ????
Forum: Themes and Templates
In reply to: Has anyone worked up any variations on this theme?Wait. For some reason my code didn’t copy correctly above. I think it’s because the list code are allowed here. I’ll try again….
/*-
<li class=”page_item”>Home
<li class=”page_item”>Blog
<li class=”page_item”>Client Proofs‘;
$menu = wp_list_pages(‘title_li=&sort_column=menu_order&echo=0’); // Params for the page list in header.php
echo str_replace(array(“\r”, “\n”, “\t”), ”, $menu);
echo ‘
<li class=”page_item”>RSS
<li class=”page_item”>Email Me
<li class=”page_item”><img src=”http://www.reflections-etc.com/blog/wp-content/uploads/2010/02/find_facebook_small.gif”></div>’;
}*/Forum: Themes and Templates
In reply to: Has anyone worked up any variations on this theme?one problem. I put the facebook image as a list item and it worked fine when the list was vertical. But now it doesn’t want to be part of my horizontal list. see http://www.reflections-etc.com/blog
my code is:
-
<li class=”page_item”>Home
<li class=”page_item”>Blog
<li class=”page_item”>Client Proofs‘;
$menu = wp_list_pages(‘title_li=&sort_column=menu_order&echo=0’); // Params for the page list in header.php
echo str_replace(array(“\r”, “\n”, “\t”), ”, $menu);
echo ‘
<li class=”page_item”>RSS
<li class=”page_item”>Email Me
<li class=”page_item”><img src=”http://www.reflections-etc.com/blog/wp-content/uploads/2010/02/find_facebook_small.gif”></div>’;
}Any more ideas? Thanks
Forum: Themes and Templates
In reply to: Has anyone worked up any variations on this theme?Yes that worked. Thanks.
Forum: Themes and Templates
In reply to: Has anyone worked up any variations on this theme?I found the thread.
#access {display:table;height:80px;horizontal-align:right;width:200px;float:right;}
#access #menu {horizontal-align:right;display:table-cell;font-size:0.7em;}
#access #menu ul {horizontal-align:right;display:block}
#access #menu ul li ul {margin-left:10px;}
#access #menu a{font-weight:800;}
#menu {float:right}
#menu li {display:inline;margin:0 15px 0 0}It appears to work ACCEPT that it is trying to line them up on the right side of my logo rather than under. See http://www.reflections-etc.com/blog
Any ideas? Thanks Pamela
Forum: Themes and Templates
In reply to: Has anyone worked up any variations on this theme?jacobsen1 Do you mind my asking “what code did you use to change the menu from vertical to . horizontal?
I’m thinking you changed this somehow:
#access {display:table;height:160px;vertical-align:middle;width:200px;float:right;}
#access #menu {vertical-align:middle;display:table-cell;font-size:0.8em;}
#access #menu ul {vertical-align:middle;display:block}
#access #menu ul li ul {margin-left:10px;}
#access #menu a{font-weight:800;}Thanks
Forum: Themes and Templates
In reply to: i lost the navigation arrows!!Never mind. I figured it out. The following somehow got deleted from “single.php”
<div id=”nav-above” class=”navigation”>
<div class=”nav-previous”><?php previous_post_link(‘%link’, ‘<span class=”meta-nav”>«</span>’) ?></div>
<div class=”nav-next”><?php next_post_link(‘%link’, ‘<span class=”meta-nav”>»</span>’) ?></div>
</div><div id=”post-<?php the_ID(); ?>” class=”<?php sandbox_post_class(); ?>”><h2 class=”entry-title”><?php the_title(); ?></h2>
<div class=”full-photo”>
<span class=”photo-credit”>© <?php the_time(‘Y’); ?> <?php the_author(); ?></span>
<?php the_post_image(‘large’); ?>
</div>