Simple Portfolio Image - Question | JoomShaper

Simple Portfolio Image

OC

Omar Cappelli

Extension 2 years ago

Hi, I've just edited an item in simple portfolio using sp page builder. Now, as you can see in screenshot, I have 2 images in item details page, what am I doing wrong?

![http://omarc5.sg-host.com/ruggeri/images/Screenshot.png]

Helix Ultimate - Joomla 4

0
9 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #52117

Hi,

The first one is from Portfolio item settings, and below slider seems to be from SPPB.

But yes, it's possible to hide the first one. There two ways of doing it: Custom CSS / Portfolio code customization (custom view)

0
OC
Omar Cappelli
Accepted Answer
2 years ago #52163

Thanks Paul, I'm working on it locally.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #52307

Just tell me what template you are using, so it will be easier to help you.

0
OC
Omar Cappelli
Accepted Answer
2 years ago #52330

Helix Ultimate (Shaper_helixultimate)

0
OC
Omar Cappelli
Accepted Answer
2 years ago #52619

Any news?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #52638

Sorry for delay,

Please use below custom CSS in Template Options - custom code - custom CSS:

.sp-simpleportfolio .sp-simpleportfolio-image {
  display: none; visibility: hidden;}
0
OC
Omar Cappelli
Accepted Answer
2 years ago #52731

Thank you Paul but this line of css code just hides the image. Title, date and tags are still visible. I tried to set "display: none" on title, date and tags but I have lots of margin on top. I also should have a row with 2 columns (10+2 - Carousel and feature box) but it's not. Look at the screenshot attached.

![http://omarc5.sg-host.com/ruggeri/images/Screenshot01.png]

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #52747

you asked about image only.

To increase description area use also this:

.sp-simpleportfolio .sp-simpleportfolio-description {
  width: 100%;
  float: none;
}
0
OC
Omar Cappelli
Accepted Answer
2 years ago #52774

Hi Paul, can you please take a look at the site I'm working on to let me know what's wrong in item details page?

0