Forum Replies Created

Viewing 40 posts - 1,561 through 1,600 (of 2,796 total)
  • Author
  •  Laura
    Moderator
    Hello, try by adding this to style.css of child theme :)
    .search-item .date, .search-item .date a {
        color: red !important;
    }
    
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins

    After you have disabled the plugins try to see if the error persists.

    Cheers

    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: Cannot see group options in desktop browser #131594
     Laura
    Moderator
    Not marked as solution
    in reply to: 4 Questions About Spotify Page #131583
     Laura
    Moderator

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

    COPY CODE
    
    section.container-wrap.main-color {
        padding-top: 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 🙂

     Laura
    Moderator

    Hello, replace it with:

    COPY CODE
    
    <center><input type=”submit” name=”signup_submit” id=”signup_submit” value=”<?php esc_attr_e( ‘Complete Sign Up’, ‘buddypress’ ); ?>” /></center>
    

    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 🙂

     Laura
    Moderator

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

    COPY CODE
    
    #buddypress .standard-form div.submit input {
        margin-right: 700px !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: Post Categories on Grid built with Visual Composer #131252
     Laura
    Moderator

    Hello, you will need to edit the archive.php template to match the one you created 🙂
    You can do this easily using echo with the shortcodes
    Check
    http://php.net/manual/en/function.echo.php
    https://developer.wordpress.org/reference/functions/do_shortcode/

    As visual composer elements are shortcodes, you can easily add it to the php using do_shortcode
    For example

    COPY CODE
    
    echo do_shortcode( '[vc_element]blah blah blah[/vc_element]' );
    echo do_shortcode( '[vc_element2]bleh bleh bleh[/vc_element2]' );
    

    In classic mode of the page editor you will see the shortcodes

    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 the menu font size #131120
     Laura
    Moderator

    Hello, just add this to style.css of child theme and change it as you wish 🙂

    COPY CODE
    
    ul#menu-sweetdate 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: Create a Forum #131105
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme 🙂

    COPY CODE
    
    option { 
        /* Whatever color  you want */
        background-color: red !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: Matching problem #130848
     Laura
    Moderator
    Not marked as solution
    in reply to: Social Icons do not appear above homepage menu #130844
     Laura
    Moderator
    Hello, just add this to style.cs of child theme :)
    ul.kleo-social-icons {
        float: right;
    }
    div#top-social {
        float: right;
    }
    
    in reply to: Navigation links in Profile page #130832
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme 🙂

    COPY CODE
    
    div#subnav li a {
        background: #bfbfbf;
        padding-left: 20px;
        padding-right: 30px;
        border-radius: 10px !important;
        color: black !important;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    

    Hope 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 🙂

    in reply to: I want to login with facebook only #130829
     Laura
    Moderator
    Not marked as solution
    in reply to: Removing Sections under ‘Top Members’ #130811
     Laura
    Moderator

    Hello, for the top members, just add this to style.css of your child theme 🙂

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

    For the link color, use this

    COPY CODE
    
    li#infoTab a:hover {
        color: red !important;
    }
    

    Hope 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 🙂

    in reply to: Horizontal Form #130718
     Laura
    Moderator

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

    COPY CODE
    
    .form-search .kleo-checkbox label {
        float: left;
        padding: 10px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket 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: Background for Buddypress Registration Form #130478
     Laura
    Moderator
    Hello, you can use this code, just paste it at style.css of child theme
    .register #main {
        background-color: red;
    }
    
    in reply to: Hide Profile > View #130453
     Laura
    Moderator

    Hello, try using this

    COPY CODE
    
    .profile .seven.columns {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket 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, try the following

    COPY CODE
    
    .pricing-table .popular .btn-default {
        background-color: #f4524d;
        color: white;
        border: #f4524d;
        width: 200px;
        height: 50px;
        line-height: 2;
        font-size: 20px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket 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: customize accordions color in visual composer #130269
     Laura
    Moderator

    Hello, to change background color and text color use this

    COPY CODE
    
    .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
        background-color: red !important;
        color:white;
    }
    

    Add it to 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: buddypress activity profile avatar #130219
     Laura
    Moderator

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

    COPY CODE
    
    .activity-meta a {
        border: 1px solid black !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

    Yes you can use it where you want 🙂
    Add this to style.css of child theme, it will apply for all pricing tables

    COPY CODE
    
    .pricing-table .btn-default {
        background-color: #f4524d;
        color: white;
        border: #f4524d;
        width: 200px;
        height: 50px;
        line-height: 2;
        font-size: 20px;
    }
    
    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
    Not marked as solution
     Laura
    Moderator
    Hello, should be fixed now, added this to your style.css
    @media (max-width: 991px) {
    .navbar-header {
        background-color: white;
    }
    }
    
    in reply to: Compose message #130157
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    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: Unable to set transparent header #130146
     Laura
    Moderator
    Not marked as solution
    in reply to: Disable Rollover on ICONS within Feature Item #130023
     Laura
    Moderator

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

    COPY CODE
    
    .custom-color .feature-item:hover .feature-icon {
        border: 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: Mobile menu links #130019
     Laura
    Moderator

    Hello, use this 🙂

    COPY CODE
    
    @media (max-width: 991px) {
     #header .navbar-nav .dropdown-menu>.active>a {
    background-color: rgb(238,47,35);
    }
    }
    
    @media (max-width: 991px) {
    #header .navbar-nav .dropdown-menu li a {
    font-weight: normal;
    font-size: 12px;
    background-color: #000000;
    }
    }
    
    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: Search Result Count in Results Page #130013
     Laura
    Moderator

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

    COPY CODE
    
    .search-results .page-title {
        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: Product price options doesn’t show up #129884
     Laura
    Moderator
    Not marked as solution
    in reply to: Hide Profile > View #129802
     Laura
    Moderator

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

    COPY CODE
    
    #profile .seven.columns {
        display: none;
    }
    #profile .five.columns {
        margin: 0 auto;
        float: 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 🙂

    in reply to: User accounts #129793
     Laura
    Moderator

    Hello, here it is 🙂

    COPY CODE
    
    [kleo_section bg="" centered=1 border=0]
    
    [kleo_h3] Meet [kleo_colored_text color="#F00056"] Our Team [/kleo_colored_text] [/kleo_h3]
    
    [kleo_one_third][kleo_img_rounded src="http://seventhqueen.com/demo/SweetDate/v2/DefaultHeader/Wide/assets/images/small_thumb_03.png"] [kleo_h4]Becca Morgan[/kleo_h4]Founder
    
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    
    [kleo_icon icon="twitter-sign" size=2x] [kleo_icon icon="facebook-sign" size=2x] [kleo_icon icon="pinterest-sign" size=2x]
    
    [/kleo_one_third]
    
    [kleo_one_third] [kleo_img_rounded src="http://laura-solanes.com/dev/sweetdate/wp-content/uploads/2013/06/small_thumb_03.png"] [kleo_h4]Michele Storm[/kleo_h4]Chief Technical Officer
    
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    
    [kleo_icon icon="twitter-sign" size=2x] [kleo_icon icon="facebook-sign" size=2x] [kleo_icon icon="pinterest-sign" size=2x]
    
    [/kleo_one_third]
    
    [kleo_one_third] [kleo_img_rounded src="http://laura-solanes.com/dev/sweetdate/wp-content/uploads/2013/06/small_thumb_03.png"] [kleo_h4]Brady Patterson[/kleo_h4]Director of Marketing
    
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    
     [kleo_icon icon="twitter-sign" size=2x] [kleo_icon icon="facebook-sign" size=2x] [kleo_icon icon="pinterest-sign" size=2x]
    
    [/kleo_one_third][/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: Footer customizer changing ticker, not footer #129792
     Laura
    Moderator
    Not marked as solution
    in reply to: Mobile menu links #129786
     Laura
    Moderator

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

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left a {
        color: black;
    }
    
    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: my bubbles do not show #129783
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    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 of font color on group description #129765
     Laura
    Moderator
    Not marked as solution
    in reply to: Styling Specific Tabs #129758
     Laura
    Moderator

    Hello, you can use this css 🙂
    Add it to style.css of child theme

    COPY CODE
    
    .kleo-tabs.tabbable li {
        background-color: black;
    }
    

    You can use also transparent, like:

    COPY CODE
    
    .kleo-tabs.tabbable li {
        background-color: transparent;
    }
    

    For active tab, use this

    COPY CODE
    
    .kleo-tabs.tabbable li a:focus {
        background-color: green !important;
        color: white;
    }
    

    Color is the text color 🙂

    Border

    COPY CODE
    
    .kleo-tabs.tabbable li {
        border: 1px solid red;
    }
    

    Change 1px for border size 🙂

    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: 4 Questions About Spotify Page #129713
     Laura
    Moderator

    Hello, for page title try the following, add it to style.css of child theme

    COPY CODE
    
    h1.page-title {
        text-align: center !important;
        float: none !important;
    }
    

    About the license, KLEO has it and updates the plugin with every theme update so you do not have to worry about 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: add top padding #129708
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme 🙂

    COPY CODE
    
    .kleo-login-wrap.white-login {
        margin-top: 150px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket 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: Login 403 #129702
     Laura
    Moderator
    Not marked as solution
    in reply to: Mobile menu keep closes immediate #129699
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 1,561 through 1,600 (of 2,796 total)

Log in with your credentials

Forgot your details?