This topic has 10 replies, 2 voices, and was last updated 8 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

    Attachments:
    You must be logged in to view attached files.
    #128659
     Zidi
    Participant
    This reply has been set as private.
    #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

    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 🙂

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

    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 🙂

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

    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 🙂

    #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

    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 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?