Error Footer - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Error Footer

H

Hausammann

Template 2 years ago

Hi there ! I hope you are doing well. I am contactiong you because I have a problem that I cannot resolve with one of your template. I just installed it, started to make changes, and an error about SPPAGEBUILDER appear. PHP 8.1, fresh install. Any ideas ? URL: https://site.brisonslesilence.ch/fr/

Best regards, Yanick Hausammann

0
22 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #128114

Hello Hausammann

Apology for the inconvenience. Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials. Make sure that you have a full site backup with you before sharing.

Best regards

0
H
Hausammann
Accepted Answer
2 years ago #129953

I also have a problem with the menu when I reduce the size of the window, it get down and get back up.

0
H
Hausammann
Accepted Answer
2 years ago #129955

I also have a problem with the menu, when I reduce the size of the window, it get down and back up. You will see. Can you check ?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #129994

Sorry, I do not get your new issue. Please share your cPanel access to check the footer error.

0
H
Hausammann
Accepted Answer
2 years ago #129997

Ok there you go. For the menu problem, try to go to homepage, and reduce slowly the window, you will see what I mean.

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

If I may....

I can help with:

  1. Bottom1 error message - fixed already
  2. Menu position, becuase it request using extra CSS for smaller screen size.
0
H
Hausammann
Accepted Answer
2 years ago #130098

Niiiice !

0
H
Hausammann
Accepted Answer
2 years ago #130002

This would be really appreciated if you can help me doing this yes.

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

Fixed

info_1495_2023.gif

Added / Used:

@media screen and (max-width: 1380px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {padding: 0 20px;} 
}

to reduce space between menu items on laptops screens, and save space to keep all menu in one row. Yes, simple school math.

0
H
Hausammann
Accepted Answer
2 years ago #130005

Hahaha you are a star ! Thanks !

0
H
Hausammann
Accepted Answer
2 years ago #130006

So do I have to add it in the CSS ? It doesnt seems to be ok yet I just checked with clean cache.

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

From time to time, a Joomla star, but not Rock star, hahah. Thanks

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

Yes. In custom.css file.

And 1st one it was just a empty module. Not needed.

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

and remember what I said about "login" security.

0
H
Hausammann
Accepted Answer
2 years ago #130016

What's about the login security ? I just putted the css code into custom.css file, still getting the issue. But I will still search now

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

Read again what I wrote "Hidden Content" - or let's forget about that.

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

I just putted the css code into custom.css file, still getting the issue

Hmm? I wrote that I added that fix inside custom.css file.

You can always only change value from 1380px to 1440px in custom.css if you have that problem also on that resolution. But you never mentioned about any resolution :(

0
H
Hausammann
Accepted Answer
2 years ago #130100

Ok thanks for all those precious advices. Have a nice day !

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

Ok, I think I know... you had problem also on small laptop screen, right?

If yes, please add also that line:

@media screen and (max-width: 1180px) {
  .sp-megamenu-parent > li > a  {padding: 0 10px;}
    }

inside custom.css file (better!) or Custom CSS area of all templates (!)

0
H
Hausammann
Accepted Answer
2 years ago #130114

Working perfectly. Thanks !!

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

now it should be OK on wide range of laptops screens, from small to middle one

You're welcome

0
H
Hausammann
Accepted Answer
2 years ago #130118

Yes it is ! Now I have one last thing if you have the time, the page "contact" is not sending emails anymore. Do you think it's because of my mail configuration on global config ? Because when hit test I get the test email

0