Support Online: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

lock Hide Filename and .... on Frontend

More
9 years 3 weeks ago #3710 by Robert Scott Honeycutt
I would like to display galleries without the filename/caption displaying but I cannot find a setting for this. The documentation shows an option to turn Captions on/off but I do not have that option
The topic has been locked.
More
9 years 3 weeks ago #3717 by Huyen Tran
Dear fletch88.
Thank you for using product our.
I'm sorry, My document still update, It is old. at this moment, My module don't configure On/Off Captions. If you want Hide Caption, you can css for it the below:
Find to file: ...modules/mod_jux_gallery/assets/css/style_hover.css: line 820
.view-eighth:hover h2 {

-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s;
}

and add line code: display: none;.
Best regards,
Huyen Tran

Best Regards,
Huyen Tran
The topic has been locked.
More
9 years 3 weeks ago #3720 by Robert Scott Honeycutt
If I understand you wanted me to do this:

.view-eighth:hover h2 {
display: none;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s;
}

It is not producing the desired result
The topic has been locked.
More
9 years 3 weeks ago #3722 by Huyen Tran
Dear fletch88.
Thanks your feedback.
You want as this video. Please view it.

Best Regards,
Huyen Tran

Best Regards,
Huyen Tran
The following user(s) said Thank You: PATRICIA BARUCCO
The topic has been locked.
Moderators: Jackie
Time to create page: 0.031 seconds
Powered by Kunena Forum