This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Footer Columns not pulling from page

  • Creator
    Topic
  • #26022
    John
    Participant

    When I set footer cols for one column and use an external page, the page content does not appear.

    Using JumpStart 2.1

    this is what ‘view page source’ shows:

    <div class="footer-content">
    			<div class="wrap clearfix">
    				<div class="row stack-md row-inner" style="margin: 0 -15px 0 -15px;"><div class="col entry-content col-md-12"><div class="entry-content"></div></div><!-- .col-md-12 (end) --></div><!-- .row (end) -->			</div><!-- .wrap (end) -->
    		</div><!-- .footer-content (end) -->

    double checked correct page and has text content.
    thx,
    john

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #26024
    Jason Bobich
    Keymaster

    Hi John,

    I see the same thing on my end, and with PHP notices enabled in my environment, I’ve got this warning to accompany the issue:

    Notice: Undefined variable: post in /Applications/MAMP/htdocs/wp8/wp-content/themes/jumpstart/framework/includes/content.php on line 266

    So, I’ll look into it, see if I can figure out what’s going on, and post back.

    #26025
    Jason Bobich
    Keymaster

    Ok, I’ve got it fixed for the next update. In case you’d like to fix yourself in the theme now, I’ll show you the exact change that was made to the theme to fix.

    In /framework/includes/content.php, line 266, change $post to $post_id.

    #26026
    John
    Participant

    Perfect. thanks
    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.