dynamic filters stop working in individual portfolio category

Hello,
First of all congratulate you for your excellent work.
The reason for this ticket is that the dynamic change of products stops working when I am in a portfolio category.
I explain:
I'm using the BeHome demo.
If I go to the "products" section, a filter appears with the portfolio categories (http://themes.muffingroup.com/be/home/products/)
But if I enter directly into a portfolio category to be able to show this category directly from a link (for example: http://themes.muffingroup.com/be/home/portfolio-types/lighting/), the filters stop working dynamically (the page is reloaded).
At the same time, if you click on "All" in your demo the link that is generated goes to "products" but in my installation, the link that is generated in "all" is the link to the first portfolio shown.
Any way to correct this, or that may have a link to the "products" page but that remains with a marked portfolio category and that continues to have the dynamic change between portfolio categories?

Comments

  • Hi,
    are you sure that jQuery filtering is active in theme options>portfolio? It will not work correctly if not all portfolios are visible on one page( avoid pagination) or load more.
    thanks
  • edited February 2018
    Hello,
    I have everything activated correctly just as you comment. What happens is that the problem also happens on your demo page (when you are visiting a portfolio category, the dynamic jquery filter stops working).
    Thank you.

    image
  • Please disable the load more option, it will not work with jquery filtering. Also set the number of posts to a large value (1st option on the page)
    thanks
  • Hi, Don't work :(
    if I am in a portfolio category, filtering by jquery continues without working. And the first "li" of the filter (the one that says "all") makes me link to the first product in the list, instead of seeing them all. Have you been able to check your demo template of BeHome? The same thing happens to my installation.
    Thank you very much.

    WP 4.9.3 - BeTheme 20.8.4

    image
  • Hey,

    Please send us WordPress dashboard access privately thru the contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason.

    Notice!
    Please attach a link to this forum discussion.


    Thanks
  • Hi, 
    Acces send.
    Thanks!
  • Okay but you did not set up any portfolio page, you are using items instead of the default portfolio pages.
    I have created a new page called "test portfolio page" and set this page as the default portfolio page in theme options>portfolio, http://prntscr.com/icamhg
    Check how it works.
  • Hello,
    It continues without working. Remind you that this also happens to you in your demo.

    If I directly enter a portfolio category (for example: / portfolio-types / lighting /) the JS filter does not work and every click on the filter reloads the page.
    Thanks.
  • On our demo the jQuery filtering option is off and it goes to the category pages, this is normal.
    On the catory pages hovever it does not work, you have to switch between pages.
    This filter option only works on the main portfolio page.
    thanks
  • Ok no problem.
    How can I do, then, that the portfolio category filter does not appear when I'm visiting a portfolio category directly by url? (for example: / portfolio-types / lighting /)
    Thanks
  • We do not understand, the portfolio pages work correctly, as you can see here:
    http://prntscr.com/ie1ap2
    We can switch between them and each category page is working.
  • Yes, but the problem is that once you are on the page you indicate, when you switch between categories, the page is reloaded and that is not as nice as when using the JS filter.
    Then there are two options: that you can adapt this filter to work through JS even if you are directly visiting a portfolio category through url (I think all your customers would be glad to have that functionality); or do that when you visit a portfolio category that does not see the filter and that you have to navigate through the main menu of the web. Hence the question of knowing how to make the category filter disappear when you are visiting one directly through url.
    Thank you very much.
  • This is how it works, and it is fine this way. I will explain why. If you are using normal filter without jquery then you go from page to page and visit each category. With jquery you do not need to use the category pages because everything is on one page and it is hard for the user to go to the static category pages.
    Even if he will land and this page (static category page) then he will see other categories and can click thru them to explore more options.
    If you want to disable the filters on static category pages, use this css:
    .tax-portfolio-types ul.categories {
    display:none !important;
    }
  • Ok I understand. Well then I will apply the option you tell me of the css. ;)

    Taking advantage of the ticket, is there a way to assign a fund to the title of the portfolio category? Now there is a gray background, but I would like for each category of portfolio to be able to assign a background image.

    Thanks for your support.
  • Hi,
    all the category pages will have the same backgroun as the main portfolio page.
    thanks
  • Ok.
    Thanks for all.
Sign In or Register to comment.