Okay
  Public Ticket #1974602
How to delete the Filter word ’all‘?
Closed

Comments

  • Jacksonsmith2 started the conversation

    I wanna delete this 'all', but I can't find the method...

  •  675
    Neuron replied

    Hi,

    I am sorry but we haven't added any option for that, you can simply remove that by adding the following Custom CSS in Appearance > Customize > Additional CSS.

    .m-filters #filters li:first-child { display: none !important }  

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    TobiasSaul replied

    Hey Neuron Team,

    I just had the same question and your code worked fine, thanks!
    But now I'm wondering if there is a possibility to make sure the portfolio site is showing the first category instead of all projects? Because it still shows all projects even if the filter "all" is not visible anymore. (Working with Proton theme)

    Thank you,
    Tobias


  • Jacksonsmith2 replied

    Neuron Team,

    Thank you for your code,it worked fine. But I got the same question as TobiasSaul‘s.

    If there is a possibility to make sure the portfolio site is showing the first category instead of all projects? Because it still shows all projects even if the filter "all" is not visible anymore.

    Thank you

  •  675
    Neuron replied

    Hey Guys,

    For Centaurus, please install the plugin Insert Header and Footers, Proton has already included the Custom JS.

    https://wordpress.org/plugins/insert-headers-and-footers/

    Add the following JS .

    <script>
    jQuery(function ($) {
      var $masonry = $('.masonry');
      $masonry.isotope({
        filter: '.branding'
      });
    });
    </script>

    In Proton add it without <script> tags, also do not forget to change the filter to your category.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    TobiasSaul replied

    Hey,
    thanks for the fast reply.
    This code works for the filters, but at the same time the project images on single portfolio site disappear.
    Any ideas?
    Thank you!

  •  1
    TobiasSaul replied

    I already fixed it, thanks for all your help! :)

  •  675
    Neuron replied

    Good to know, feel free to ask for anything you needsmile.png

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.