[Support request] TOC and sticky ad feature

Home Forums Support [Support request] TOC and sticky ad feature

Home Forums Support TOC and sticky ad feature

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1987242
    Knuth Becker

    Hi

    Is it possible to replicate the table of contents and sticky advertisement feature with GP?

    See screencast and website attached in private area.

    #1987311
    Leo
    Staff
    Customer Support

    Hi there,

    Unfortunately there isn’t anything built-in for this.

    A plugin like this would be the easiest method I can think of:
    https://en-ca.wordpress.org/plugins/easy-table-of-contents/

    Hope this helps 🙂

    #1987688
    Knuth Becker

    OK, thanks. And how about the sticky element / advertisement?

    #1987876
    David
    Staff
    Customer Support

    Hi there,

    the sticky element can be achieved with some CSS.

    1. Select the Block you want to make Sticky – make sure its a parent block like a GenerateBlocks Container Block or Group Block.
    1.1 In the Advanced > Additional CSS Class(es) add: sticky-block

    2. Add this CSS to your site:

    .sticky-block {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.