module header backgroung black color

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Mar 23, 2016 2:28 pm
Reply with quote
Report this post
Hi. Can you check the reason why I'm having a black background when I return to the homepage?
Url: www.angulosalternos.com
Thanks
User avatar
Senior Boarder

GK User
Sun Mar 27, 2016 12:27 pm
Reply with quote
Report this post
Sorry. Here the correct url:
www.widefusion.com
User avatar
Senior Boarder

teitbite
Thu Mar 31, 2016 9:38 am
Reply with quote
Report this post
Hi

I can see something called sm-pushed interfering with template code. Do not know what it is, but that's a cause of black background:

Code: Select all
.sm-pusher::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 10000;
}
User avatar
Moderator

GK User
Thu Mar 31, 2016 11:28 am
Reply with quote
Report this post
Ok Thanks. I will try to see what is that and I I'll with you soon.
User avatar
Senior Boarder

teitbite
Tue Apr 05, 2016 1:38 pm
Reply with quote
Report this post
Hi

Any news? Please let me know if this worked and if I can close this thread.
User avatar
Moderator

GK User
Tue Apr 05, 2016 7:50 pm
Reply with quote
Report this post
Hi. I had the change to look at it. The code belongs to Module Menu Vertical. However, I disable the module and the problem is still there.
User avatar
Senior Boarder

GK User
Thu Apr 07, 2016 2:00 pm
Reply with quote
Report this post
Hi. Any news? Please let me know if you have any other idea that can help me. Thanks.
User avatar
Senior Boarder

GK User
Sun Apr 10, 2016 6:42 pm
Reply with quote
Report this post
Hi. The problem is in the template https://demo.gavick.com/joomla25/simplicity/. See you demo. It is something that happen very fast.

Jump between menus and then back to the homepage. You will see how background turns black.
User avatar
Senior Boarder

teitbite
Mon Apr 11, 2016 5:38 pm
Reply with quote
Report this post
Hi

I'm still pretty sure it's because of this code, but css is compressed into one file, so even after removing extension the code was still there. Please send me an access to joomla panel. I'll disable compression and will make some changes to code to figure out the problem.
User avatar
Moderator

GK User
Mon Apr 11, 2016 6:29 pm
Reply with quote
Report this post
Hi. I sent the information requested.
User avatar
Senior Boarder

teitbite
Mon Apr 11, 2016 6:47 pm
Reply with quote
Report this post
Hi

Problem located. It was because of the background image put into header with black background:

Code: Select all
.imageBg #gkHeader {
    background: #000 url("../images/headerseo.jpg") no-repeat fixed center 0;
}


I've overwritten it with this code in override.css

Code: Select all
.imageBg #gkHeader {
    background-color: #fff !important;
}
User avatar
Moderator

GK User
Mon Apr 11, 2016 6:57 pm
Reply with quote
Report this post
Thank you. I'm glad to know that you fixed it. Thanks again. :D
User avatar
Senior Boarder

teitbite
Thu Apr 14, 2016 11:08 am
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.