Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #655873

    Hi guys,

    could you please let me know if there is a way to ‘adjust’ the sidebar in the portfolio items view?
    I do not want to archive and blog items shown. But the sidebar can be of use on the page in general as I want to display ‘the other’ portfolio items from a certain category.

    I know I can alter every single portfolio item, but is there a way to do this globally?
    Thanks for you always brilliant support!

    Stefan

    • This topic was modified 8 years, 4 months ago by beenee.
    #656037

    Hey Stefan,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .single-portfolio .widget_archive {
        display: none;
    }
    

    Best regards,
    Jordan

    #656087

    Hi Jordan,
    thanks for that! This takes out the blog archive and from your answer I gathered that:

    
    .single-portfolio .widget_categories {
        display: none;
    }
    

    …takes out the categories as well.

    I’m also looking fo a way to just display ‘the other’ portfolio items from ‘the same’ category on the sidebar.
    Would you know how that could be accomplished?

    thanks again,

    Stefan

    • This reply was modified 8 years, 4 months ago by beenee.
    #656816

    Hi,

    Add new widgets in the Displayed Everywhere area then control their visibility with the Widget Logic plugin. Use the is_singular(‘portfolio’) conditional function. For the portfolio items, you can try the Enfold Latest Portfolio widget.

    https://wordpress.org/plugins/widget-logic/
    https://codex.wordpress.org/Function_Reference/is_singular

    Best regards,
    Ismael

    #656934

    Thanks Ismail,
    This was a very valuable tip!
    Great support! Problem solved!

    • This reply was modified 8 years, 4 months ago by beenee.
    #657439

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further problems or questions.

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘adjusting portfolio items sidebar’ is closed to new replies.