Template Shaper Helixultimate - Question | JoomShaper

Template Shaper Helixultimate

L

Lele

Helix Framework 3 years ago

Hello, why when I see projekts they looks different?

From the home page section "I Progetti" is wrong (see CORBA III): https://www.sdf-sa.ch/sito/index.php/component/spsimpleportfolio/item/corba-iii?Itemid=0

From the SP Simple Portfolio I see correct: https://www.sdf-sa.ch/sito/index.php/component/sppagebuilder/?view=page&id=5&Itemid=0

Should be full width like in the 2 link.. What can I do?

Thank's for your help, Lele

0
11 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #13488

Hello Lele

Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials.

Best regards

0
L
Lele
Accepted Answer
3 years ago #13520

Hello Khan, thank's a lot.. Below the credentials..

0
L
Lele
Accepted Answer
3 years ago #13622

Hello Ofi, I could settle the project link to CORBA III from the home page but page layout still boxed and not full width like should be.

Wrong (click "CORBA III" project from section "I Progetti" on home page): https://www.sdf-sa.ch/sito/

Correct: https://www.sdf-sa.ch/sito/index.php/component/sppagebuilder/?view=page&id=5&Itemid=0

How can I do? Thank's a lt for your help, Lele

0
L
Lele
Accepted Answer
3 years ago #13642

Hi Ofi, I see that you're working on it..

The problem of SP Simple Portfolio (that is a great extension) I think is on plugin page: ../components/com_spsimpleportfolio/views/item/tmpl/default.php

Let me know, Lele

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #13645

Yes, I have checked your site and updated SP Simple Portfolio latest. Sorry full width to the whole screen is not possible. The link you have given is the SP Page Builder editor link. In general, if you click the portfolio item from the home page, then it is showing as it should. No issues here.

0
L
Lele
Accepted Answer
3 years ago #13695

Hi Ofi, I hope you all can improve SP Simple Portfolio because is great.

At the moment I can't mofify the page anyore.. Tells me: "You are not permitted to edit this page because one more user is already checkid-in". Do you know why?

Do you know why?

0
Pavel
Pavel
Accepted Answer
3 years ago #13698

Do you know why?

Hi. Relieve lock in the Joomla settings (Sistem Tab).

The problem of SP Simple Portfolio (that is a great extension) I think is on plugin page: ../components/com_spsimpleportfolio/views/item/tmpl/default.php

There is no problem. Just this type of page has a Boxed Layout. You can change it if you have CSS skills. Editing of default.php is not necessary and meaningless. This is only a CSS question.

0
L
Lele
Accepted Answer
3 years ago #13699

Hi Pavel, this type of page keep Joomla content.. This is pity because you can't paginate only with SP Page Builder.

Yes for CSS Skills but to remove Joomla content is faster on default.php.

Lele

0
Pavel
Pavel
Accepted Answer
3 years ago #13700

Here is an example code (CSS only).

.com-spsimpleportfolio.view-item #sp-main-body .container {
    width: 100%;
}
.com-spsimpleportfolio.view-item #sp-component {
    padding: 0;
}
.com-spsimpleportfolio.view-item  .sp-simpleportfolio-image .sp-simpleportfolio-img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}
.com-spsimpleportfolio.view-item  .sp-simpleportfolio-details {
    max-width: 1170px;
    margin: auto;
}

Here is a view of it makes

0
Pavel
Pavel
Accepted Answer
3 years ago #13701

To use SP PB on the entire width inside SP Simple Portfolio, you will also need a few CSS code lines. PHP editing is not required.

0
L
Lele
Accepted Answer
3 years ago #13703

Yes,thank's.. But the page I see above is the Joomla content and not the content done with SP Page Builder.

Since not long on SP Simple Portfolio you add the possibility to paginate with SP Page Builder.

This is very pity.

0