Okay
  Public Ticket #939397
Results and sorting
Closed

Comments

  • Mihaela started the conversation

    Hi, I would like help with these :


    1 - On the shop page, I use the filter sorting but I would like to leave only by price (low and high), newness and name

    2 - The results page for the /brand category shows 4 items per row and it breaks the page, I would like to use the 2 products per row. See the problem here http://designview.co/brand/blu-dot/

    3 - How can I use my 'footer' menu in the footer?

    4 - I want to show 2 products per row in the shop but the sizes of the images are irregular, in this ticket we made a hack for 3 items per row here https://laborator.ticksy.com/ticket/834901/#comment-3904502 so how can I alter the code for 2 per row (larger images)?


    Thank you!

    Mihaela

  • [deleted] replied

    Hi Mihaela,

    1— Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

    2— We don't have this issue on our theme, and it should work to you too. Can you please disable all your third-party plugins (plugins that don't come with our theme) one by one, and check if this problem is solved.

    3— You can see how we have achieved that in one of our demos (Education) http://drops.laborator.co/6owx

    4— For this question please reply to that ticket again.

  • Mihaela replied

    Hi Ylli

    Thank you for the response. 

    With regards to 1 - http://designview.co/shop , at the top where it says 'Sort by newness' I would like to leave by newness, price (low to high).


    2 - I disabled everything (apart from woocommerce and brands), cleared cache, but nothing worked. I did delete a lot of plugins though and now the site is much faster. But the crappy brands results remain

  • [deleted] replied

    Hi Mihaela,

    1— So you want to remove the other filters on that category. To do that please add the code below to Custom CSS:

    label.prdctfltr_ft_price-desc {
        display: none;
    }
    label.prdctfltr_ft_rand {
        display: none;
    }
    label.prdctfltr_ft_title {
        display: none;
    }

    2— In order to fix this issue I need to login to your FTP, so please send your FTP credentials and I'll take a look at this.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   Mihaela replied privately
  • [deleted] replied

    Hi Mihaela,

    I've applied the fix so now the columns are properly shown:


    (view large version)

    It was an issue with our theme code so I have modified and it now shows properly columns.