Dear Joomla51,
I found some problem with Internet Explorer and Impulse template.
- the background looks stretched with Explorer 9.0 on Win 7.0. The images of the three modules in the bottom
of the page have the upper edge of blue color. Everything work very well with Firefox and Chrome.
- the background looks stretched with Explorer 8.0. The background of three modules "Contact Details", "Sample Menu" and "Joomla51" doesn't appear. The links of three modules "Quam nunc putamus", "Velit esse modestie" and "Vivamus sic amet" don't work.
The same prblem of the background appears on responsive side on Samsung Galaxy S3 and Nokia E7 with default browser.
Thank you very much.
Kind regards
Andrew
- accipiter
- Commercial Templates
- Tuesday, 07 January 2014
- Subscribe via email
Hi Ciarán,
Here is the web site: http://bit.ly/19SVGLr
Thank you very much for your help.
Regards
Andrew
Here is the web site: http://bit.ly/19SVGLr
Thank you very much for your help.
Regards
Andrew
- more than a month ago
- Commercial Templates
- # 2
Thank you
The background image of our Impulse template uses the cover background-size property which tells the browser to stretch the background image to match the browser window. Unfortunately this element does not function correctly in some of the later versions of IE. You can disable this property by adding the following to the Custom CSS field of your templates parameters...
Could you details for us in what way the ImageLinkHover modules are not working for you? At present you appear to have them all linked to the same menu item.
Ciarán
The background image of our Impulse template uses the cover background-size property which tells the browser to stretch the background image to match the browser window. Unfortunately this element does not function correctly in some of the later versions of IE. You can disable this property by adding the following to the Custom CSS field of your templates parameters...
#body_bg {
background-size: auto !important;
}
Could you details for us in what way the ImageLinkHover modules are not working for you? At present you appear to have them all linked to the same menu item.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Ciarán,
thank for your reply.
Which is the name of CSS file where I put your new code?
You wrote: "...Could you details for us in what way the ImageLinkHover modules are not working for you? At present you appear to have them all linked to the same menu item...."
I am not sure to understand your question, but every module has a link to a different article now.
The problem with Explorer (blue color) on three modules appears also on the quickinstaller Impulse.
Thank you very much.
Regards
Andrew
thank for your reply.
Which is the name of CSS file where I put your new code?
You wrote: "...Could you details for us in what way the ImageLinkHover modules are not working for you? At present you appear to have them all linked to the same menu item...."
I am not sure to understand your question, but every module has a link to a different article now.
The problem with Explorer (blue color) on three modules appears also on the quickinstaller Impulse.
Thank you very much.
Regards
Andrew
- more than a month ago
- Commercial Templates
- # 4
The above CSS can be added to the Custom CSS field of your templates parameters. To access your templates parameters may I suggest the following tutorial... http://www.joomla51.com/tutorials/item/how-to-access-your-template-parameters
Sorry I'm only after noticing you stated IE8. As the ImageLinkHover module is based on CSS3 it will not fully function in IE8 as this browser has very limited CSS3 support.
Ciarán
Ciarán
Sorry I'm only after noticing you stated IE8. As the ImageLinkHover module is based on CSS3 it will not fully function in IE8 as this browser has very limited CSS3 support.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hi Ciarán ,
Thank you for your reply.
I applied your css code, but the background is no more full screen with this update.
I agree with you when you tell me IE 8 doesn't support CSS3 even if it is used by windows XP users.
Is it possibile solve the IE 9.0 problem with blue borders of three modules in the botto of the web page?
Thank you very much.
Good sunday.
Andrew
Thank you for your reply.
I applied your css code, but the background is no more full screen with this update.
I agree with you when you tell me IE 8 doesn't support CSS3 even if it is used by windows XP users.
Is it possibile solve the IE 9.0 problem with blue borders of three modules in the botto of the web page?
Thank you very much.
Good sunday.
Andrew
- more than a month ago
- Commercial Templates
- # 6
To remove the blue border could you try removing the following line from your modules style_common.css (http://www.musestre.com/liu794tv/modules/mod_tvhover/css/style_common.css - LINE 16)....
Ciarán
filter: progidXImageTransform.Microsoft.gradient( startColorstr='#EEE', endColorstr='#DDDDDD',GradientType=0 ); /* IE6-9 */
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Hi Ciarán,
I deleted line 16 and the border are disappeared with Explorer 9.0.
Great support !
Thank you very much.
Regards
Andrew
I deleted line 16 and the border are disappeared with Explorer 9.0.
Great support !
Thank you very much.
Regards
Andrew
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »