Okay
  Public Ticket #1994811
Shop product filter
Closed

Comments

  •  1
    flowerz started the conversation

    Hi there, so I am trying to build a shop sidebar product filter that uses not just product category, but also product attribute or product tags. I installed the WOOF for woocommerce extension but it's not working. Like when I check a box, the corresponding product does not show up. Is there another way to do it?

    Also I put a catalogue menu in the sliding sidebar, can i change it so that it becomes a dropdown menu rather than a list?

    Also for product sorting, is it possible to set the sorting by alphabetical orders?

    One last question would be how can I modify the padding of the logo in the header? 

  •  675
    Neuron replied

    Hi,

    I am very sorry for the late reply, our support system had some troubles. I am listing the issues from the last.

    1) This is the selector for the padding of the header, so it will work for the logo too.

    .l-primary-header

    This is the selector of logo.

    .l-primary-header .a-logo

    You can add Custom CSS in the Appearance > Customize > Additional CSS.

    2) Please add the following snippet in the functions.php of the child theme(so incase any update nothing will lose).

    add_action( 'pre_get_posts', 'custom_order_woocommerce_arteon'); 
    function custom_order_woocommerce_arteon($query){
        //If you wanted it for the archive of a custom post type use: is_post_type_archive( $post_type )
        //Set the order ASC or DESC
        $query->set( 'order', 'ASC' );
        //Set the orderby
        $query->set( 'orderby', 'title' );
    };

    3) Hmm, I don't know if that is possible by default. But please check the following plugin, it will allow you to create custom menus for widgets.

    https://wordpress.org/plugins/dropdown-menu-widget/

    4) Can you please provide me with an URL, or see if it asks for different selectors, so I can provide you with the right selectors, so they'll made it available to be filter.

    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.

  •   flowerz replied privately
  •  1
    flowerz replied

    Actually, I am trying to reduce the padding, I set the padding and margin both to 0 already and there is still some space between the border of the top header and the logo, is there a way to reduce that space? 

  •   flowerz replied privately
  •  675
    Neuron replied

    Hi Flowers,

    Can you please provide me with your wp-admin, I will have a quick look into all the issues.

    Do not forget to tick private on the reply.

    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.

  •   flowerz replied privately
  •  675
    Neuron replied

    Hi Flowers,

    I am very sorry for the late reply, we had some troubles with ticksy system support, can you please double-check the information of wordpress admin, unfortunately they are not working.

    Kind Regards


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

  •   flowerz replied privately
  •  675
    Neuron replied

    Hi,

    It seems like you miswrote it, instead of Koncept to Koncpet, no worries, I managed to get inside.

    1) The header seems to be working fine in Services. http://prntscr.com/nke3fc Maybe clearing the cache will get the work done.

    2) It seems like this plugin requires the page created with its shortcode, not by our elements, I could not have find anyway to enter new selectors. Maybe you should try and add the shortcodes with the shortcode element.

    https://products-filter.com/

    - https://products-filter.com/shortcode/woof_products/

    If you want another solution for filters, this plugin is tested with our themes and works alright. https://wordpress.org/plugins/woocommerce-ajax-filters/

    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
    flowerz replied

    Hi there, 

    Thanks for the reply, yeah the header is working, but if you look at the other pages like events or rental catalogue for example, when you scroll, they change from dark to light, and for the page service, it doesn't. and I have the page header set as inherit so it should be the same as the rest of the pages. And I will try the plug in you suggested for the filter. Thank you very much. 

  •  675
    Neuron replied

    Hi,

    I am sorry for the late reply, we were not working on the weekend.

    Ahh, you're talking about the hero. Please edit the category and you'll be able to see the hero settings.

    - http://prntscr.com/nl08iz

    Kind Regards


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

  •   flowerz replied privately
  •   Neuron replied privately
  •  1
    flowerz replied

    Thank you for the reply! 

    1) That's weird, I cleared the cache on my machine and it is still not displayed the same as the rest pages or like your screenshot.


    2) I did update the element pack to the newest version and it is still doing the same thing.


    3) I will look further into the selectors. 


    Thanks again! 

  •  675
    Neuron replied

    Hi Flowerz,

    1) That's super strangefrown.pngCan you please test it on another browser, and screenshot me what is showing.

    2) After what element you pasted the Elementor stopped working?

    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
    flowerz replied

    Hey sorry I figured it out, seems like there's a conflict between element or pack and another plug in I installed. 

  •  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.