-
Author
-
May 15, 2015 at 13:11 #58878jiantParticipant
Hi
How can I remove title showing when mouse over images?
Thank you
May 15, 2015 at 14:09 #58888sharmstrModeratorWhere?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 15, 2015 at 21:29 #58994jiantParticipantIn all picture galeries.
I can see the title in all images. porfolios, media grid,..Thank you
May 19, 2015 at 16:15 #59411sharmstrModeratorI responded Saturday, looks like it didnt go through.
Copy /kleo/rtmedia/media/media-gallery-item.php to your child theme and changed the following line from this
COPY CODE<a>" title="<?php echo rtmedia_title(); ?>">
to this
COPY CODE<a>" title="">
You might want to hold off doing it until Kleo 3.0 (due to be released any day). rtMedia has made some major changes and that code might be changed in the next release.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 19, 2015 at 16:55 #59421sharmstrModeratorDid you put it in /kleo-child/rtmedia/media/media-gallery-item.php?
Respond privately with a link.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 19, 2015 at 19:04 #59445sharmstrModeratorYour site is throwing jquery errors so I cant see the section that you are asking about.
In looking at the source code, it looks like you’re trying to use the a vc media grid. I didnt give you the code for that since you weren’t very specific and I thought you meant the gallery grids created by rtMedia.
Please tell me exactly what you’ve added there, including the grid style you’ve selected so I can recreate on my site.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.May 19, 2015 at 19:53 #59462sharmstrModeratorVC adds the title attribute to its images. So depending on which of their styles you are using, you’ll have to edit their templates for it. I strongly urge you to not do this since they are constantly updating their template files and you’ll have to compare their new files to your old one(s) after every upgrade.
If you really want to do it and maintain it going forward, you can copy /plugins/js_composer/include/shortcodes/vc_gitem_zone.php and replace
COPY CODE$image_block .= 'prettyphoto_rel . ' data-vc-gitem-zone="prettyphotoLink" class="vc_gitem-link prettyphoto vc-zone-link vc-prettyphoto-link">';
with
COPY CODE$image_block .= 'prettyphoto_rel . ' data-vc-gitem-zone="prettyphotoLink" class="vc_gitem-link prettyphoto vc-zone-link vc-prettyphoto-link">';
Alternatively, you can google for a way to remove the title attribute via jquery or css.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 20, 2015 at 11:33 #59557jiantParticipantIn which folder after include? Template/shortcodes/vc_gitem_zone.php
/plugins/js_composer/include/shortcodes/vc_gitem_zone.php
/plugins/js_composer/include/template/shortcodes/vc_gitem_zone.phpI made it but after saving, if I load my website it don´t show my the gallery.Is all the time loading, but don´t show the pictures.
Thank you
May 20, 2015 at 17:15 #59591sharmstrModeratorSorry, this one: /plugins/js_composer/include/template/shortcodes/vc_gitem_zone.php
As I mentioned earlier, your images never loaded for me. They were constantly loading.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.