1. queback
  2. Commercial Templates
  3. Tuesday, 28 May 2013
  4.  Subscribe via email
Hi there,

I have a problem under IE9 with this really good template.

Everything is ok with all other browser, as always, but gradients on buttons don't work under IE and my background image is stretched in an ugly way, check the differences:

IE9:http://www.queback.net/partage/Nocturne-IE9.jpg

Chrome and co: http://www.queback.net/partage/Nocturne-other.jpg

Can someone tell me where to look for solving this problem ?

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

For your background issue try removing the following from your templates styles.php (../templates/j51_nocturne/php/styles.php - line 242)..


[code type=css] -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $this->baseurl ?>/<?php echo $bgimagefile; ?>',sizingMethod='scale')";
[/code]

As the template is largely CSS3 based there is some elements of the template that will appear differently on older browsers (in particular IE). Is there a specific colour you would like to use for your buttons and I will try creating the gradiant using a trident syntax (CSS which can be added to your CustomCSS field)?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for your help, I'll try your answer asap and let you know !
Bye
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi there, sorry for the late reply, I had other websites to finish in emergency !

Thanks for the trick about the background image, I'll keep it in mind for my next job, finally, I won't use a background for this particular project.

About the gradient under IE, I'd like to have this: from d5c254 to ffffff or from d5c254 to ece19e

Thanks in advance !!
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Ok, when working, gradients under IE are far from the desired colors, even for the main menu it will be problematic for my client who is kind of an artist.
I have to get the gradient from the right part of this example: http://www.queback.net/partage/ScreenShot007.png

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

For the top menu try adding the following to tthe Custom CSS field of your templates parameters...


[code type=css].hornavmenu {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NGQ1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg1OTdhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #474d53 0%, #8597a1 100%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #474d53 0%, #8597a1 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #474d53 0%, #8597a1 100%); /* gradient overlay */
background-image: linear-gradient(bottom, #474d53 0%, #8597a1 100%); /* gradient overlay */
}[/code]


For your 'read more' buttons try also adding the following...


[code type=css].readmore a, input.button, ul.pagination li, li.pagenav-prev, li.pagenav-next, button, .j51-button a, .module .j51imagelinkhover .j51button a, .module_style-box .j51imagelinkhover .j51button a {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1YzE1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZGE5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #d5c153 0%, #e6da93 100%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #d5c153 0%, #e6da93 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #d5c153 0%, #e6da93 100%); /* gradient overlay */
background-image: linear-gradient(bottom, #d5c153 0%, #e6da93 100%); /* gradient overlay */
}[/code]


Failing that you will have to recreate the background using images.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks, I was able to get the desired color.
I'd have a last demand for you, how can I get rid of the gray gradient that automatically appears at the bottom of the footer when the page page height is short:

http://www.queback.net/partage/ScreenShot018.png

I can't find where it comes from and I need this part to be white, like the rest of the website content background.

Thanks in advance and good evening !
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hi!

Here: http://queback.net/multidomaines/art-de-vivre/index.php/hebergement

but you have to check it with a high resolution, at least 1920x1080.

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

Try adding the following to the Custom CSS field of your templates parameters...


[code type=css]body, #body_bg {
background-image: none;
}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Hi there,

unfortunately, this doesn't work. To get a white background, I have to use a white image. If I add your custom CSS code, nothing happens, If I delete my white jpg, I have the gray gradient everywhere as a background...

A solution could be to tell the footer to keep at the bottom of the monitor but I don't know how to do this, my attempts did'nt work either.

Any idea ?

Thanks once again,
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
Ok.. could you trty using the following instead...


[code type=css]body, #body_bg {
background-image: none !important;
}[/code]
  1. more than a month ago
  2. Commercial Templates
  3. # 11
Accepted Answer Pending Moderation
0
Votes
Undo
Aaaaaaaaarrrrrggggghhhhh! It's working!! WTF?? I've tried so many things but not adding "!important"...
Thanks a lot. If you have several seconds to tell me why this particular piece of code has to be added, I'd like to understand!

Thanks once again for your great support.
  1. more than a month ago
  2. Commercial Templates
  3. # 12
Accepted Answer Pending Moderation
0
Votes
Undo
By default the background is styled with a gradient overlay. It works well on darker colours however not so much on lighter ones!) The CSS simply removes this overlay.

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


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

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok