When you go to a page where there is a top slider. The slider at first is a little bigger than when all is loaded. The results in a juming effect on the site: the content jumps higher than it was. Just for in an instance but takes long enough to cause problems when trying to click a link.
Can I solve this with css styling or something else?
Kind regards,
Maarten.
AS Templates
POSTED: 2015-03-11
Hello MEJEBUS,
What is your site url please? We have to see it in case to help you.
Regards, AS Team.
MeJebus
POSTED: 2015-04-10
Dear AS Templates
On the frontpage of the website I have three circles with the featured articles. When I go over them they turn B/W (Black & White) in Chrome.
The problem is that in Firefox and IE the B/W does not show, the circles just disappear. Is there a solution for is, maybe a CSS alteration?
I also see the in your template demo the circles twist a little bit. I can't figure out how to accomplish that.
Hopefully you can explain my questions.
Kind regards,
Maarten VT.
AS Templates
POSTED: 2015-04-10
Hello MEJEBUS,
What is your site url please? We have to see it in case to help you.
Regards, AS Team.
MeJebus
POSTED: 2015-04-12
Hi!
The Site-URL is http://www.igorbettens.be/antwerpen. On a newer version of IE the b/w does not show but the image stays in view. On an older version of IE (v10 or less) the image just disappears.
Kind regards
Maarten.
AS Templates
POSTED: 2015-04-12
Hello MEJEBUS,
By some reason the effect doesn't work on your server, the filters.svg file it is not visible in the following class in the tmpl.default.css file (line 2130):
Or please provide us with an access to your Joomla admin panel and we will do it for you. The access info please put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
MeJebus
POSTED: 2015-04-13
Hi
I added the css you provided and just disabled the gray filter for firefox.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
When you go to a page where there is a top slider. The slider at first is a little bigger than when all is loaded. The results in a juming effect on the site: the content jumps higher than it was. Just for in an instance but takes long enough to cause problems when trying to click a link.
Can I solve this with css styling or something else?
Kind regards,
Maarten.
What is your site url please? We have to see it in case to help you.
Regards, AS Team.
On the frontpage of the website I have three circles with the featured articles. When I go over them they turn B/W (Black & White) in Chrome.
The problem is that in Firefox and IE the B/W does not show, the circles just disappear. Is there a solution for is, maybe a CSS alteration?
I also see the in your template demo the circles twist a little bit. I can't figure out how to accomplish that.
Hopefully you can explain my questions.
Kind regards,
Maarten VT.
What is your site url please? We have to see it in case to help you.
Regards, AS Team.
The Site-URL is http://www.igorbettens.be/antwerpen. On a newer version of IE the b/w does not show but the image stays in view. On an older version of IE (v10 or less) the image just disappears.
Kind regards
Maarten.
By some reason the effect doesn't work on your server, the filters.svg file it is not visible in the following class in the tmpl.default.css file (line 2130):
#featured-row .mod-newsflash .item img:hover,
#featured-row .mod-custom img:hover
{
float: none;
margin: 0 !important;
margin-bottom: 0px;
border-radius: 50%;
filter: url(filters.svg#grayscale); /* Firefox */
filter: gray; /* IE */
-webkit-filter: grayscale(100%); /* Webkit */
}
Our suggestion is to replace it with rotation effect:
#featured-row .mod-newsflash .item img:hover,
#featured-row .mod-custom img:hover
{
float: none;
margin: 0 !important;
margin-bottom: 0px;
border-radius: 50%;
-ms-transform: rotate(7deg); /* IE 9 */
-webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
transform: rotate(7deg);
}
Or please provide us with an access to your Joomla admin panel and we will do it for you. The access info please put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
I added the css you provided and just disabled the gray filter for firefox.
I appreciate your help!
Regards,
MaartenVT