OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
dimas: color and slide in (0 viewing) 

Joomla Gallery Support

Go to bottom Favoured: 0

Dimas: color and slide in

thelake (User)
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
dimas: color and slide in 1 Year, 8 Months ago
Karma: 0  
Hi,

I would need some color (orange) for the dimas hover and:

"title" sliding in
"description" sliding in

center position for both

Thanks for help
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:dimas: color and slide in 1 Year, 8 Months ago
Karma: 102  
Can you send link to website where you have OrdaSoft Joomla gallery with this effect?

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
thelake (User)
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
Re:dimas: color and slide in 1 Year, 8 Months ago
Karma: 0  
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:dimas: color and slide in 1 Year, 8 Months ago
Karma: 102  
For set "title" sliding in
"description" sliding in
center position for both in OrdaSoft Joomla gallery

You need to your template CSS file add below code:
Code:

.img-block.dimas-effect:hover .os-gallery-caption p:first-child {
    width: 100% !important;
    margin: 0 !important;
}



I would need some color (orange) for the dimas hover
what you mean here I not understand.
If you mean orange - font color, CSS need add next
Code:

.img-block.dimas-effect:hover .os-gallery-caption p:first-child {
    width: 100% !important;
    margin: 0 !important;
    color: orange !important;
}



If you mean hover orange color CCS need as below, but will look not good

Code:

[class^=os-gallery-tabs-main] .img-block.dimas-effect:hover .os-gallery-caption {
    background: orange;
}



Regards
Ordasoft team
Logged Logged
The administrator has disabled public write access.
thelake (User)
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
Re:dimas: color and slide in 1 Year, 8 Months ago
Karma: 0  
Thanks for the correct css - this works well

and yes: hover orange color is ugly..

Thanks - for the moment we are happy with the Gallery!
Logged Logged
The administrator has disabled public write access.
Go to top
»