SP Simple Portfolio Item Details In Artion Template - Question | JoomShaper

SP Simple Portfolio Item Details In Artion Template

Céline Charles

Céline Charles

Feature Request 11 months ago

Hello team,

Is it possible to call 2 different layouts/templates for item details sp-simpleportfolio pages?

I wish to have only 1 page item details with only one column (12 bootstrap columns) and get rid off the right area on this page only (https://news.caracteristic.fr/index.php/graphic-and-web-design-projects/portfolio/17-logos), and other pages like default with right and left areas. Or sp-simpleportfolio item detail pages can be only 1 single layout?

Thanks for your answer!

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 11 months ago #115940

Hi there!

Thanks for contacting us.

It requests code cutomization. Here is custom CSS that can provide what you want a bit:

body.com-spsimpleportfolio.view-item.itemid-261 .sp-simpleportfolio-view-item .col-md-8 {
    width: 100% !important;
}
body.com-spsimpleportfolio.view-item.itemid-261 .portfolio-right-area {
    display: none;
}

But it will remove right area for all the portfolio details pages.

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0