Sp Portfolio Assistence - Question | JoomShaper

Sp Portfolio Assistence

V

Vishaal

Extension 1 month ago

Hi, where can i find the setting to turn of this meta data in SP Portfolio? I don't want this to show on the pages and want te blog to show full width https://image2url.com/r2/default/images/1773157272288-3d6ed522-a2ab-49ac-9d53-9fde7b58a669.png

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 month ago #219847

Hello Vishaal,

Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing. Rest assured, I will look into this issue for you and work to resolve it as quickly as possible.

First copy the contents from this file:

components/com_spsimpleportfolio/views/item/tmpl/default.php

Then create this directory on your hosting and paste it:

templates/your_template/html/com_spsimpleportfolio/item/default.php

Now that SP Simple Portfolio item view is overridden, you can edit this file and remove the code that you do not want. You will find sp-simpleportfolio-meta on line 68 to be precise.

Best regards

0
V
Vishaal
Accepted Answer
1 month ago #219935

Hello Ofi,

Thankyou.

I managed to get rid of the code i don't want. But now the second part of the question

I want the gallery to show full with, now its only half the size of the page: https://image2url.com/r2/default/images/1773256314947-28f28819-6c96-4bd5-93ae-1f9f25fec706.png

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 month ago #219986

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.sp-simpleportfolio-description {
    width: 100% !important;
}
0