-
Author
-
December 13, 2014 at 19:10 #39015
sermsak
ParticipantHi. When member upload their photo. In every photo will show the name of the photo (exsample: Activity page) , I wish to hide the photo name. Please see attached file
Thank you
December 13, 2014 at 19:29 #39017Laura
ModeratorHello, put this inside of style.css in child theme to hide rtmedia photo titles.
COPY CODE.rtmedia-list-item .rtmedia-item-title { display: none; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 14, 2014 at 15:44 #39061sermsak
ParticipantHello. Laura, It work great. Thank you so much.
December 15, 2014 at 15:08 #39148sermsak
ParticipantHello. Laura , The photo name it show in some position (Please see attached file)
Thank you
December 15, 2014 at 16:40 #39158Laura
ModeratorHello, please link me to the photo to check it out 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 16, 2014 at 01:06 #39219sermsak
ParticipantHello. Laura. Now it FIX. May be because problem it from CACHE problem.
But please help in new issue again. When MOUSE stay over picture , it will show roll over in 2 position.
I wish to hide it. Please see the linkhttp://cookkoo.com/members/yao/media/1/
Thank you
December 16, 2014 at 01:46 #39226Laura
ModeratorHello, add this to your style.css
COPY CODE.rtmedia-list.masonry .rtmedia-list-item a h4 { display: none; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 16, 2014 at 07:19 #39253sermsak
ParticipantHello. Laura , It work great in 1 position. But the last position please help again. (Please see attached file)
Thank you
December 16, 2014 at 11:47 #39270webpixel
ParticipantHey sorry for hijacking.
But seems like your Code Laura gets overriden by something futher up.December 16, 2014 at 11:49 #39271webpixel
ParticipantIgnore my last post.
The Display:none; is not the one added with the code.But my title stays as it is, with your Code Laura.
December 16, 2014 at 16:38 #39303Laura
ModeratorHello, no problem, try this:
COPY CODE.rtmedia-list.masonry .rtmedia-list-item a h4 { font-size: inherit; padding: 5px 2px; display: none !important; } .mfp-content #buddypress .rtm-lightbox-container #rtmedia-single-media-container .rtm-ltb-title-container .rtm-ltb-title a { text-decoration: none; color: #fff; opacity: 0.7; display: none !important; }Also copy footer.php to child theme then add this before </body>
COPY CODE<script type="text/javascript"> jQuery('document').ready(function($){ $('[title]').removeAttr('title'); }); </script>This is for hiding title tooltip that shows the title of the image.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 17, 2014 at 20:16 #39499sermsak
ParticipantHello. Laura the professional , It work great. Thank you so much
December 17, 2014 at 21:11 #39503Laura
ModeratorHello, Glad it worked! Topic moved to Resolved.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 11, 2015 at 07:28 #53997sermsak
ParticipantHello Laura
I’m apologize to continue on this topic again.
I need to edit “Activity” page (Please see attached file #1) to display as same as Member Profile – Media – Lightbox (Please see attached file #2).
For the Activity result is, Left side display “Media” and the Right side display “Like Comment”.Please help to, Where & How can i edit this ?
Thank you
April 14, 2015 at 06:02 #54338Laura
ModeratorHello, those are different plugins, the activity is managed by buddypress and the photo with comment lightbox is managed by rtmedia, what you want would require extra customization and its not supported by our team, maybe a developer would help you.
If i understood, you want to have the same window when you click on a photo of activity? Or maybe have the comments of the activity to the left?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 23, 2015 at 09:35 #55823sermsak
ParticipantHello, Laura. sorry in lately reply. i need to give the users they can interactive to each others on the ACTIVITY page. please see the attached file. Thank you.
April 24, 2015 at 13:57 #56053Laura
ModeratorHello, they can comment eachother activities, you can try Buddypress Wall plugin or BuddyPress Activity as Wire
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 3, 2015 at 12:35 #57103sermsak
ParticipantHello, Laura. It’ appear to display the name of the photo on the slide show.(attached file) please help again. Thank you
May 4, 2015 at 16:54 #57210Laura
ModeratorHello, please try
COPY CODE.rtmedia-item-title { display:none; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.