-
AuthorPosts
-
March 6, 2015 at 12:18 am #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
March 6, 2015 at 6:49 pm #407194Hey 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!
ElliottMarch 12, 2015 at 1:22 am #410243This reply has been marked as private.March 12, 2015 at 3:58 pm #410513Hi!
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,
YigitMarch 13, 2015 at 12:58 am #410795This reply has been marked as private.March 13, 2015 at 4:42 pm #411088Hi!
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,
YigitMarch 15, 2015 at 7:38 pm #411733ok, I get it. I can always remove it or find another way.
Thanks Yigit,
David
March 16, 2015 at 8:51 am #411942March 18, 2015 at 7:40 pm #413911I’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?
March 19, 2015 at 9:05 am #414207Hey!
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!
RikardMarch 19, 2015 at 3:38 pm #414521Hey 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
March 20, 2015 at 8:46 am #415106 -
AuthorPosts
- You must be logged in to reply to this topic.