• Resolved kazclaw74

    (@kazclaw74)


    I am using Avada Theme and I am using your shortcode in a Tab plugin.
    I have created pages to feed a main page that has tabs and when a user clicks on that tab the page is shown. Seems to work okay, i have a few bugs.
    My main bug is that it does not show some information in a toggle/ twistie and others it does. It is the same ones each time, meaning something is different with those 4 toggles. When I toggle them open, blank. The others toggle open fine.

    Is there a conflict?

    **my other annoyance is most of the time the page looks good, tab on left information on right (using vertical tabs). sometime for no reason the information drops BELOW the tabs and not to the right.

    For reference, https://www.mmogearfinder.com/tabbed/
    keep in mind ALL toggles (twisties) are populated on the main site. https://www.mmogearfinder.com/tesdt_page

    Pictures don’t seem to carry over, that may be Avada issue.

    • This topic was modified 8 years, 5 months ago by kazclaw74.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paul Ryan

    (@figureone)

    I can’t tell from your links what the issue might be. You can check the generated markup to see what post ID should have been inserted. Insert Pages will generate the following wrapper markup:
    <div data-post-id="123" class="insert-page insert-page-123">...</div>
    In the example, the inserted post ID is 123. You can verify it’s evaluating to the correct ID. Sometimes there are slug collisions (e.g., some content that’s not a post gets the same slug as a post) that messes up the lookup.

    hi there, I have a similar issue I think. I have created a page with formatting and color etc and I want to insert that page in another page. The function works and the inserted content appears in the new page but the color formatting doesn’t appear. It seems to be limited to the background colors specified in certain boxes but it’s a consistant issue.

    I am using Visual Editor to layout my pages and use a colored background in one of the elements. Do you think this is a conflict?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘insert page does not show all content’ is closed to new replies.