• Resolved walterjonesjr

    (@walterjonesjr)


    Good morning,

    I have a use case to display all of my galleries on the front end of my site using the shortcode provided. However, I would like to display the galleries in a mutli-column list not just a straight list, is there a way to do this? I don’t see the css in the plugin file. Also, I want to add a search bar to the galleries page, but the default divi search bar doesn’t seem to pick up the galleries. I assume it can be done, but can you point me in the right direction?

Viewing 1 replies (of 1 total)
  • Plugin Author Florian Ziegler

    (@florianziegler)

    Hi Walter,

    We do not include any CSS with the shortcode, so it will display in the way your theme displays an unordered list.

    • If you want to style it differently you could use the Customizer to add “Additional CSS”.
    • If you need to change the HTML output, you can use our picu_collection_list filter. (Check out a usage example on our website.)

    * * *

    picu galleries will not show up in your website’s internal search results, because they are not intended to be public. We deliberately exclude them from search results.

    • If you want to include them, you can use our picu_cpt_collection_args filter to change that. Here’s how to use that filter. You want to set exclude_from_search to false.

    One caveat: While testing this I found a bug, which will prevent the search results from loading correctly. I already fixed it and it will be part of the upcoming 1.7.0 release of picu.

    I hope this is helpful.

    Cheers
    Florian

Viewing 1 replies (of 1 total)

The topic ‘Searching Galleries’ is closed to new replies.