Hello! May I ask what could be a problem with the featured articles part when I hoover the mouse onto the image, the image disappears instead of changing to grayscale as in the demo. Could you please help? Thanks in advance.
AS Templates
POSTED: 2015-03-06
Hello SZTELEKEMESE,
What is your site url please? Have you installed it using quick-start installation package?
Regards, AS Team.
sztelekemese
POSTED: 2015-03-11
Hello! Yes, we installed with the quick-start. The URL is: www.sztelekemese.hu
AS Templates
POSTED: 2015-03-11
Hello SZTELEKEMESE,
Your site is password protected, we have to see it in case to help you.
Regards, AS Team.
sztelekemese
POSTED: 2015-04-01
Hello again,
now my website is available and my question is still the same: what goes wrong on my site if the circles on the opening page are not changing to black-and-white when hoovering the mouse over the pictures (as seen in the demo)?
Thanks:
Emese
AS Templates
POSTED: 2015-04-01
Hello SZTELEKEMESE,
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):
Thank you for the suggestion. I replaced the css. Now better than before but now it doesn't do any effect on it. Really strange, because there are more pages running on this server and I don't know what can be the reason...
AS Templates
POSTED: 2015-04-02
Hello SZTELEKEMESE,
We do not see the updated class in the '/templates/as002065/css/tmpl.default.css' file, please be sure you added it and saved.
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
What is your site url please? Have you installed it using quick-start installation package?
Regards, AS Team.
Your site is password protected, we have to see it in case to help you.
Regards, AS Team.
now my website is available and my question is still the same: what goes wrong on my site if the circles on the opening page are not changing to black-and-white when hoovering the mouse over the pictures (as seen in the demo)?
Thanks:
Emese
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);
}
Regards, AS Team.
We do not see the updated class in the '/templates/as002065/css/tmpl.default.css' file, please be sure you added it and saved.
Regards, AS Team.