Forum Replies Created
-
AuthorPosts
-
davidsteele
MemberThanks for all your help. I already fixed the issue.
davidsteele
MemberThank you so much @braddalton , that fixed the issue.
davidsteele
MemberHi @braddalton,
Here's the embedded code from Gist:
<script src="https://gist.github.com/anonymous/10522393.js"></script>
or the link:
https://gist.github.com/anonymous/10522393Hope to hear from you soon.
Thanks,
Daviddavidsteele
Memberdavidsteele
MemberHi @braddalton,
Here's my code:
.post-photo {
float:left;
}But it didn't move along the content: http://relationshipcoach.org/sailinghappilyeveraftertest/heres-a-sample-post-with-a-featured-image/
Thanks,
Daviddavidsteele
MemberHi @braddalton,
I tried to set the post-photo to float:left; in either css and function.php but non works. Any idea what code works for my request?
Thank you,
Daviddavidsteele
MemberHi @anitac,
Thank you for your help. Do you have any idea how I can align the featured image inside the post to go in the left side of the content?
- David
April 3, 2014 at 10:49 pm in reply to: Feature image showing on category page of Streamline Pro #98396davidsteele
MemberHi CathyT,
Do you have any idea how I can align the featured image on the left side of the content in the category pages?
Thanks,
DavidApril 1, 2014 at 2:30 am in reply to: Feature image showing on category page of Streamline Pro #97854davidsteele
MemberHi @CathyT,
Thank you so much, I was able to fix it now base on your given solution. Here's my final code that works on my site:
//* Add post image above post title
add_action( 'genesis_entry_header', 'streamline_post_image', 1 );
function streamline_post_image() {if ( is_page() || is_category() || ! genesis_get_option( 'content_archive_thumbnail' ) )
return;if ( $image = genesis_get_image( array( 'format' => 'url', 'size' => genesis_get_option( 'image_size' ) ) ) ) {
printf( '', get_permalink(), $image, the_title_attribute( 'echo=0' ) );
}}
Appreciate your help!
- Daviddavidsteele
MemberAwesome! Thanks a lot Jamie! Reactivated the search widget in the header... took out the width attribute for now, the search widget goes directly under the header image if you put it in.
davidsteele
MemberThanks for the help everyone! That did it Jamie thanks! But is there a way of showing the full header image without removing the search feature in that header area?
davidsteele
Membersure essay... here's the link: http://markhamgateway.com/PrimeNutrisource/ the header image cuts off at the middle
davidsteele
MemberJamie, thank you very much for finding a solution! It's working! but not fully, when I copied and pasted your code... the code for the homepage... it displays the image header that I selected but its cut off at the middle... I'm really not an expert in CSS and I'm not sure what attributes I need to add to make it work.
For the pages, I can't seem to get it to work...
davidsteele
MemberSo far, none yet. I was hoping to get some help here...
-
AuthorPosts