• Is it possible to have the shortcode within a block of text (itself within a table for stylistic purposes showing something like ‘Show/ Hide Content’ and have the actual content to be shown further down the page? I would be more than happy to pay for a feature, having tried a variety of html/ js solutions, none of which do what I require.

    Essentially my desired setup is;

    <table>
    <tr>
    ¦[image]¦ Content
    ¦[spans]¦ Content
    ¦[four]¦ Content
    ¦[rows]¦ [shortcode]
    </tr>
    </table>
    
    [hidden content]
    <table>
    <tr>
    ¦[image]¦ Content
    ¦[spans]¦ Content
    ¦[four]¦ Content
    ¦[rows]¦ [shortcode]
    </tr>
    </table>
    
    [hidden content]
    <table>
    <tr>
    ¦[image]¦ Content
    ¦[spans]¦ Content
    ¦[four]¦ Content
    ¦[rows]¦ [shortcode]
    </tr>
    </table>
    
    [hidden content]

    And so on

    • This topic was modified 4 years, 3 months ago by darkcynicism.

The topic ‘Specify where content is shown’ is closed to new replies.