Forum Replies Created
-
AuthorPosts
-
webcami
ParticipantI still get this when clicking that link:
Oops! Not Found, Error 404webcami
ParticipantThanks a lot!
webcami
ParticipantThe div id’s changed in 2.0. for instance, #header changed to .site-header
. This will help you compare the differences and change as you need!
http://www.briangardner.com/code/genesis-html5-markup/This link goes to a 404 page. Can you post the correct link? I'd really like to see the differences for future reference.
webcami
Participanthttp://www.briangardner.com/code/genesis-html5-markup/
This link doesn't work. Is there another?
webcami
ParticipantGreat. Thanks for you help. It's good to have the link for what changed. I appreciate that.
August 5, 2013 at 11:18 am in reply to: Education theme homepage blog – would like ONLY one CATEGORY, one post to show #54258webcami
ParticipantHey! I found the original!
/**
* Limit homepage to one category
*
*/
function be_home_query( $query ) {
if( $query->is_main_query() && $query->is_home() && !is_admin() )
$query->set( 'category_name', 'sample-category' );
}
add_action( 'pre_get_posts', 'be_home_query' );I replaced 'sample-category' with the NAME of the SLUG I wanted to show, in this case 'principals-newsletter'
THANK YOU VERY MUCH!
August 5, 2013 at 11:02 am in reply to: Education theme homepage blog – would like ONLY one CATEGORY, one post to show #54255webcami
ParticipantThis didn't work. Would love a link to the original source. It hosed my php file.
July 23, 2013 at 7:35 am in reply to: METRIC THEME: Cannot change page layout options on individual pages #52040webcami
ParticipantFigured it out. A category widget plugin was causing the issue! Thanks for you help!
July 22, 2013 at 12:21 pm in reply to: METRIC THEME: Cannot change page layout options on individual pages #51871webcami
ParticipantI'm not the original designer. Where do I check that? It looks like the default template.
June 11, 2013 at 9:38 am in reply to: METRIC THEME: Cannot change page layout options on individual pages #45265webcami
ParticipantAnyone have any idea what could be causing this?
June 5, 2013 at 5:09 pm in reply to: METRIC THEME: Cannot change page layout options on individual pages #44242webcami
ParticipantIt's "not taking". If I set the whole site to default "no sidebar", it changes the whole site (in GENESIS -> Theme settings)
But with that set at "right sidebar" - when I'm making the selection on the PAGE editor in LAYOUT SETTINGS, I"m choosing no sidebars and it's not doing it.
The order form link above is that example. You are seeing with with RIGHT SIDEBAR (Theme default) but the PAGE LAYOUT is set for NO SIDEBARS.
Thanks for responding! Any thoughts?webcami
ParticipantTwo Pages. Calling them by ID number.
December 31, 2012 at 6:15 pm in reply to: Need help added header scripts – getting (you don't need this) in header #8649webcami
ParticipantIt doesn't work without this:
<script type="text/javascript" src="https://s3.amazonaws.com/technique-webcontent/js/jquery/jquery-1.4.4.min.js"></script>
December 31, 2012 at 6:13 pm in reply to: Need help added header scripts – getting (you don't need this) in header #8648webcami
ParticipantHey, thanks. I will do that... and HAPPY NEW YEAR!
December 31, 2012 at 6:05 pm in reply to: Need help added header scripts – getting (you don't need this) in header #8645webcami
ParticipantHey, I just played with the spacing and it's working!
December 31, 2012 at 6:02 pm in reply to: Need help added header scripts – getting (you don't need this) in header #8644webcami
ParticipantThanks for the info. Here's what I added:
<script type="text/javascript" src="https://s3.amazonaws.com/technique-webcontent/js/jquery/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="https://s3.amazonaws.com/technique-webcontent/js/common/webtoolkit.sha1.js"></script>
<script type="text/javascript" src="https://s3.amazonaws.com/technique-webcontent/js/common/external_login.js"></script> -
AuthorPosts