This topic has 18 replies, 3 voices, and was last updated 9 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

    Attachments:
    You must be logged in to view attached files.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #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

    Attachments:
    You must be logged in to view attached files.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #39219
     sermsak
    Participant
    This reply has been set as private.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #39253
     sermsak
    Participant
    This reply has been set as private.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #53997
     sermsak
    Participant
    This reply has been set as private.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #55823
     sermsak
    Participant
    This reply has been set as private.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #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

    Attachments:
    You must be logged in to view attached files.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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?