Forum Replies Created
-
AuthorPosts
-
bumblebee
MemberYes, I understand all that's been outlined in the article you referenced. However, that doesn't address the true question, which is -- how can I get images stored on an external server to work with genesis as the featured image for a post?
bumblebee
MemberPerfect! Thank you!
bumblebee
MemberYes, I'd like to use a custom function, but can't figure out how to call to the image/caption. Any idea what the hook would be to call to those variables so I can relocate them?
bumblebee
MemberThank you! I was missing "genesis_do_taxonomy_title_description"
Here's my final code, in case it's helpful to anyone else:
remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 );
add_action( 'genesis_before_content_sidebar_wrap', 'genesis_do_taxonomy_title_description', 15 );bumblebee
MemberCan you offer any suggestions as to how I would go about finding that hook?
bumblebee
MemberYes, as indicated above, I already did that. It does keep the hamburger out on all screens, which is great. Now, I'm trying to figure out how I can add other elements to the nav bar outside the hamburger (i.e. I want to include the word "sections" and a logo, etc.).
bumblebee
MemberThanks for your reply. Unfortunately, this is not what I'm looking for at all. The navigation bar that come with magazine pro already accomplishes what the Ozzy Rodriguez’s Genesis Responsive Menu outlines. What I'm trying to make happen is to include the hamburger menu on all devices (including desktop) and allow other items to be listed next to the hamburger icon. Make sense?
bumblebee
MemberUnfortunately, no luck there. That just moves everything over (the numbers and the text). Maybe a better question would be: Is there a way to assign the recent posts widget to be an ordered list using "ol" instead of "ul"?
bumblebee
MemberThanks so much for your suggestion! This is definitely moving in the right direction, but there are two problems:
• I think there needs to be some sort of "is_single" or similar code inserted because this is currently affecting the layout on my homepage and category pages as opposed to just the post pages. I'm just not quite sure where to insert the "is_single" code within the function.
• Separately, this is forcing the right (primary) sidebar to be pushed down so that it aligns with the top of the body text. I would like that sidebar to remain aligned with the top of the headline. Any ideas how to accomplish that?
-
AuthorPosts