Forum Replies Created

Viewing 40 posts - 22,481 through 22,520 (of 25,000 total)
  • Author
  • in reply to: text size / height #63310
     Laura
    Moderator

    Hello, please share an user so i can test 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 🙂

    in reply to: Centered Buttons #63306
     Laura
    Moderator

    Hello, try to add this CSS to quick css in General Settings

    COPY CODE
    
    a.btn.btn-default {
      margin-left: -6%;
    }
    

    Does it work?

    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 🙂

    in reply to: Increase width #63305
     Laura
    Moderator

    Hello, try to add this to your Quick CSS in Styling Options

    COPY CODE
    
    .eight, .row .eight {
      width: 76.66667% !important;
    }
    

    Let me know if it works 🙂

    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 🙂

    in reply to: Some help with adjustments #63300
     Laura
    Moderator

    Hello, the translations are working fine but only the Profil is not changing? Are you translaiting child theme or main theme?

    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 🙂

    in reply to: Display post meta in Single post page on top of post #62958
     Laura
    Moderator

    Hello, can you share a screenshot please? 🙂

    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 🙂

    in reply to: Cancel Membership #62956
     Laura
    Moderator

    Hello, that only disables Buddypress Account deletion. Doesnt disable membership cancelation.
    You can disable it y just hiding the button with this css

    COPY CODE
    
    #pmpro_account #pmpro_account-links {
      display: none;
    }
    

    Add it to Quick CSS or Style.css

    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 🙂

     Laura
    Moderator

    Hello, so for:

    1.
    Menu Item Font Color CSS:

    COPY CODE
    
    a.js-activated {
      color: black !important;
    }
    

    Menu Sub-Item Font Color and Background CSS:

    COPY CODE
    
    .navbar-transparent .navbar-nav .dropdown-menu li a {
      color: black !important;
      background-color: white;
    }
    

    Menu Arrows CSS:

    COPY CODE
    
    .caret:after {
      color: white !important;
    }
    

    Cart Color CSS

    COPY CODE
    
    .icon-basket-full-alt:before {
      color: black;
    }
    

    Cart Hover Header Background Color CSS

    COPY CODE
    
    .minicart-header {
      background-color: white !important;
    }
    

    Cart Hover Header Font Color CSS

    COPY CODE
    
    .minicart-header {
      color: black;
    }
    

    Search Icon Color CSS

    COPY CODE
    
    .icon-search:before {
      color: black;
    }
    

    Search Hover Background and Border Color CSS

    COPY CODE
    
    div#ajax_search_container {
      background-color: white !important;
      border-color: white !important;
    }
    

    Search Hover Input Color, Background Color and Border Color CSS

    COPY CODE
    
    input.ajax_s.form-control {
      background-color: white !important;
      border-color: white !important;
      color: blue !important;
    }
    

    Search Hover Icon Color CSS:

    COPY CODE
    
    #ajax_search_container:before {
      background-color: white !important;
    }
    

    2. Header Padding
    Here is the css code for padding:

    COPY CODE
    
    .kleo-main-header.header-normal {
      padding: 10px;
    }
    

    3. Can you tell me which page to check out?

    4. Sadly you cannot add a sidebar in the middle of a page, but you can add a Visual Composer element that adds it, the name is ” Aditional Bar of Widgets” i think, just place it where you can in your page.

    For the last question, i would need more details an maybe screenshots if you can 🙂

    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 🙂

     Laura
    Moderator

    Hello, yes you can make your own reply private by checking the ” Set as private reply”
    Your reply is now private.
    About your ticket, will check out each point one by one and let you know 🙂

    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 🙂

    in reply to: Change members directory layout. #62944
     Laura
    Moderator

    Hello, please try with this CSS in Quick Css of Theme Options or Style.css

    COPY CODE
    
    #buddypress #admins-list li, #buddypress #mods-list li, #buddypress #members-list li, #buddypress #member-list li {
      display: block;
      padding: 30px;
    }
    li.kleo-masonry-item {
      width: 29% !important;
    }
    #buddypress #friend-list div.action, #buddypress #member-list div.action, #buddypress #members-list div.action {
      clear: both;
      position: relative;
      text-align: center;
      right: inherit;
      margin-left: -60px;
    }
    .generic-button.block-this-user {
      z-index: 1;
    }
    
    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 🙂

    in reply to: Take off New Registered members in activity stream #62930
     Laura
    Moderator

    Hello, just go to Users > Profile fields and add a description under Name field ecause you caanot edit username field 🙂

    For the activity, go to Theme Options > General > Scroll down to find quick css and add this

    COPY CODE
    
    .buddypress div#item-header div#item-header-content span.activity {
      margin-left: 10px;
      color: rgb(187, 187, 201);
      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 🙂

    in reply to: Magazine revolution slider issue #62928
     Laura
    Moderator

    Hello, could you specify? The slider only imports each slide, in slide settings the options you are managing are from Revolution Slider not the actual Slide imported. The import are just images, text and options that were already in Revolution Slider.

    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 🙂

    in reply to: Header hides side-menu #62926
     Laura
    Moderator

    Hello, could you share a link 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 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 🙂

    in reply to: How can I change the logo size? #62922
     Laura
    Moderator

    Hello, your logo size will depend on your logo image size, if you prefer not to edit your logo image, please share a link so i can check out the size of it in your website 🙂

    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 🙂

    in reply to: Can I limit Let it Snow to one page? #62919
     Laura
    Moderator

    Hello, thank you very much for contacting us , will assign the ticket to a higher support lever who can help and advise you in your query.
    It would be good to have you credentials to facilitate our work.
    Thanks! 🙂

    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 🙂

    in reply to: New Layout Switcher Icons / Custom Layout #62918
     Laura
    Moderator

    Hello, thank you very much for contacting us , will assign the ticket to a higher support lever who can help and advise you in your query.
    It would be good to have you credentials to facilitate our work.
    Thanks! 🙂

    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 🙂

    in reply to: Modify lost password and Register links #62916
     Laura
    Moderator

    Hello, please share your ftp so i can change the links for you 🙂
    Will post it here so other 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

    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 🙂

    in reply to: How to create a buddypress overall template ? #62914
     Laura
    Moderator

    Hello, do you want to show the bp sidebar in members and activity page? If so, i can guide you so you can do the changes in child theme 🙂

    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 🙂

    in reply to: add friend button disappeared #62913
     Laura
    Moderator

    Hello, can you try disabling plugins and testing if it works? It may be a plugin conflict.
    If not please share a link to your website 🙂

    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 🙂

    in reply to: ALLOW MAX CHARACTERS #62912
     Laura
    Moderator

    Hello, any plugin for buddypress that protects your activity from spam would help, check out http://premium.wpmudev.org/blog/buddypress-spam/

    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 🙂

    in reply to: Is it possible to change site layout for forum? #62911
     Laura
    Moderator

    Hello, the layout is for all the website, if you have a multisite you can make a support site with boxed layout or a forum site with the theme and boxed layout etc… But as multisite

    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 🙂

    in reply to: text size / height #62910
     Laura
    Moderator

    Hello, try with

    COPY CODE
    
    #buddypress div.activity-comments form textarea, div.activity-comments form textarea {
    height: 30px !important;
    }
    

    Let me know if it works 🙂 if not please share a link

    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 🙂

    in reply to: Centered Buttons #62909
     Laura
    Moderator

    Hello, could you share a link to the page? 🙂

    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 🙂

    in reply to: directory #62907
     Laura
    Moderator

    Hello, you can find all demos in Appearance > KLEO Demo Data but for GEO Directory is doesnt require any demo data, check out https://archived.seventhqueen.com/documentation/kleo#geo-directory
    And for CSV import check out https://wpgeodirectory.com/docs/csv-upload/

    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 🙂

    in reply to: Can not login #62895
     Laura
    Moderator

    Hello, could you share ftp? and website url? 🙂

    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 🙂

     Laura
    Moderator

    Hello, could you share admin credentials? 🙂

    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 🙂

    in reply to: Two profile headers are showing #62889
     Laura
    Moderator

    Hello, could you share admin credentials and ftp? 🙂

    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 🙂

    in reply to: Change members directory layout. #62745
     Laura
    Moderator

    Hello, i cannot see the block button if im not an user 🙂

    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 🙂

    in reply to: Take off New Registered members in activity stream #62744
     Laura
    Moderator

    Hello, you can set it up in WordPress Settings, if not working for buddypress, check out buddypress in Settings.
    Let me know if it works 🙂

    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 🙂

    in reply to: Why I cannot install the demo data? #62743
     Laura
    Moderator

    Hello, please check out https://archived.seventhqueen.com/forums/topic/installed-3-0-theme-options-disabled#post-62654

    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 🙂

    in reply to: Problems with KLEO 3.0.1 update #62742
     Laura
    Moderator

    Hello, please check out https://archived.seventhqueen.com/forums/topic/installed-3-0-theme-options-disabled#post-62654 🙂

    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 🙂

     Laura
    Moderator

    Hello, please check out https://archived.seventhqueen.com/forums/topic/installed-3-0-theme-options-disabled#post-62654

    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 🙂

    in reply to: How to remove add to shopping cart button #62737
     Laura
    Moderator

    Hello, please go to Theme Options > General Settings, scroll down to QUICK CSS and add this

    COPY CODE
    
    i.icon.icon-basket-full-alt {
      display: none;
    }
    

    Let me know if it works 🙂

    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 🙂

     Laura
    Moderator

    Hello, please share a link to your website so i can help you with the code
    1. Let me know the exact colors for each part so i can give you the css for it 🙂
    2. I can help you with the css also if you let me know what you want.
    3. Please share admin credentials so i can check it out 🙂
    4. Could you specify a bit more? Thanks

    Will check out and help you in each point as you want 🙂

    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 🙂

    in reply to: Cancel Membership #62734
     Laura
    Moderator

    Hello, did you disable member delete account on buddypress? If yes, it doesnt have nothing to be with paid membership pro. If you mean you did disable it on paid membership pro, please share admin credentials so we 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 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 🙂

    in reply to: CANCEL FRIENDSHIPS REQUEST BUTTON #62729
     Laura
    Moderator

    Hello, you can uninstall thep lugin once translated 🙂 it doesnt have to be activated all time, just to edit the file.

    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 🙂

    in reply to: Increase width #62678
     Laura
    Moderator

    Hello, could you share a link to the page? Thanks 🙂

    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 🙂

    in reply to: theme options not available #62677
     Laura
    Moderator

    Hello, could you share admin credentials so we 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 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 🙂

    in reply to: Responsive Layout Questions #62676
     Laura
    Moderator

    Hello, are you using any plugin that creates a mobile theme for your website? If so disable it, as KLEO already has a responsive css 🙂

    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 🙂

    in reply to: Two profile headers are showing #62675
     Laura
    Moderator

    Hello, can you share a link to the profile? 🙂

    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 🙂

    in reply to: Some help with adjustments #62674
     Laura
    Moderator

    Hmm, do you have custom functions in bp-custom.php in plugins folder?
    If you dont know, please share ftp credentials 🙂

    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 40 posts - 22,481 through 22,520 (of 25,000 total)

Log in with your credentials

Forgot your details?