This topic has 10 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #128655
     Zidi
    Participant

    Normal
    0

    21

    false
    false
    false

    ES
    X-NONE
    X-NONE

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:”Tabla normal”;
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-parent:””;
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin-top:0cm;
    mso-para-margin-right:0cm;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0cm;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:”Calibri”,”sans-serif”;
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-fareast-language:EN-US;}

    Normal
    0

    21

    false
    false
    false

    ES
    X-NONE
    X-NONE

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:”Tabla normal”;
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-parent:””;
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin-top:0cm;
    mso-para-margin-right:0cm;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0cm;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:”Calibri”,”sans-serif”;
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-fareast-language:EN-US;}

    Hi,

    I have some general questions:

    1- How can I add KLEO โ€œlike buttonโ€ at BP acitivity? as I did for share buttons using this code http://pastebin.com/CiNX5XPk

    2- It is possible to change only the color of bubble notification (background and text color) at BP profile when a new activity is notified?

    3- How can I hide the last activity from the cover of BP and from members page?

    4- How can I change the color of stars for product review (the grey and the blue color)?

    5- I have two KLEO licenses and two profiles at KLEO forum, and I renewed the support query of one license, it is possible to have all my ticket at only one support account?

    Thanks

    #128659
     Zidi
    Participant

    I apologize for the “code lines” before my message. I don’t know the cause of theses lines

    #128695
     Laura
    Moderator

    Hello, i will be happy to help you ๐Ÿ™‚
    For the like button, this feature is not available yet.
    For the rest of items, can you share admin credentials so i can test some codes? ๐Ÿ™‚

    5. Yes

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #128725
     Zidi
    Participant

    Hello Laura,

    Thank you for your reply.

    site: es.unisoko.com
    user: laura
    password: kleoteam

    5. My user name for the second account at KLEO support forum is “azidi” and the email is “ali.zidi@gmail.com”. I want to have all ticked in this account

    Thanks

    #128867
     Laura
    Moderator

    Hello, for 2: Try by adding this to style.css of child theme

    COPY CODE
    
    a#user-notifications span {
        color: #ffffff !important;
        background-color: black !important;
    }
    

    This will change only the one for notification item

    3: Add this to style.css of child theme

    COPY CODE
    
    div#latest-update {
        display: none !important;
    }
    

    4: Add this to style.css of child theme

    COPY CODE
    
    p.stars.selected a:after {
        color: red !important;
    }
    .woocommerce .star-rating span, .woocommerce-page .star-rating span:before {
        color: red !important;
    }
    

    5: We cannot transfer topics, but you can use one account for other licenses

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #128895
     Zidi
    Participant

    Hello again Laura,

    I try the code adding it to style css of child theme, but it doesn’t work.
    Please could you check my site;

    Thanks

    #129017
     Laura
    Moderator

    Hello, do you have any cache setup that could be blocking it?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #129028
     Zidi
    Participant

    the WP Super Cache is on mode Off, I cleaned the cache but it doesn’t work.

    #129049
     Zidi
    Participant

    Hi Laura,

    it works well, I found the mistake. I’m really sorry.

    I have other question:

    I want the background of notification item changes only to notify new activity?

    thanks for your help

    #129184
     Zidi
    Participant

    Hi Laura,

    I did it using

    #buddypress div#item-nav ul li a span {}

    #buddypress div#item-nav ul li a span.no-count{}

    thanks

    #129335
     Laura
    Moderator

    Glad you could resolve it! ๐Ÿ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 11 posts - 1 through 11 (of 11 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?