Is there a way to display a content slider containing images, or a galler of images, in place of the featured image on the actual portfolio post page? I do not want to use revolution slider being that the images do not enlarge once you click them. I have multiple images that need to be displayed for each project. If not is there a way to link the portfolio image to a different page than the portfolio page and remove the portfolio page link on the feature image?
Comments
please send us url to your website so we can have a look on what you did so far and only then we`ll be able to give you right custom css for that.
.single-portfolio .project-description { display: none; }.single-portfolio .single-photo-wrapper { display: none; }
.image_frame .image_wrapper .image_links.triple a.zoom { display: none; }Similar thing but for first element, was described already on this forum on http://forum.muffingroup.com/betheme/discussion/comment/565/#Comment_565.image_frame .image_wrapper .image_links.triple a.external { width: 100%; }
.image_frame .image_wrapper .image_links.triple a.link { display: none; }