Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #170634

    Using a child theme, we’ve only made some minor changes, overriding the following files:

    • header.php
    • footer.php
    • styles.css
    • layout.css
    • functions.php containing a modified avia_logo() renamed to avia_child_logo()

    For blog posts, we can see the blog list just fine (blog list view is working, blog page properly assigned in theme), however when clicking through the blog post title to the blog post single view, the <div id=”main”> is empty, and the footer isn’t generated. We’re using the default page content templates from the parent theme (enfold).

    When not using the child theme, the blog post single view is generating properly. What other details could we have missed?

    For examination, our test site is .

    Any help on this would be appreciated.

    #170947

    Hey King Minolta!

    You forgot to add the test site link. What changes did you make on header.php?

    Cheers!
    Ismael

    #171648

    Ismael,

    The link might have been stripped out. prosource.321test.com

    #171754

    The header.php file has a replaced avia_logo function, copied from the parent theme, modified, and renamed. Since the header.php file generates perfectly fine elsewhere and the_content’s container div is generated on the single page view, yet empty, we don’t suspect it as being a problem at this time.

    #173290

    Hi!

    The only thing I can think of is to try re-copying over the child theme files and then re-doing the changes one by one to each file to try and narrow down where the issue is coming from.

    Outside of that without having done or inspected each file we wouldn’t be able to say for sure why its happening.

    Cheers!
    Devin

    #173722

    The child theme was fine, after all. Issue seemed to be with the blog page content itself: The title string was too long and may have been causing an unlogged error on output. We tested this on another WP site and it seemed to work just fine.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog Post Single View Not Rendering Content or Footer (Using Child Theme)’ is closed to new replies.