• Resolved sinitita

    (@sinitita)


    What would be the shortcode to display a simple list view without images? If not available in the free version, can this be achieved with the pro version?

    • This topic was modified 3 years, 4 months ago by sinitita.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hi @sinitita

    Do you want the layout like below?
    https://demo.infornweb.com/post-list-designer-demo/simple-minimal-list-by-category/

    You can try our another plugin Posts List Designer by Category for Post list which have this functionality to display post without featured image. I hope you like it.

    https://www.ads-software.com/plugins/post-list-designer/

    Thread Starter sinitita

    (@sinitita)

    Thanks for the reply. Yes, that would do it, but actuallay, I need also the option to display with featured image, depending on context on client’s website. And as I will need advanced features like displaying by custom taxanomy, possibly isotope filter, I am looking for a “all-in-one” solution to not get things blown up for the client and not needing to buy two premium plugins.
    Though, what I like of your plugins is the idea to use the shortcode with its parameters and not create a shortcodes based on the id of grid or list items, resulting in an endless list of items in the backend (when we speak of editions of a magazine, for example) as do most of the plugins.
    One solution would be, just to use css (display: none;) for the featured image part; will have to dig into this how this will work out when wanting grids with AND without featured image on the same page, probably section based css will do the trick then. Still not sure if i am willing to go that way ??

    • This reply was modified 3 years, 3 months ago by sinitita.
    • This reply was modified 3 years, 3 months ago by sinitita.
    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @sinitita

    Thanks for your response.

    Yes, CSS trick (display none) will work for you. On same page you can try

    <div class="extra-css-class">
    [bdp_post] // Plugin Shortcode
    </div>

    With the help of ‘extra-css-class’ you can simply hide the featured image of plugin for one shortcode or particular section.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show posts without featured image’ is closed to new replies.