-
AuthorPosts
-
February 3, 2020 at 1:32 am #1180727
I am putting a portfolio grid into a view for a business directory and having to use a shortcode rather than the portfolio element.
I can get the grid showing up but cannot get it to show only a particular category – it shows everything. Here is my code and the link to see it.
[av_portfolio categories="health-beauty" columns="5" paginate=false]
What am I doing wrong?
UPDATE:
I thought it was because it was in a table or as part of gravityviews. So I created blank pages to see if I could call the portfolio grid outside of the table.Same result. I even used the magic wand thing in default view to make sure I had the correct code:
I embedded two shortcodes on the page: the first is using the magic wand and choosing portfoliogrid – Cosmetics as a category:
[av_portfolio categories='68' columns='4' one_column_template='special' items='16' contents='excerpt' preview_mode='auto' image_size='portfolio' linking='' sort='yes' paginate='yes' query_orderby='date' query_order='DESC' av-medium-columns='' av-small-columns='' av-mini-columns='' av_uid='']
No idea why it changes to categories=’68’ from Cosmetics.
Second is me writing the shortcode out:
[av_portfolio categories='cosmetics']
Now look at the page: http://www.tradingtree.com.au/portfolio-test/
No category separation is coming through. Its showing everything no matter what i use as categories.
Help Please
- This topic was modified 4 years, 9 months ago by jsharpripple.
February 3, 2020 at 1:07 pm #1180901Anyone??
February 5, 2020 at 9:57 am #1181672Hi jsharpripple,
We apologize for the delayed response.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoFebruary 5, 2020 at 11:57 am #1181718WP Username and password included in the provate content section
February 5, 2020 at 5:52 pm #1181861Hi jsharpripple,
The problem is this part categories=’cosmetics’ you should use the category ID, based on your portfolio category cosmetics is 68.
So it should be categories=’68’Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.