• Resolved John

    (@johndiep)


    Hi,

    Is there a way to remove or disable the “All” option from the Gallery and select another Category as default view?

    Thanks in advance
    John

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi John,

    Do you want to disable ALL filter button from the output of the gallery?

    Please share your site URL, we will tell you the tweak for this.

    Thread Starter John

    (@johndiep)

    Thanks for your reply.

    Yes I like to remove the All button due the loading time and start with “* Nieuwe en vernieuwde webwinkels *” (Data filter 40).

    Thanks,
    John

    Thread Starter John

    (@johndiep)

    Thanks for your reply.

    Yes I like to remove the All button due the loading time and start with “* Nieuwe en vernieuwde webwinkels *” (Data filter 40).
    https://www.winkeltjes.net/wp/winkelstraat/

    Thanks,
    John

    Plugin Author A WP Life

    (@awordpresslife)

    John actually we can hide All button using CSS tweak. But on page load, all images will also take the time to load.

    Use this CSS code into Custom CSS field to hide All button:

    
    .simplefilter ul li:first-child{
       visibility: hidden !important;
    }
    

    OR

    
    .simplefilter > ul > li:first-child{
       visibility: hidden !important;
    }
    

    You can only hide.

    • This reply was modified 8 years, 3 months ago by A WP Life. Reason: css code modified
    • This reply was modified 8 years, 3 months ago by A WP Life.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove category All’ is closed to new replies.