-
AuthorPosts
-
February 24, 2016 at 12:19 am #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.
February 25, 2016 at 12:28 pm #588988I’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_footerhook).Regards,
JosueFebruary 25, 2016 at 2:10 pm #589075Copying 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.
February 25, 2016 at 2:27 pm #589091That 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,
JosueFebruary 25, 2016 at 3:28 pm #589174Thank you.
-
AuthorPosts
- The topic ‘Add Grid Row to Every Page Above Footer’ is closed to new replies.
