Forum Replies Created

Viewing 40 posts - 18,521 through 18,560 (of 25,000 total)
  • Author
  •  Laura
    Moderator

    Glad it worked πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Comment Button in Activity break #100483
     Laura
    Moderator

    Hello, this should fix it, add to style.css

    COPY CODE
    
    .activity-meta a {
        line-height: 1 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to set up WooCommerce like in your demo? #100482
     Laura
    Moderator

    Hello, i see, can you share admin credentials so i can 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
    in reply to: Kleo child translate into German #100481
     Laura
    Moderator

    Hello, can you share admin credentials so i can 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
    in reply to: Necesito Ampliar el logo #100480
     Laura
    Moderator

    Hola, prueba lo siguiente en Opciones de tema > Quick css

    COPY CODE
    
    .logo img {
        max-height: 250px;
        max-width: inherit;
        width: 180px;
    }
    

    El logo no es de muy alta resoluciΓ³n, sugiero subir otro mΓ‘s grande

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Base tab colour #100479
     Laura
    Moderator

    Hello, i see, where can i find that?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: mobile uploader in activity feed styling needs fix #100478
     Laura
    Moderator

    Hello, should work now, used

    COPY CODE
    
    @media (max-width: 991px) {
    .directory.activity #buddypress form#whats-new-form #whats-new-submit {
        margin-top: 70px;
        position: relative;
    }
    .directory.activity #buddypress #whats-new-options div:nth-child(1n) {
        float: right;
        position: absolute;
        width: 300px !important;
        margin-top: 6.2%;
    }
    .directory.activity div#whats-new-options {
        margin-top: -10%;
    }
    .directory.activity #buddypress form#whats-new-form #whats-new-options select {
        border: 1px solid #ccc;
        font-size: 13px;
        margin-top: 0;
        padding: 3px 2px;
        margin-left: 11%;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile page and man shows as woman #100476
     Laura
    Moderator

    I am glad it helped πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WooCommerce for payment of membership #100475
     Laura
    Moderator

    Hello, you could contact cornel@seventhqueen.com about that service or contact a freelancer at envato studio πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile icon #100474
     Laura
    Moderator

    Hello, the code should fix all, try this

    COPY CODE
    
    
    .bbp-user-page .widgets-container.sidebar_location {
        padding-top: 90px !important;
    }
    a#user-xprofile:before {
        margin-left: 15% !important;
    }
    a#user-notifications:before {
        margin-left: 20% !important;
    }
    a#user-messages:before {
        margin-left: 20% !important;
    }
    a#user-friends:before {
        margin-left: 20% !important;
    }
    li#groups-personal-li a:before {
        margin-left: 20% !important;
    }
    a#user-forums:before {
        margin-left: 15% !important;
    }
    li#album-personal-li a:before {
        margin-left: 15% !important;
    }
    a#user-settings:before {
        margin-left: 25% !important;
    }
    div.item-list-tabs ul li a span {
        margin-left: 10px !important;
    }
    .tabs.info dd.active a:after, #object-nav ul li.current a:after, #object-nav ul li.selected a:after {
        border: none !important;
    }
    

    To change icon colors

    COPY CODE
    
    .item-list-tabs.no-ajax#object-nav a:before {
        color: black;
    }
    

    To change specific icon color, for example, profile icon

    COPY CODE
    
    a#user-xprofile:before {
        color: green !important;
    }
    

    Notification alert text color + background color

    COPY CODE
    
    .tabs.pill.custom dd.active a, .tabs.pill.custom li.active a, div.item-list-tabs ul li a span, #profile .pmpro_label {
        background: green !important;
        color: white !important;
    }
    

    You can use any icon you want, just need to change the icons code at the first code, for example, this is the icon code for profile \f007

    COPY CODE
    
    a#user-xprofile:before {
    content: β€œ<strong>\f007</strong>” !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Removing white empty header in Search results page #100471
     Laura
    Moderator

    Hello, did you add it to style.css of child theme while having child theme activated?
    I see it fine, maybe its cache

    I do not get the search results text

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: No redirection after facebook login popup #100469
     Laura
    Moderator

    Hello, did you try deactivating some plugins and testing again? Let me now

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Not able to add pic to forum #100467
     Laura
    Moderator

    Hello, w3 was already tested but you could try super cache or zencache

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: block non members , landing page #100465
     Laura
    Moderator

    Hello, i think the best would be to hire a freelancer to do this for you as it would require some development

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: My Event Page stops showing #100464
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Membership account #100463
     Laura
    Moderator

    Hello, you could hire a freelancer to do it for you, maybe at envato studio

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Laura
    Moderator

    Hello, is not available still

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translation issue #100459
     Laura
    Moderator

    Hello, i would suggest to use a multisite, have a korean version of the site and a french version.
    you could use a subdomain for korean version like kr.domain.com
    This way you can have all site in korean including posts, forums etc

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: membership section of sweet date themes #100457
     Laura
    Moderator

    Hello, i see 2, how many levels do you have? did you add any custom code?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Registration – Ghost Page #100252
     Laura
    Moderator

    Hello, you can use disable activation reloaded plugin to not require the activation link

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Laura
    Moderator

    Hello, just add this to style.css of child theme

    COPY CODE
    
    mark.count {
        display: none !important;
    }
    

    πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: FOOTER KLEO SHORT CODE #100250
     Laura
    Moderator

    Hello, can you share access so i can 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
    Moderator

    Hello, it enables the button facebook registration, if you disable it it hides the button, actually it does skip the registration process because its used as a quick registration method, maybe in the future we could change this

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profil tab – all open #100245
     Laura
    Moderator

    Hello, you can use this, add to style.css of child theme πŸ™‚

    COPY CODE
    
    .accordion-content {
        display: block !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: GEO Directory #100243
     Laura
    Moderator

    Hello, can you share admin credentials so i can see it?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Support Forum Layout #100242
     Laura
    Moderator

    Hello, with bbpress you can easily create a support center :)There are also many plugins around that add this kind of service

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Multisite #100241
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Transparent Footer and Color #100240
     Laura
    Moderator

    Hello, this should make it transparent, add to style.css of child theme

    COPY CODE
    
    div#socket {
        background-color: transparent !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Invalid Argument Importing Demo Data – Widgets #100239
     Laura
    Moderator

    Hello, can you share admin credentials so i can 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
    in reply to: How to set up WooCommerce like in your demo? #100237
     Laura
    Moderator

    Hello, at Appearance > KLEO Demo Data > Select Specific Page and find Home Shop and import it πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Comment Button in Activity break #100235
     Laura
    Moderator

    Hello, can you share an user so i can 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
    in reply to: Delete Profiles on Sweetdate #100234
     Laura
    Moderator

    Hello, at their profile at settings they should be able to see a delete link
    in buddypress settings you can check to enable or disable that ( Settings > Buddypress )

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: adding captcha to registration #100233
     Laura
    Moderator

    Hello, try the following plugin https://wordpress.org/plugins/buddypress-nocaptcha-register-box/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Support Link to Help is not working #100231
     Laura
    Moderator

    Hello, to edit levels go to Memberships > Levels
    And check that you have all pages selected at Memberships > Page settings

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Laura
    Moderator

    Hello, what plugin do you use for the articles?
    Have you tried asking them about the notification?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Facebook Login Not Working #100229
     Laura
    Moderator

    Hello, can you share admin credentials so i can 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
    in reply to: Permalink on memberships page #100228
     Laura
    Moderator

    Hello, check out at Memberships > Page Settings and make sure you do not have left sidebar template in one of them

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: forum search #100227
     Laura
    Moderator

    Hello, can you explain a bit more and share an user so i can 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
    in reply to: Accessibility Practices #100226
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: BP Profile Search / Member Loop Conditions #100225
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 18,521 through 18,560 (of 25,000 total)

Log in with your credentials

Forgot your details?