1. webbie
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 03 December 2015
  5.  Subscribe via email
Hello to the joomla51 team,

i made a new site with your nice grafik template and in it i changed the header.
At now i have the problem, that there is something above the header, an image or something else,
but i cannot find it! I want to remove it, so that you can see the whole image. Can you tell me, how to do that?

Also i wanted in responsive view the width of the image always in 100%, is it possible with this template,
to realize?

Please have al look:
http://ruba.webbiene.de/

Thanks a lot!
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Webbie

Presuming I understand you correctly try adding the following to the Custom CSS field of your templates parameters...


.body_noise {
display: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
No there is no change, only the background of the site is changing.

But i found this class: body_grad - cannot find the css file for that!
My programm says always: index.115 and so on, but no css. So where can i change this code?

.body_grad {
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) 306.09121518212px, rgba(255,255,255,1) 307.09121518212px, rgba(165,165,165,0.9) 308.09121518212px, rgba(235,235,235,0.90) 456.09121518212px, rgba(235,235,235,0.9) 0px);
background-image: -o-linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) 306.09121518212px, rgba(255,255,255,1) 307.09121518212px, rgba(165,165,165,0.9) 308.09121518212px, rgba(235,235,235,0.90) 456.09121518212px, rgba(235,235,235,0.9) 0px);
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) 306.09121518212px, rgba(255,255,255,1) 307.09121518212px, rgba(165,165,165,0.9) 308.09121518212px, rgba(235,235,235,0.90) 456.09121518212px, rgba(235,235,235,0.9) 0px);
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) 306.09121518212px, rgba(255,255,255,1) 307.09121518212px, rgba(165,165,165,0.9) 308.09121518212px, rgba(235,235,235,0.90) 456.09121518212px, rgba(235,235,235,0.9) 0px);
background-image: linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) 306.09121518212px, rgba(255,255,255,1) 307.09121518212px, rgba(165,165,165,0.9) 308.09121518212px, rgba(235,235,235,0.90) 456.09121518212px, rgba(235,235,235,0.9) 0px);
}
.body_grad {
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) 400px, rgba(255,255,255,1) 401px, rgba(165,165,165,0.9) 402px, rgba(235,235,235,0.90) 550px, rgba(235,235,235,0.9) 0px);
background-image: -o-linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) 400px, rgba(255,255,255,1) 401px, rgba(165,165,165,0.9) 402px, rgba(235,235,235,0.90) 550px, rgba(235,235,235,0.9) 0px);
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) 400px, rgba(255,255,255,1) 401px, rgba(165,165,165,0.9) 402px, rgba(235,235,235,0.90) 550px, rgba(235,235,235,0.9) 0px);
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) 400px, rgba(255,255,255,1) 401px, rgba(165,165,165,0.9) 402px, rgba(235,235,235,0.90) 550px, rgba(235,235,235,0.9) 0px);
background-image: linear-gradient(top, rgba(0,0,0,0.0) 100px, rgba(0,0,0,0.6) 400px, rgba(255,255,255,1) 401px, rgba(165,165,165,0.9) 402px, rgba(235,235,235,0.90) 550px, rgba(235,235,235,0.9) 0px);
}
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You appear to have an error in your Custom CSS.


#container_hornav .header-1 {
/*background-color: none !important;
}


Comment tag is not been closed.

Regardless to remove the background image from the above CSS you can also add the following...


.body_grad {
background-image: none !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Please have a look, what happens, when i cjange this:
ruba.webbiene.de

Its more bad than before

Could the problem maybe cause because i commented out some code in the header.php?
I did that, Because i need no logo and no social media.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
As you have no closing tag in the comment within your Custom CSS...


#container_hornav .header-1 {
/*background-color: none !important;
}


Everything after this CSS is also been commented. Try changing the above to the following...


#container_hornav .header-1 {
/* background-color: none !important; */
}


The original suggestion should then work for you correctly. If not, may I suggest setting us up with temporary administration access to your Joomla installation and we will amend this issue for you. Please paste a link to this post in your email for our reference.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
I know, its not easy with me, but as you can see, i made it completly new.
Now it looks nice, but in responsive View, there is no header anymore.
Maybe you have also a solution for that?

Thanks a lot.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Difficult for us to troubleshoot as you appear to have made quite a few custom changes to the template. Placing your template in the background of your template will not display correctly for a number of reason, mainly because it will not resize correctly on smaller screen devices. I would suggest displaying your logo using the option available within the templates parameters.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
No problem, i decided to choose another template!
Your Free Classic template, it works much better!

But i have still some problems with it, maybe you can help:

At first, i want the h3 header of the modules beeing centered, but "text-align" center, does not work,
dont know why.

Second i want to change the background colors for the mainnavigation.
Everytime i click on a menu item, there is still the first item active, but that shpuld not be!
I want this item active, which i click and where i am actually.
Is that posiible?

Thanks a lot!
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

For your module headers you can add the following to your Custom CSS...


.module .module_surround .module_header h3, .module_menu .module_surround .module_header h3 {
display: block;
}


For your menu you appear to have the suffix set of 'nav-pills'. Removing this should resolve the issue.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!