Forum Replies Created
-
AuthorPosts
-
2TechGirls
Memberis_page_template('blog_page.php')
comes up true ingenesis_do_loop()
, but comes up false after this process completes.
i'll need to create another custom archive page as you suggested.2TechGirls
Membercorrection this was not resolved. My solution added the featured image to every post on the blog page. The @braddalton there is not a blog template in this child theme. The blog template functionality is handled in the loops.php file that resides in the Genesis\lib\structure. I attempted to over ride this with my own plugin duplicating all the functionality of this loop, but adding the featured image of the page. It did not work.
Note: for some reason I cannot trap the page id of the blog page that uses the blog_page.php template.
Note: the function is_page(); returns false.We are still open to ideas. It should not be this difficult to just add a featured image to a page.
2TechGirls
MemberAh, sorry, missed that. We've made a change and it's working.
Thanks.
2TechGirls
MemberNeither of those work. I had already changed the Genesis > Theme Settings without any luck. Adding the code
add_action( 'genesis_entry_content', 'genesis_do_post_image' );
to the function.php file does not update my page.I'm using the Beautiful Pro theme.
2TechGirls
MemberThanks, that works as well. There are other options to try.
2TechGirls
MemberTony, thanks for your help. When I changed the theme, the widgets were either moved or duplicated for some odd reason. I cleaned that up and everything is displaying properly.
2TechGirls
MemberActually, I was able to fix most of this, but there is still one problem.
On each separate post page, the sidebar is displaying on the side where it should, but also below the post. How can I get rid of the duplication?
Here's an example - http://www.chicityfashion.com/fashion-week-essentials/
Thanks.
2TechGirls
MemberNew problem - the side widgets are not displaying at all. Also, part of the footer - the copyright - is displaying below the header of the site. I've made sure the original functions.php page is there, with no customizations.
How can i get the sidebar to display and the footer to display correctly?
2TechGirls
MemberOk, I did make the new theme live since this is the last of the customizations - http://www.chicityfashion.com/
I need to have at least one image displaying before the "read more" link
Thanks.
2TechGirls
MemberHi Tony,
Thanks, that did work. Now I have to set things so the post image displays before the Read More link. Do you know how I can change that?
Kris
-
AuthorPosts