BuddyDev

Search

[Resolved] Issues with Testimonials

  • Participant
    Level: Enlightened
    Posts: 48
    Khalid Mohamed on #35935

    Dear BuddyDev Support Team;

    Regarding your plugin “BP User Testimonials”:

    1- The tabs “Delete” “Hide” in “My Testimonials” :
    A) appear too close to other.
    B) Closer to the next testimonial message than it is to their related message.

    2- We need to know how to change the background color of the text in Pending saying “There is no testimonial available at the moment!”

    Kind Regards
    Khalid

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #35971

    Hi Khalid,
    Thank you for using the plugin.

    Please let me know which theme are you using and we will assist you.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 48
    Khalid Mohamed on #36005

    Hi Brajesh;

    Thanks for your prompt reply. We are using BuddyBoss theme.

    Regards
    Khalid

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2933
    Ravi on #36020

    Hello Khalid,

    Thank you for the detail. Please try the following CSS rules.

    
    // Separate action links
    .testimonial-action a {
        margin-right: 5px;
    }
    
    // Margin between testimonials
    ul#testimonial-list li {
        margin: 15px 0px;
    }
    .testimonial-entry p {
        margin-bottom: 10px;
    }
    
    // Changing background
    div.u-testimonials #message {
        background: black;
    }
    
    

    Please do let me know if it helps or not

    Regards
    Ravi

  • Participant
    Level: Enlightened
    Posts: 48
    Khalid Mohamed on #36590

    Hi Ravi;

    The code didn’t work, but we could fix the issue.

    Kind Regards
    Khalid

  • Participant
    Level: Enlightened
    Posts: 48
    Khalid Mohamed on #36591

    Hi Ravi;

    The code did not work, but we could solve the issue.

    Thank you.
    Khalid

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #36712

    Hi Khalid,
    Thank you for letting us know.

    I am glad you have resolved it.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: resolved