Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #588045

    Question… Would there be a way to create a Grid Row just above the footer area, and then be able to update that Grid Row in one location and have all of the pages updated at once?

    Basically, I’m looking to extend the footer by adding a grid row above it.

    Concept would be to have a page that only includes the Grid Row. Someone can go in there, update the Grid Row on that page, publish, and everything is updated.

    I’m thinking maybe edit the footer.php code in the child theme to pull in the contents of a specified page? Just include some code in footer.php to include the Grid Row?

    Any help would be appreciated.

    #588988

    I’m thinking maybe edit the footer.php code in the child theme to pull in the contents of a specified page? Just include some code in footer.php to include the Grid Row?

    Correct, that would be the way to do it, you could start by creating a Grid Row on a separate Page and then copying the generated markup to your child footer.php (at the start) or in child functions.php (via ava_before_footer hook).

    Regards,
    Josue

    #589075

    Copying the generated mark up…

    Yeah, but that does not meet this requirement I have…

    …have a page that only includes the Grid Row. Someone can go in there, update the Grid Row on that page, publish, and everything is updated.

    Thank you.

    #589091

    That may be possible by doing a direct inclusion of a post content in a template file (footer.php), it sounds simple but it would require debugging and modding because grid row (or any fullwidth element) needs to have certain wrappers in order to function correctly. Unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.

    Regards,
    Josue

    #589174

    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Add Grid Row to Every Page Above Footer’ is closed to new replies.