Cannot add gallery to portfolio

Hi there,

I am trying to build my portfolio page. While adding an item I picked gallery but cannot figure out how to add multiple images like in this demo http://demo.theme.co/integrity-3/portfolio-item/black-and-white/

Right now all I am seeing in that space is the featured image.

Edit: I checked out this post https://theme.co/apex/forum/t/features-galleries/100 and followed all the steps to get a gallery for the portfolio item section and all it did was add images stacked on top of each other underneath where the gallery should be and into the body of the post.

Hi @Ikes-Sam,

Thanks for writing in.

In this case, please share us your admin credentials so we could check your setup closer. Don’t forget to set it in a secure note.

Thanks.

I shared creds above. I took down the images in the portfolio post as I couldn’t get it to work. So I still need help with that.

Also after I installed and activated my child theme all of my text went italic. I looked in the theme settings and the italics are turned off. If this could be addressed as well that would be great as I do not want ANY italics anywhere.

Hi There,

The image to appeared on the gallery/slider of portfolio item should be uploaded directly on the portfolio. See this sample: https://screencast-o-matic.com/watch/cFeuf9DgER
Uploading it on the portfolio will attached the image. That is where the gallery gets its content. See how I didn’t click insert into post on lower right part of the popup. After the image is uploaded, I just close the popup. When you click the button insert into post, the image will also appear as part of content aside from appearing on gallery.

About italic font, please try to clear cache. I can see that on generated CSS, the body font is set to ITALIC . Though from your settings, it is not. Let us know after clearing cache.

Deleted the images from the media library so I could reupload directly to the portfolio. Followed the video to the letter and still nothing. Now it’s just showing 1 of the 3 images I uploaded and it’s not even the right first image.

Also I deleted the cache and italics are still everywhere.

Hello there,

  1. Deleted the images from the media library so I could reupload directly to the portfolio. Followed the video to the letter and still nothing. Now it’s just showing 1 of the 3 images I uploaded and it’s not even the right first image.

Reply:

That should be working. Can you update the secure note with the URL of the portfolio page you’re working on?

  1. Also I deleted the cache and italics are still everywhere.

Reply:

Unfortunately, this is a known bug. However, this has already been submitted into our issue tracker. Keep posted with our updates and new releases on our changelog: https://theme.co/changelog/

As of the moment, let us have this workaround. Kindly add the code into X > Theme Options > CSS:

body {
    font-style: normal !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lato", sans-serif !important;
    font-style: normal !important;
}

Hope that helps.

Thank you for your understanding.

Hi

Your gallery is not working because of fusion builder plugin.

That could be causing the italics as well.

Can you try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes!

Thanks

It was the plugins, and now the gallery is working! Unfortunately after further testing I found the italics issue is still there. I will add your workaround for now.

Glad it’s working now. And yes, the workaround should be okay. Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.