Viewing 6 replies - 1 through 6 (of 6 total)
  • I have the same problem with accordion content not showing all content.
    Did you resolved ?
    gabriel

    I managed to get whole posts (but not pages) displayed in my tabs by

    • going to the settings page:
      wp-admin/options-general.php?page=wpUI-options
    • choosing the “Posts” tab
    • scrolling down to the first template field and replacing $excerpt with $content.

    This documentation page also helped me a bit:
    /wp-admin/admin-ajax.php?action=editorButtonsHelp

    Hope this helps.

    Yes. 10x
    Also managed to resolve the problem by replacing in the template of the accordions $excerpt with $content.

    There is an option within WP-UI’s settings…under the Posts Tab. If you go to the bottom, you can switch out the different tags within the template. So, you would replace {$excerpt} with {$content}…

    Where I’m having a problem is with the styling of the content. The accordion isnt picking up my paragraphs, so everything is showing up on one line

    You can write html code inside of the accordion to make your desire format.

    Is it possible to pull from a custom content type?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Display whole Page or Whole Post in tab’ is closed to new replies.