-
AuthorPosts
-
September 11, 2014 at 11:24 am #102861
I have had this issue before so I referred to my previous post with this same issue. http://theme.co/x/member/forums/topic/adding-images-to-a-portfolio/
However, none of this seems to be the case although I do see in Firebug that there is a SPAN set to a class of visually-hidden and I am not sure why or how this was set.
Link to site: http://asiwebstg.cloudapp.net/gallery/
What I am trying to achieve here is my clients wants a page that is a Portfolio of their companies installation projects. So I thought this might work perfectly. So I watched your video on PORTFOLIOS but doenst really show the creation of a PORTFOLIO POST and where the thumbnail image comes from. I am assuming that by default, the thumbnail is the Featured Image of the Portfolio Post. If this is true, this is how I have it set up but yet there is no thumbnail. All I get on the Portfolio page is the thumbnail.
September 11, 2014 at 11:26 am #102865This reply has been marked as private.September 11, 2014 at 11:34 am #102866Hi Houston,
Thank you for writing in!
Upon checking, there is some custom CSS code added to your child theme’s style.css file that is causing this issue (see: http://prntscr.com/4ltvmq).
Please remove
display: none;
from the following code and it should work:.x-boxed-layout-active .has-post-thumbnail .entry-featured { border: 1px solid #ddd; display: none; }
Or you can also add the following CSS code under Custom > CSS in the Customizer to override that custom style:
.x-boxed-layout-active .x-portfolio.has-post-thumbnail .entry-featured { display: inherit; }
Hope this helps. 🙂
Thank you.
September 11, 2014 at 2:18 pm #102972Man I looked for a display:none; and could not find it. Arghhh.
So on another note, how do I get the social icons to show up under the thumbnail like they do in the instructional video here. http://theme.co/x/member/kb/portfolios/ (At 1:12 into the video)
Many thanks,
HoustonSeptember 11, 2014 at 2:45 pm #102994Hey Houston,
To do so, please go to Appearance > Customize > Integrity > Portfolio > Now, check the box of Enable Portfolio Index Sharing there.
-
AuthorPosts