[Resolved] Table before content

Home Forums Support [Resolved] Table before content

Home Forums Support Table before content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #376794
    Max

    Hi there!

    I want to display a tablepress table between my content and the navigation.

    Example: https://www.vergleich.org/fernglas/

    Unfortunately my page isn’t only right now so I can’t provide a link. Is there a possibility to make the table full width before the content and sidebar (as seen in the example) for an individual page?

    Let me know if you need more information!

    Thanks, Max

    #376898
    Leo
    Staff
    Customer Support

    Hi Max,

    Can you try the after header hook?
    http://demo.generatepress.com/hook-locations/
    https://docs.generatepress.com/article/hooks-overview/

    With conditional tag like this to make it that page only:

    <?php if ( is_page( 'your-page' ) ) { ?>
        code here
    <?php } ?>

    Let me know if this works.

    #377066
    Max

    It worked perfectly!

    Thank you, great support! ๐Ÿ™‚

    #377069
    Leo
    Staff
    Customer Support

    You’re very welcome ๐Ÿ™‚

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