Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #563787

    ATTENTION:
    My site is on secure network, so I can’t share URL for you to view.

    Hi,

    I’m using the MASONRY tool to feature all my posts (total about 30 posts). Currently it’s not showing the complete post type (total 6 types), instead it’s only showing what is showing on the current preview (for example, it’s only showing 3 types instead).

    When the browser loads page 3 or 4 of the preview, it will show more post types.
    see attached for screen shot.
    https://www.dropbox.com/s/mae023725pg8ahg/CatWeb_Errors_160112.pdf?dl=0

    how do i show all post types, regardless which post is showing on the current screen?

    thanks

    #564287

    Hi Epsilon_JS!

    You can try using this CSS to get them to display.

    .av-masonry-sort > * {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    But nothing is going to happen when you click on them because there are no posts for them to display on the current page.

    Regards,
    Elliott

    #564288

    Hi Epsilon_JS!

    You can try using this CSS to get them to display.

    .av-masonry-sort > * {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    But nothing is going to happen when you click on them because there are no posts for them to display on the current page.

    Regards,
    Elliott

    #564291

    so, that doesn’t solve the problem then.

    any other way we can do this?
    or should I show the whole entire page (without pagination or load more button) to show all the post types?
    will this work?

    and where should i place the code?

    #564405

    The code you gave doesnt work.
    nothing happened.

    advise please.
    thanks.

    #565152

    Hi!

    It is difficult to say what is going on without having a look at the site however please right click on the page click on view source then copy everything and paste it in code so we can take a look at the source code and see if we can help you sort it.

    Regards,
    Vinay

    #565163

    Hi Vinay,

    we just show all post, so all post types will show and work accordingly.
    thanks for getting back.

    #565310

    Hey!

    I’m glad you got it sorted. Please let us know if you need anything else.

    Thanks for using Enfold :)

    Regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.