Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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:

    #340162

    Hi 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,
    Yigit

    #343046

    Are you aware of any sidebar widgets that will show a grid of thumbnails from the portfolio?

    #344029

    Hey!

    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,
    Yigit

    #344327

    Genius!

    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]

    #344332
    This reply has been marked as private.
    #345133

    Hey!

    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,
    Ismael

    #346136
    This reply has been marked as private.
    #346555

    Hey!

    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,
    Ismael

    #346968

    Okay. 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.

    #347249

    Hey!

    Please flush permalink settings in Settings > Permalinks also try de-activating all active plugins and check if that helps

    Best regards,
    Yigit

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