×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
JUX Member Forum - Restricted to Members Only
JUX Images Extensions
JUX Gallery
Hide Filename and .... on Frontend
Hide Filename and .... on Frontend
Less
More
Posts: 2
Thank you received: 0
9 years 7 months 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.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 7 months 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.
Less
More
Posts: 2
Thank you received: 0
9 years 7 months 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.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 7 months 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 topic has been locked.
Forum
JUX Member Forum - Restricted to Members Only
JUX Images Extensions
JUX Gallery
Hide Filename and .... on Frontend
Time to create page: 0.045 seconds