• 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 3 years, 1 month ago by darkcynicism.
  • The topic ‘Specify where content is shown’ is closed to new replies.