Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #482574

    I have a custom sidebar that uses “Enfold Child Latest Portfolio” widget. If I want a image next to the title, I have to add a featured image to the individual portfolio item.

    But then when I have a “blog posts” element and select portfolio items and show category “video”, the videos show the video plus also the featured image. I want to be able to NOT show the featured image in that case.

    Thanks for your help

    #482586

    Hey draig!

    Everything is possible, but that would need a lot of work to be done.

    You can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Cheers!
    Basilis

    #482594

    okay… thanks

    I’ll delete the featured images from all the individual entries and just live with “Enfold Child Latest Portfolio” widget having a title and an empty square next to it… not ideal, but not so bad either.

    #482596

    Actually, that does not work right either…

    For photo galleries I have to have a featured image. For videos no featured image. I’ll live with the inconsistent display in the widget unless there is some way to not show the tiny thumbnails including the empty squares

    #483094

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #483517

    http://350pdx.org

    Visit this page specifically.
    http://350pdx.org/videos/

    You can see on the sidebar I’m using the Enfold widget for listing portfolio items. Only some of them have image icons. This is because if I add a featured image for the video portfolio items, then the featured image shows in the center as well as the video which is no good.

    For photo galleries it works fine for me because in the blog listing I am only showing the featured image, not the actual gallery. But for videos, I of course want the actual video showing as it is.

    I can live with the sidebar having images for photo entries and the blank square for the video entries. But if you can think of a way to address this, I’d appreciate it. Otherwise consider this a feature request for a bit more user control in a future update.

    Thanks

    #484297

    Hey!

    Can you please add a featured image in this post? http://350pdx.org/portfolio-item/dirty-truth-about-obamas-clean-power-plan/

    We can hide the featured image in the actual post via css. Or use the advance layout builder for portfolio items with videos, it will not display the featured image.

    Cheers!
    Ismael

    #484300

    Hi,

    The featured image no longer shows on the video archive page center column. Thanks… What did you do to make that work?

    http://350pdx.org/videos/

    #484473

    Hi!

    Since you have not provided admin logins on this thread, i do not think it was one of us who made the changes.

    Regards,
    Yigit

    #497631

    My problem is that “portfolio category items” are displayed VERTICAL instead of HORIZONTAL.
    please visit http://www.goedvliet.nl/inspiratie

    Anyone knows the trick to solve this..?

    #497810

    Hey!


    @dickdick
    , Please do not double post, https://kriesi.at/support/topic/display-portfolio-items-on-one-line/.

    Best regards,
    Elliott

    #498573

    Hi guys

    Above you mentioned you could hide the portfolio items feature image with CSS. Could you provide that for me please? I would like to hide the portfolio items feature image for posts with images.

    URL: treehousecreative.ca

    Thanks very much!

    Jon

    #499242

    Hi!

    Add this to your custom CSS.

    .single-portfolio .page-thumb { display: none !important; }
    

    Or if you only want it done on certain posts then add this to a codeblock element in the portfolio content.

    <style type = "text/css">
    .single-portfolio .page-thumb { display: none !important; }
    </style>
    

    Cheers!
    Elliott

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