Forum Replies Created

Viewing 40 posts - 2,081 through 2,120 (of 2,796 total)
  • Author
  • in reply to: WPML language switch in horizontal #97449
     Laura
    Moderator

    Hello, please try the following css, add to style.css of child theme

    COPY CODE
    
    #lang_sel_list a.lang_sel_sel,#lang_sel_list a.lang_sel_other{
        background-color: #1A1A1A;
        color: #FFFFFF;
    }
    #lang_sel_list a{
        border: none;
    }
    #lang_sel_list li{
        width: auto;
        float: right;
    }
    #lang_sel_list ul{
        width: 100%;
        border: none;
    }
    #lang_sel_list{
        width: 100%;
    }
    
    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: inline under title NOT showing on single post #97446
     Laura
    Moderator

    Hello, try adding

    COPY CODE
    
    article .article-meta {
        width: 170px !important;
    }
    
    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: Main content width #97355
     Laura
    Moderator

    Hello, try maybe this one

    COPY CODE
    
    @media (min-width: 1440px) {
    .container {
        max-width: 1480px !important;
    }
    }
    
    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: Hide or remove some profile tabs #97347
     Laura
    Moderator

    Hello, this will do it

    COPY CODE
    
    #profile #item-header-avatar .avatar {
        border-radius: 60%;
    }
    
    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: Hide or remove some profile tabs #97310
     Laura
    Moderator

    Hello, changed, added to your style.css
    Also, add this if you want to make the nav bar font size bigger

    COPY CODE
    
    ul.sub-nav a {
        font-size: 14px;
    }
    
    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: Main content width #97258
     Laura
    Moderator

    Hello, added to your style.css at child theme

    COPY CODE
    
    .template-page.col-sm-9.tpl-right {
        width: 140% !important;
    }
    .sidebar.sidebar-main.col-sm-3.sidebar-right {
        width: 30% !important;
    }
    

    Should work now 🙂

    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: ADMIN BACKGROUND #97249
     Laura
    Moderator

    Hello, try this code instead

    COPY CODE
    
    function my_login_logo() { ?>
        <style type="text/css">
            .login {
        background-image: url(http://www.psdgraphics.com/file/abstract-design.jpg);
        padding-bottom: 30px;
        background-size: cover;
        background-attachment: fixed;
    }
        </style>
    <?php }
    add_action( 'login_enqueue_scripts', 'my_login_logo' );
    

    Change background image as you wish

    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: Customizing layout of Activity Stream Page #97128
     Laura
    Moderator

    Hello, that requires php changes, attached solution, please go to your hosting file manager or FTP and at wp-content/themes/kleo-child create a new folder called buddypress and upload the attached file inside, finally rename it and change .txt to .php
    This will show the right sidebar, if you want to change to left, edit the file and at

    COPY CODE
    
    <?php
    //create right sidebar template
    kleo_switch_layout('right');
    ?>
    

    Change “right” to “left”
    Let me know if it helps 🙂

    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: Call to Action Button transparent #97095
     Laura
    Moderator

    Hello, understood, this should work

    COPY CODE
    
    .button1 {
        background: transparent !important;
    }
    
    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: inline under title NOT showing on single post #97094
     Laura
    Moderator

    Hello, try maybe

    COPY CODE
    
    article .article-meta {
        float: none !important;
        text-align: center !important;
        margin-left: 50%;
    }
    
    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: Main content width #97065
     Laura
    Moderator

    Hello, please add this to style.css of child theme and customize as you wish 🙂

    COPY CODE
    
    col-sm-9 {
        width: 110% !important;
    }
    
    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: A few issues: menu, side menu, footer, lost layout etc #97004
     Laura
    Moderator

    Hello, do you mean this? ( attache ) if so, that is the sidebar and you can do it with the following css

    COPY CODE
    
    .sidebar.sidebar-main.col-sm-3.sidebar-right {
        margin-top: 8%;
    }
    
    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: Hide or remove some profile tabs #96958
     Laura
    Moderator

    Hello, i see, try adding this to style.css of child theme

    COPY CODE
    
    li#friends-personal-li {
        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

    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: Long profile Fields #96952
     Laura
    Moderator

    Hello, try adding this to style.css

    COPY CODE
    
    dl.dl-horizontal dt, dd {
        white-space: pre;
        word-break: break-word;
        text-align: justify;
    }
    
    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: Assorted Questions #96929
     Laura
    Moderator

    Hello, for the label, try adding this css to style.css of child theme

    COPY CODE
    
    .bbp-author-role {
        display: none;
    }
    

    To help you with the video issue, i need to check the error at 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: Call to Action Button transparent #96854
     Laura
    Moderator

    Hello, added a custom css to it, just add this css to style.css and it will change to transparent background, customize it as you wish 🙂

    COPY CODE
    
    .button1 a {
        background: transparent !important;
    }
    
    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: Membership Levels Page Disapeared from Parent Directory #96596
     Laura
    Moderator

    Hello @panda32, he used this where the icons used to be

    COPY CODE
    
    <div class="twelve columns">
    <div class="status four columns mobile-one ">
    <div class="icon" data-animation="pulse"><img src="http://seventhqueen.com/demo/sweetdatewp/wp-content/themes/sweetdate/assets/images/icons/steps/status_01.png" alt="" width="213" height="149" /></div>
    <ul class="block-grid">
    	<li class="title">10,000</li>
    	<li class="subtitle">Members and growing</li>
    </ul>
    </div>
    <div class="status four columns mobile-one ">
    <div class="icon" data-animation="pulse"><img src="http://seventhqueen.com/demo/sweetdatewp/wp-content/themes/sweetdate/assets/images/icons/steps/status_03.png" alt="" width="213" height="149" /></div>
    <ul class="block-grid">
    	<li class="title">10,000</li>
    	<li class="subtitle">Female Members</li>
    </ul>
    </div>
    <div class="status four columns mobile-one ">
    <div class="icon" data-animation="pulse"><img src="http://seventhqueen.com/demo/sweetdatewp/wp-content/themes/sweetdate/assets/images/icons/steps/status_04.png" alt="" width="213" height="149" /></div>
    <ul class="block-grid">
    	<li class="title">10,000</li>
    	<li class="subtitle">Male Members</li>
    </ul>
    </div>
    </div>
    
    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: Color Background submenu SELECTED #96588
     Laura
    Moderator

    Hello, then try this

    COPY CODE
    
    .header-color .btn-default, .header-color .nav-pills > li.active > a, .header-color .nav-pills > li.active > a:hover, .header-color .nav-pills > li.active > a:focus, .header-color .wpb_tour .nav-tab li.active, .header-color .wpb_tour .nav-tab li:hover, .header-color .tabs-style-square > li > a, .header-color .panel-default > .panel-heading, .header-color .dropdown-menu > li > a:hover, .header-color .dropdown-menu > li > a:focus, .header-color .dropdown-menu > .active > a, .header-color .dropdown-menu > .active > a:hover, .header-color .dropdown-menu > .active > a:focus, .header-color .pagination > li > a:hover, .header-color .pagination > li > span.current, .header-color #wp-calendar thead th, .header-color #wp-calendar tbody td a, .header-color .widget_tag_cloud a, .header-color .widget_nav_menu li.active > a, .header-color #wp-calendar tbody td:hover, .header-color .widget_nav_menu .current_page_item > a, .header-color .callout-blockquote blockquote, .header-color #respond .form-submit input#submit, .header-color .form-control:focus, .header-color .pricing-table .panel-heading, .header-color .pricing-table .panel-body, .header-color .pricing-table .pmpro-price .lead, .header-color .pricing-table .extra-description, .header-color .mejs-container .mejs-controls, .header-color .box-style .feature-item, .header-color input[type="text"][disabled], .header-color input[type="password"][disabled], .header-color input[type="date"][disabled], .header-color input[type="datetime"][disabled], .header-color input[type="datetime-local"][disabled], .header-color input[type="month"][disabled], .header-color input[type="week"][disabled], .header-color input[type="email"][disabled], .header-color input[type="number"][disabled], .header-color input[type="search"][disabled], .header-color input[type="tel"][disabled], .header-color input[type="time"][disabled], .header-color input[type="url"][disabled], .header-color textarea[disabled], .header-color #buddypress div.item-list-tabs ul li a span, .header-color #bp-login-widget-submit, .header-color .bbp_widget_login .button.user-submit, .header-color .rtmedia-container #rtMedia-queue-list tr > td.close, .header-color .rtmedia-activity-container #rtMedia-queue-list tr > td.close, .header-color #buddypress div.activity-comments form .ac-textarea, .header-color #buddypress .standard-form input[type=text]:focus, .header-color #buddypress table.notifications thead tr, .header-color #buddypress table.notifications-settings thead tr, .header-color #buddypress table.profile-fields thead tr, .header-color #buddypress table.wp-profile-fields thead tr, .header-color #buddypress table.messages-notices thead tr, .header-color #buddypress table.forum thead tr, .header-color #buddypress button:hover, .header-color #buddypress a.button:hover, .header-color #buddypress a.button:focus, .header-color #buddypress a.bp-secondary-action.view:hover, .header-color #buddypress input[type=submit]:hover, .header-color #buddypress input[type=button]:hover, .header-color #buddypress input[type=reset]:hover, .header-color #buddypress ul.button-nav li a:hover, .header-color #buddypress ul.button-nav li.current a, .header-color #buddypress div.generic-button a:hover, .header-color.bp-full-width-profile div.generic-button a:hover, .header-color #buddypress .comment-reply-link:hover, .header-color .bbp-pagination-links a:hover, .header-color .bbp-pagination-links span.current, .header-color #bbpress-forums li.bbp-body ul.topic.sticky, .header-color .bbp-submit-wrapper button.button, .header-color #bbpress-forums .bbp-form input[type="text"]:focus, .header-color .wp-editor-area:focus, .header-color .bbp-row-actions #favorite-toggle a, .header-color .bbp-row-actions #subscription-toggle a, .header-color .rtmedia-container .drag-drop, .header-color .rtmedia-activity-container .drag-drop, .header-color #buddypress div.rtmedia-activity-container .drag-drop, .header-color #buddypress #item-body .rtmedia-container ul#rtmedia_comment_ul li, .header-color #buddypress #item-body .rtmedia-activity-container ul#rtmedia_comment_ul li, .header-color .rtmedia-container .rtmedia-editor-main dl.tabs dd.active > a, .header-color .rtmedia-activity-container .rtmedia-editor-main dl.tabs dd.active > a, .header-color #buddypress div.rtmedia-activity-container .rtmedia-editor-main dl.tabs dd.active > a, .header-color .rtmedia-container .rtmedia-editor-main dl.tabs dd > a:hover, .header-color .rtmedia-activity-container .rtmedia-editor-main dl.tabs dd > a:hover, .header-color #buddypress div.rtmedia-activity-container .rtmedia-editor-main dl.tabs dd > a:hover, .header-color .rtmedia-container .imgedit-wrap div.imgedit-menu, .header-color .rtmedia-container .imgedit-menu div, .header-color .kleo-toggle-menu .minicart-total-checkout, .header-color .kleo-toggle-menu .minicart-buttons, .header-color .kleo-toggle-menu a.remove:hover, .woocommerce .header-color .widget_product_search #searchsubmit, .woocommerce .header-color #content input.button, .woocommerce .header-color #respond input#submit, .woocommerce .header-color a.button, .woocommerce .header-color button.button, .woocommerce .header-color input.button, .woocommerce-page .header-color #content input.button, .woocommerce-page .header-color #respond input#submit, .woocommerce-page .header-color a.button, .woocommerce-page .header-color button.button, .woocommerce-page .header-color input.button {
        background-color: #DD3333;
    }
    

    Let me 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: bullet font size #96559
     Laura
    Moderator

    Hello, that is easy o change in the text editor, but if yo prefer to use css just add this to style.css of child theme

    COPY CODE
    
    .article-content li {
        font-size: 14px;
    }
    
    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: Paid Membership help #96519
     Laura
    Moderator

    Hello, it redirects you because you had the wrong page, please check attachments 🙂
    I changed all but check attachments to know how to
    To change the select button color, add this to style.css

    COPY CODE
    
    a.button.radius.small.secondary {
        background: #0296C0;
        color: white;
    }
    
    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: call to action in the landing page #96498
     Laura
    Moderator

    Hello, for example, this css will help to change the button color

    COPY CODE
    
    a.play.button.large.alert.radius {
        background: cyan;
        border: cyan;
        color: white;
    }
    a.button.large.radius {
        background: black;
        color: white;
        border: black;
    }
    

    The video loads for me, please check attachment 🙂

    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: inline under title NOT showing on single post #96496
     Laura
    Moderator

    Hello, please try this:

    COPY CODE
    
    .w2dc-listings-block-content {
            width: 100%;
    }
    .container img {
      height: auto !important;
     }
    @media screen and (max-width: 700px) {
    #header .header-banner {
    display:none;
    }
    }
    header.w2dc-listing-header h2 a, header.w2dc-listing-header h2 a:visited {
        font-weight: normal;
    }
    .w2dc-categories-root {
        font-weight: normal;
    }
    div.w2dc-content .w2dc-fields-group {
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 70px;
    }
    div.w2dc-content .w2dc-fields-group .w2dc-fields-group-caption {
        font-weight: normal;
    }
    .w2dc-big-slide {
      background-position:50% 50%;
      background-repeat:no-repeat;
      background-size:cover;
      overflow:hidden;
      text-align:center;
    }
    .w2dc-big-slide-wrapper {
      background:none 0 0 repeat scroll #FFFFFF;
      border:5px solid #FFFFFF;
      box-shadow:#ffffff 0 0 5px;
      margin-bottom:20px;
      overflow:hidden;
      transform:translateZ(0px);
    }
    .wp-caption {
    background-color:transparent !important;
    }
    img.alignleft, img.alignright, img.aligncenter {
        margin-bottom: -12px;
    }
    .w2dc-content.w2dc-search-form {
      border-radius:0px;
      margin-bottom:20px;
    }
    .w2dc-content .w2dc-btn {
      -webkit-user-select:none;
      background-image:none;
      border:1px solid transparent;
      border-radius:0px;
      cursor:pointer;
      display:inline-block;
      font-size:14px;
      font-weight:normal;
      line-height:1.42857143;
      margin-bottom:0;
      padding:6px 12px;
      text-align:center;
      vertical-align:middle;
      white-space:nowrap;
    }
    .w2dc-search-section-label {
      font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
      font-size: 1.7em;
      text-shadow: 0 1px 1px #000000;
      font-style: normal;
      line-height: 2em;
    border:1px solid transparent;
      border-radius:0;
      line-height:1.42857143;
      margin-right:2px;
    }
    .vc_separator h4 {
      display:table-cell;
      font-size:20pt;
      line-height:1em;
      white-space:pre;
    }
    main-color *::-moz-selection {
        background-color: #000000;
        color: #ffffff;
    }
    .alternate-color .kleo_ajax_results h4 span {
        background-color: #000000;
    }
    #main .main-color h1, #main .main-color h2, #main .main-color h3, #main .main-color h4, #main .main-color h5, #main .main-color h6 {
        color: #666666;
    }
    .vc_separator h4 {
        display: table-cell;
        font-size: 18pt;
        line-height: 1em;
        white-space: pre;
    }
    .w2dc-content {
      font-size:16px;
    }
    .w2dc-search-section-label {
        font-family: "Open Sans Condensed",;
        font-size: 1.5em;
        font-style: normal;
        line-height: 2em;
        text-shadow: 0 0px 0px #000000;
    }
    .single .container .with-meta .article-content, .posts-listing.standard-listing.with-meta .article-content {
      margin-left: 0px !important;
    }
    article .article-meta {
      width: auto !important;
      float: left !important;
      text-align: center !important;
      margin-left: 240px !important;
    }
    .entry-content .dropcap {
        color: #e977af;
        float: left;
        font-size: 5.71429rem;
        line-height: 0.75;
        margin-top: 6px;
        padding-right: 0.857143rem;
        text-transform: uppercase;
    }
    .posts-listing.standard-listing.with-meta.inline-meta .article-meta .post-meta {
      float: right !important;
      margin-left: -100px;
    }
    .template-page.col-sm-8.tpl-right.with-meta .article-meta {
      margin-top: 0px !important;
      position: absolute;
    }
    div#shr_canvas2 {
      padding-bottom: 50px;
    }
    @media (max-width: 991px) {
    .template-page.col-sm-8.tpl-right.with-meta .article-meta {
      margin-left: 110px !important;
    }
    }
    #main-container .article-content {
      padding-top: 50px !important;
      float: none;
      width: auto;
      border: 0;
      background: transparent;
    }
    

    At style.css of 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: Changing font size on menu #96250
     Laura
    Moderator

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

    COPY CODE
    
    ul#menu-sweetdate a {
        font-size: 14px !important;
        font-weight: 900 !important;
    }
    
    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: Menu Height with Center Logo Option #96211
     Laura
    Moderator

    Hello, you can try

    COPY CODE
    
    strong.logo img {
        height: 250px !important;
    }
    ul#menu-main {
        height: 75px !important;
    }
    ul#menu-main li a {
        height: 75px !important;
    }
    
    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 use this css at style.css of child theme 🙂

    COPY CODE
    
    ul.testimonials-carousel {
        display: none;
    }
    .home-page ul.testimonials-carousel {
        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

    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: CSS questions #96109
     Laura
    Moderator

    Hello, try adding a !important before each ; of your code
    Like:

    COPY CODE
    
    .label {
    background: #332b50 !important;
    }
    
    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: Adjust gap between items in widgetized right sidebar #96105
     Laura
    Moderator

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

    COPY CODE
    
    .sidebar .widget {
        margin: 0px !important;
        padding: 0px !important;
    }
    
    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: Full Code Homapage #96103
     Laura
    Moderator

    Hello, here it is

    COPY CODE
    
    [kleo_section border=1 bg="http://laura-solanes.com/development/sweetdate/wp-content/uploads/2013/06/gray_pattern.gif"]
    
    [kleo_call_to_action bg="http://laura-solanes.com/development/sweetdate/wp-content/uploads/2013/06/map-bg.png"]
    
    [kleo_one]
    [kleo_h1]It all starts with a [kleo_colored_text color="#F00056"] Date [/kleo_colored_text][/kleo_h1]
    
    [kleo_lead_paragraph] You find us, finally, and you are already in love. More than 5.000.000 around the world already shared the same experience and uses our system. Joining us today just got easier![/kleo_lead_paragraph]
    
    [kleo_button url="register" style="standard" size="large" round="radius" icon="0,before" target="_self"] Join us for FREE [/kleo_button] [kleo_button_video url="http://www.youtube.com/embed/FtquI061bag" style="alert" size="large" round="radius" icon="film,after"] Our TV Commercial [/kleo_button_video]
    
    [/kleo_one]
    [kleo_one]
    
    [kleo_status_icon type="total" subtitle="Members in total"] [kleo_status_icon type="members_online" subtitle="Members online"] [kleo_status_icon type="women_online" subtitle="Women online"] [kleo_status_icon type="men_online" subtitle="Men online"]
    [/kleo_one]
    
    [/kleo_call_to_action][/kleo_section]
    
    [kleo_section centered=1 border=1]
    
    [kleo_row] [kleo_one]
    
    [kleo_h2] Sweet stories from [kleo_colored_text color="#F00056"] our Lovers[/kleo_colored_text][/kleo_h2]
    
    [kleo_lead_paragraph] Here you have some success stories from our blog section. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. [/kleo_lead_paragraph]
    
    [/kleo_one]
    
    [kleo_one]
    
    [kleo_posts_carousel]
    
    [/kleo_one]
    
    [/kleo_row][/kleo_section]
    
    [kleo_section bg="http://laura-solanes.com/development/sweetdate/wp-content/uploads/2013/06/gray_pattern.gif" centered=1 border=1][kleo_row] [kleo_one][kleo_h2]Top [kleo_colored_text color="#F00056"] Members [/kleo_colored_text][/kleo_h2][kleo_top_members] [/kleo_one] [/kleo_row][/kleo_section]
    
    [kleo_section centered=1]
    
    [kleo_row][kleo_one][kleo_h2]Recently Active [kleo_colored_text color="#F00056"] User Groups [/kleo_colored_text][/kleo_h2][/kleo_one]
    
    [kleo_recent_groups]
    
    [/kleo_row]
    
    [/kleo_section]
    
    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: Removing the search box across all the website #96080
     Laura
    Moderator

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

    COPY CODE
    
    .error404 form#searchform {
        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: Hide Menu on all pages #96077
     Laura
    Moderator

    Hello, you can use this php code at header.php in child theme ( copy the main theme file then paste it at child theme, then add the code)

    COPY CODE
    
    <?php if ( is_user_logged_in() ) { } else { ?>
    <style  type="text/css" media="screen">
    ul#menu-sweetdate {
        display: none;
    }
    </style>
    <?php } ?>
    
    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: Hiding the total number in search results #95876
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    li#members-all {
        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

    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 remove the breadcrumbs for the profilsites #95871
     Laura
    Moderator

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

    COPY CODE
    
    ol.breadcrumb {
        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: Hiding the total number in search results #95866
     Laura
    Moderator

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

    COPY CODE
    
    li#members-all {
        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: ADMIN BACKGROUND #95858
     Laura
    Moderator

    Hello, it wont work at your style.css but you can add it to wordpress admin css with this function at functions.php

    COPY CODE
    
    add_action('admin_head', 'kleo_admin_login');
    
    function kleo_admin_login() {
      echo '<style>
        body.login {
    background: #486c6d url(“https://www.damndramaqueen.com/wp-content/uploads/damndramaqueen-home-logo.png”) repeat scroll 0 0 !important;
    }
      </style>';
    }
    
    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: TopMembers section modification #95848
     Laura
    Moderator

    Hello, you can try adding this to style.css of child theme
    Hide popular tab

    COPY CODE
    
    div#members-list-options a:nth-child(3) {
        display: none;
    }
    

    Righ now more tabs are not available.

    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: Color Background submenu SELECTED #95846
     Laura
    Moderator

    Hello, you can try

    COPY CODE
    
    .kleo-main-header ul.dropdown-menu li a:focus {
    
    background-color:#dd3333 !important;
    
    }
    
    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: Social Bar under Main Bar #95845
     Laura
    Moderator

    Hello, you can try the following css, just add it to style.css of child theme

    COPY CODE
    
    div#top-social i:before {
        color: #FF9400;
        font-size: 18px;
    }
    

    But to place the top menu below main menu you would need to edit php files or use css but css would require more changes

    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: Problem with embed code – 2 #95793
     Laura
    Moderator

    Hello, the issue is the iframe width, you can fix it by adding this to style.css of child theme

    COPY CODE
    
    .tableauViz {
        height: 100%;
        width: 100%;
    }
    
    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: Group page navigation #95646
     Laura
    Moderator

    Hello, try maybe

    COPY CODE
    
    li#home-groups-li a:before {
        content: "\f007" !important;
    }
    li#members-groups-li a:before {
        content: "\f007" !important;
    }
    li#admin-groups-li a:before {
        content: "\f007" !important;
    }
    li#invite-groups-li a:before {
        content: "\f007" !important;
    }
    
    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: posts carousel #95499
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    [kleo_posts_carousel limit="3" post_formats="all"]
    
    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 - 2,081 through 2,120 (of 2,796 total)

Log in with your credentials

Forgot your details?