Fixed Elements On The Home Page And Subpages - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Fixed Elements On The Home Page And Subpages

P

Paweł Tarko

Template 2 days ago

I'm a new user of the "SP Page Builder" plugin and I'm still learning. I think the plugin is great, but...

I'm creating a new school website. I'm creating the page banner, four boxes, a footer, and other elements in the "SP Page Builder" plugin, and the articles are created in Joomla.

I want certain page elements, such as the banner, boxes, and footer, to be consistent across the entire page. News and other page content, such as sports and achievements, can change. (Photo attached)

This may seem trivial and simple, but I can't seem to figure it out.

0
6 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 days ago #207258

Hello there!

Thanks for reaching out.

Which template are you using there, please? Header/footer are better manageable from the template options, if your are using Helix Ultimate framework.

https://www.joomshaper.com/documentation/helix-framework/layout-builder

However, you can create SP Page Builder modules and publish in your desired positions, then select the menu items from the menu assignment tab for those pages you want to show the module.

You need to make sure your desired module positions are active though.

Best regards,

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 days ago #207271

Kindly, follow this: https://www.joomshaper.com/documentation/helix-framework/helix3/layout-manager-settings

Hope this helps!

If you need further assistance, do let me know.

0
P
Paweł Tarko
Accepted Answer
2 days ago #207268

I use the Educon template. My website: siodemka.edu.pl/strona screenshot: http://prnt.sc/XeWXRJmQLgiD

0
P
Paweł Tarko
Accepted Answer
2 days ago #207285

OK, I managed to embed the "SP Page Builder" plugin into the Joomla module. The image above shows it. Now, how do I position this banner to span the entire width of the screen (like the one below)? https://prnt.sc/XdnSPOYPvFEF

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 days ago #207289

Glad that it helped:)

The container max-width value is causing this. You may try the following code in your custom CSS:

#sp-slider .container {
    max-width: 100%;
    padding: 0;
}

Here is all about custom CSS placement in Helix3: https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code#how-to-use-custom-css

Best regards,

0
P
Paweł Tarko
Accepted Answer
2 days ago #207296

Great, thank you so much for your help. I now understand how to embed the "SP PB" plugin in the "Joomla Module."

However, notice that the banner descriptions are now aligned to the left edge of the page. How can I fix this? I can't edit it in SP PB.

www.siodemka.edu.pl/strona

0