just trying to find out where the light blue color for the transition hover effect for the shown pictres in the gallery/portfolio is defined as i want to change that in something different. Looking through the tmpl.default.css, but not able to find it. Could you assist?
Regards,
Michael
AS Templates
POSTED: 2015-02-02
Hello NALOGO1,
You can do it in the tmpl.default.css file in the following class:
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Regards, AS Team.
NaLogo1
POSTED: 2015-02-02
Hi there,
perfect! Thanks in advanced for your help, and for your hint...;)
regards,
Michael
NaLogo1
POSTED: 2015-02-04
Hi there, it's me again.
Still try to get a hand on the portfolio...;)
On my page, only one category is given and i don't need the filter on the modul (ALL LUXURY, etc.). If i delete the subcategories from gallery, an error is shown. See http://nalogo-fotografie.de/images/error_portfolio.jpg
To describe what i want: I have one category gallery with 9 articles attahced to that category. Modul portfolio should show the 9 articles-images, but without the filter on top for the, not existend, sub-category. I exlude it on the configuratio-part of the module, but still same error: http://nalogo-fotografie.de/images/error_portfolio-2.jpg
Could you kindly assist?
Regards, Michael
P.S. still working on localhost.
AS Templates
POSTED: 2015-02-04
Hello NALOGO1,
It seems you do not have any images under the main category, please bu sure that all subcategories are disabled and you have at least one image under the main category.
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
just trying to find out where the light blue color for the transition hover effect for the shown pictres in the gallery/portfolio is defined as i want to change that in something different. Looking through the tmpl.default.css, but not able to find it. Could you assist?
Regards,
Michael
You can do it in the tmpl.default.css file in the following class:
.gallery-item.gallery-grid .view .mask {
background-color: rgba(124, 168, 227, 0.9);
color: #fff;
opacity: 0;
text-align: center;
transition: all 0.4s ease-in-out 0s;
}
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Regards, AS Team.
perfect! Thanks in advanced for your help, and for your hint...;)
regards,
Michael
Still try to get a hand on the portfolio...;)
On my page, only one category is given and i don't need the filter on the modul (ALL LUXURY, etc.). If i delete the subcategories from gallery, an error is shown. See http://nalogo-fotografie.de/images/error_portfolio.jpg
To describe what i want: I have one category gallery with 9 articles attahced to that category. Modul portfolio should show the 9 articles-images, but without the filter on top for the, not existend, sub-category. I exlude it on the configuratio-part of the module, but still same error: http://nalogo-fotografie.de/images/error_portfolio-2.jpg
Could you kindly assist?
Regards, Michael
P.S. still working on localhost.
It seems you do not have any images under the main category, please bu sure that all subcategories are disabled and you have at least one image under the main category.
Regards, AS Team.