Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #406759

    Hey Team,

    I think I’m confused on how something works.

    1) I created a portfolio category (I named it artists)
    2) I created 4 portfolio items and assigned them to the portfolio category
    3) I created a page, put a 1/1 layout element on it and inside of the layout element I place the Masonry element in it. That’s great
    4) In the masonry element I assigned the “artists” portfolio category that I created (as explained above number 1)
    5) I saved it all, it looks great, it’s what I wanted, until I begin to “page/click” through each artist portfolio. What happens is,it also shows me the picture portfolios that I’ve created, even though they are in a category called “images galleries”

    I thought placing portfolios into specific groups and then assigning that group in a masonry element, it would display that specific category only. In my case, the masony gallery goes through and shows everything.

    Is that how it should work? If so, then what’s the point of the categories if I cannot segment and break things apart.

    Click on the link below then click on any artists. You’ll see the other artists come up and that’s good. Then you’ll see an artist gallery come up. You’ll know because it will say “Gallery”. When you click on that, it will show a gallery. But I want it to circle around back to an artist.

    Thanks much,

    David

    #407194

    Hey David!

    Are you referring to when you click on “el banda” and scroll down there is a yellow color section with an image gallery there?

    It looks like your using a Masonry element inside a portfolio post and have that category set to “image galleries”? I don’t really see what the problem is there. Can you take a screenshot and highlight what your trying to do?

    If the problem is that this “image galleries” category is displaying on other artists then that is the expected behaviour. You’ll need to create separate categories for each artist. Like, “artist1”, “artist2”, etc etc. Though with what your trying to do I think just displaying images inside each portfolio post would be a lot easier than creating whole new categories.

    Cheers!
    Elliott

    #410243
    This reply has been marked as private.
    #410513

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avia_post_nav_categories', 'avf_same_category_filter');
    function avf_same_category_filter($same_category)
    {
    $same_category = true;
    return $same_category;
    }

    Best regards,
    Yigit

    #410795
    This reply has been marked as private.
    #411088

    Hi!

    It should limit post navigation to the same category only.
    Pros: It will limit to the same category only.
    Cons: It will limit to the same category only :)

    Best regards,
    Yigit

    #411733

    ok, I get it. I can always remove it or find another way.

    Thanks Yigit,

    David

    #411942

    Hey David!

    Did you have any luck with Yigits code?

    Cheers!
    Rikard

    #413911

    I’ve not tried it yet Rikard. I’m on vacation clearing out the cobwebs!!!

    I do have another quick question. Doe Enfold play with Buddy Press well, or are there known problems?

    #414207

    Hey!

    Ah ok, enjoy! Keep us posted if you have any luck with it or not.

    There are no known problems as far as I’m aware, it fully supports bbpress if you want to use that instead though.

    Cheers!
    Rikard

    #414521

    Hey Rikard,

    I was good until you said, “if you want to use that instead”

    Instead of what?

    I want to use bbpress along with Enfold as long as there are no problems in running them both together.

    David

    #415106

    Hi!

    The theme is fully compatible with bbPress so you can use that plugin instead of BuddyPress.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.