Simple Portfolio - Question | JoomShaper

Simple Portfolio

D

Drees

Extension 4 months ago

I use the Shaper Tixon template and SP Simple Portfolio. The issue lies with the Portfolio section. I can only see the menu with tags, but no images. When inspecting with F12, I noticed that in the CSS (template.css):

css Copy code .sp-simpleportfolio .sp-simpleportfolio-item { visibility: hidden; } If I modify this, my images appear. However, changing the CSS doesn't solve the issue as it gets overwritten. How can I ensure that my images are visible? There must be some setting somewhere to change this.

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #141552

Hi Drees,

Read in Helix documenation how to use Custom CSS, easy to find.

I guess, it should be value "visible" to show it:

#sp-component  .sp-simpleportfolio-item,
.sp-simpleportfolio .sp-simpleportfolio-item { visibility: visible; }

BTW

You fogot to share site URL.

0
D
Drees
Accepted Answer
4 months ago #141594

Yes, I can modify it in the Helix3 custom code. It works as expected. However, I don't understand why it works seamlessly in the demo version on my XAMPP without any modifications. The website is still under development; I am still working on finding the right look and feel. Readshoprijnsburg.nl

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #141598

To quote a classic: "There are wonders in heaven and on earth that our philosophers never dreamed of."

0