• WordPress posts seem to display in tabs just fine for me, but not anything I have that is a “Page”, even though both have WordPress post ids.

    My site’s permalinks for posts are set to be a date \YYYY\MM\<Title> and they work by post id in the EasyResponsiveTabs short code. Though if I try to reference a page using the post ID when I am editing the page it does not work and just displays white space.

    That said I realize the PostID may be a revision number, so I am trying to link the original page which has a static url like mywebpage.blah/Sponsors/

    How do I do this?

    I have been trying to do is the following, and even if 789050 is the current revision it does not display.

    [restab title="Sponsors"]
    [display-posts id="789050" include_content="true" display-posts]
    [/restab]

    Christopher

    https://www.ads-software.com/plugins/easy-responsive-tabs/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter crsouser

    (@crsouser)

    Still looking for an answer.

    Thread Starter crsouser

    (@crsouser)

    Anyone?

    Plugin Author osCitas Themes

    (@oscitas)

    Hi crsouser,

    Thanks for contacting us. Due to busy schedule was not able to check the issues. We will check this issue and respond soon.

    Thanks

    Thread Starter crsouser

    (@crsouser)

    Ok, very much looking forward to the response, otherwise I may have to find a replacement.

    Thread Starter crsouser

    (@crsouser)

    Anything?

    Plugin Author osCitas Themes

    (@oscitas)

    Hi,

    We have checked the Display Posts Shortcode plugin with the ERT and it was working fine. You can check it here

    https://demo.oscitasthemes.com/ert/

    In case you still face any issue, please send us the admin login details we will have a look at it.

    Thanks

    Thread Starter crsouser

    (@crsouser)

    Please provide an example of it actually working or some specific plug-in (not the java) DOCUMENTATION vs. your generic demo that doesn’t show the code. I’ve looked at your demo multiple times and do not find it useful.

    All your demo site shows is the same generic info and not address my specific question:

    >Tab number 1</a></li><li class=""><a href="#ert_pane1-1" data-toggle="tab"
    
            >Tab number 2</a></li><li class=""><a href="#ert_pane1-2" data-toggle="tab"
    
            >Tab number 3</a></li><li class=""><a href="#ert_pane1-3" data-toggle="tab"

    Plugin Author osCitas Themes

    (@oscitas)

    Hi,

    We have used the following shortcode for the demo

    [restabs alignment="osc-tabs-left" responsive="false"]
    [restab title="Tab number 1" active="active"]Tab 1 content goes here.[/restab]
    [restab title="Tab number 2"]Tab 2 content goes here.[/restab]
    [restab title="Tab number 3"]Tab 3 content goes here.[/restab]
    [restab title="Tab number 4"]
    [display-posts id="1" include_content="true" display-posts]
    [/restab][/restabs]
    Thread Starter crsouser

    (@crsouser)

    Yeah.. just like in my original post.. except it does not work:

    All of the following works up to the use a Public PAGE. If I enter a POST it works.

    The 789050 is a PAGE…not a post.

    [restabs alignment="osc-tabs-left" pills="nav-pills" responsive="false" icon="false" text="V" tabcolor="#2E2E2E" tabheadcolor="#ffffff" seltabcolor="#2fa202" seltabheadcolor="#ffffff" tabhovercolor="#195402" contentcolor="#f9f9f9"]
    
    [restab title="Latest" active="active"]
    
    [display-posts taxonomy="category" tax_term="road" tax_operator="AND" posts_per_page="1" include_content="true" display-posts image_size="thumbnail"]
    
    [/restab]
    
    [restab title="Schedule"]
    
    Some of the upcoming events for the division.
    
    [ai1ec cat_name="road"]
    
    [/restab]
    
    [restab title="Sponsors"]
    
    [display-posts id="789050" include_content="true" display-posts]
    
    [/restab]
    
    [/restabs]
    Plugin Author osCitas Themes

    (@oscitas)

    Hi,

    I think the display posts plugin does not show the page, you can try
    [display-posts id="789050" include_content="true" display-posts]

    on any page/post without ERT.

    So you have to contact the Display Posts Shortcode plugin support regarding this.

    Thanks

    Thread Starter crsouser

    (@crsouser)

    I use that other plug-in throughout my site with no issues but I will do some further testing. If there is another way to do it directly through Easy Responsive tabs let me know..

    Thread Starter crsouser

    (@crsouser)

    I will add I found in in ERT I didn’t have one the display-posts configs (post_type=”page”) I had other places.. if I could do this directly in ERT that still would be my preference.

    [display_posts id="789050" post_type="page" include_content="true"]
    Plugin Author osCitas Themes

    (@oscitas)

    Hi,

    We have checked and yes its working in ERT but the shortcode is

    [display-posts id="789050" post_type="page" include_content="true"]

    not

    [display_posts id="789050" post_type="page" include_content="true"]

    You have make sure that you are giving it correct post id.

    Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Displaying pages, not posts in tabs’ is closed to new replies.