Estate Template Update Problem - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Estate Template Update Problem

EM

Elmir Mustafic

Template 2 years ago

Hello, After i updated template to the latest version it's not loading custom.css as first. And second problem is that i have a grey background on vendita and affito page. Also my footer menu items are not clickable and color is different. You can check live site here before update and as it should be: https://www.immobiliareangelini.it

and here is staging with all extensions and joomla 3 updated https://www.immobiliareangelini.it/staging

I have already cleaned browser and website cache.

0
6 Answers
EM
Elmir Mustafic
Accepted Answer
2 years ago #101177

hello, any update? could

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

Hello Elmir Mustafic

  1. I think custom.css is loaded because I can see it on other pages. Also, homepage looks the same.
  2. Vendita and Affitto page grey background is coming from this custom.css
    .sp-page-title:before {
     background: rgba(0,0,0,0.4);
    }
  3. Footer link works fine. I think you have to clear your browser cache.

Best regards

0
EM
Elmir Mustafic
Accepted Answer
2 years ago #101395

Hello Ofi, thank you for checking it but:

  1. custom.css is loaded but after template.css see here: https://prnt.sc/ryARQsA6GvvA
  2. Strange, because before update i didn't have that problem.
  3. If i remove code .sp-page-title:before { background: rgba(0,0,0,0.4); } Links works fine.

Can you check it again, thank you

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

This might happen sometimes. In that case, use !important after your CSS value. Then it will take custom.css value.

0
EM
Elmir Mustafic
Accepted Answer
2 years ago #102390

Thank you for your answer, but using !important in CSS is not solution for template problem. It could be only temporary solution but for now i prefer paste code inside Template options Custom CSS. I hope you will update template ASAP with this bug correction.

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

Thanks for your feedback.

0