-
AuthorPosts
-
October 23, 2014 at 5:09 am #339927
How do we show portfolio thumbnails in sidebar widget?
In the avada theme (for example), there is an extra widget plugin that allows you to show the thumbnails of your portfolios in the sidebar. Does enfold have anything like this?
See example link below:
October 23, 2014 at 3:58 pm #340162Hi koala!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Best regards,
YigitOctober 29, 2014 at 10:44 pm #343046Are you aware of any sidebar widgets that will show a grid of thumbnails from the portfolio?
October 31, 2014 at 2:44 pm #344029Hey!
Please turn on debugging mode on ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and add Portfolio Grid shortcode to Text widget in Appearance > Widgets and add following code to Quick CSS in Enfold theme options under General Styling tab to remove excerpt from sidebar
.sidebar .grid-content { display: none; }
Best regards,
YigitOctober 31, 2014 at 9:47 pm #344327Genius!
And how do I tell the shortcode which category?
[av_one_full first]
[av_portfolio columns='3' one_column_template='special' items='16' contents='yes' preview_mode='auto' image_size='portfolio' linking='' sort='yes' paginate='yes']
[/av_one_full]
October 31, 2014 at 10:12 pm #344332This reply has been marked as private.November 3, 2014 at 7:56 am #345133Hey!
You can add the categories attribute on the portfolio grid shortcode. If you want to know the category id, go to the Portfolio Items > Portfolio Categories panel. The shortcode should look like this:
[av_portfolio categories='24' columns='3' one_column_template='special' items='16' contents='yes' preview_mode='auto' image_size='portfolio' linking='' sort='yes' paginate='yes']
No, you can’t pull images on the grid. Unfortunately, this particular request or modification is more than what we can offer as a support team. This task is simply beyond the scope of support and is not a theme related issue. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Regards,
IsmaelNovember 4, 2014 at 9:42 pm #346136This reply has been marked as private.November 5, 2014 at 3:37 pm #346555Hey!
No, it’s not possible. You need to create the portfolio items individually. If you want to redirect the portfolio thumbnails on a custom link, edit each portfolio item then look for Overwrite Portfolio Link setting. Set it to define custom link. Add the url of the gallery page.
Regards,
IsmaelNovember 6, 2014 at 5:50 am #346968Okay. I see what you’re saying.
However, when people click on the portfolio items, it takes them to a 404 page not found. I’m not clear how to fix that.
November 6, 2014 at 6:48 pm #347249 -
AuthorPosts
- You must be logged in to reply to this topic.