This topic has 18 replies, 3 voices, and was last updated 10 years by Laura.

  • Author
  • #39015
     sermsak
    Participant

    Hi. 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

    #39017
     Laura
    Moderator

    Hello, 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 solution
    #39061
     sermsak
    Participant

    Hello. Laura, It work great. Thank you so much.

    #39148
     sermsak
    Participant

    Hello. Laura , The photo name it show in some position (Please see attached file)

    Thank you

    #39158
     Laura
    Moderator

    Hello, 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 solution
    #39219
     sermsak
    Participant

    Hello. 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 link

    http://cookkoo.com/members/yao/media/1/

    Thank you

    #39226
     Laura
    Moderator

    Hello, 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 solution
    #39253
     sermsak
    Participant

    Hello. Laura , It work great in 1 position. But the last position please help again. (Please see attached file)

    Thank you

    #39270
     webpixel
    Participant

    Hey sorry for hijacking.
    But seems like your Code Laura gets overriden by something futher up.

    View post on imgur.com

    #39271
     webpixel
    Participant

    Ignore 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.

    #39303
     Laura
    Moderator

    Hello, 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 solution
    #39499
     sermsak
    Participant

    Hello. Laura the professional , It work great. Thank you so much

    #39503
     Laura
    Moderator

    Hello, 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 solution
    #53997
     sermsak
    Participant

    Hello 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

    #54338
     Laura
    Moderator

    Hello, 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 solution
    #55823
     sermsak
    Participant

    Hello, 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.

    #56053
     Laura
    Moderator

    Hello, 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 solution
    #57103
     sermsak
    Participant

    Hello, Laura. It’ appear to display the name of the photo on the slide show.(attached file) please help again. Thank you

    #57210
     Laura
    Moderator

    Hello, 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
Viewing 19 posts - 1 through 19 (of 19 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?