Forum Replies Created

Viewing 40 posts - 1,401 through 1,440 (of 2,796 total)
  • Author
  •  Laura
    Moderator

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

    COPY CODE
    
    span.count {
        background: black !important;
        color: red;
        border-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: Make search form box on home page transparent #140894
     Laura
    Moderator

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

    COPY CODE
    
    input#signup_submit {
        margin: 0 auto !important;
        float: none !important;
        display: block;
        background: transparent;
        color: black;
        border: black solid 1px;
    }
    

    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: How to change the color and font of some secctions #140891
     Laura
    Moderator

    Hello, try with this css code

    COPY CODE
    
    li#activity-mentions a {
        color: black !important;
    }
    #buddypress #activity-stream p {
        color: black;
    }
    .breadcrumb.active {
        color: black !important;
    }
    span.post-meta a {
        color: black !important;
    }
    span.muted.pull-right {
        color: black;
    }
    ul.forum-titles li {
        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: K Elemenets Fatal Error #140841
     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: HOME TITLE (BREADCRUMBS) #140837
     Laura
    Moderator

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

    COPY CODE
    
    .breadcrumb-extra a {
        text-transform: uppercase;
    }
    

    🙂

    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 Display #140831
     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: Problem with bbPress permission? #140825
     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: Sweet Date Search Form And Others Fixes #140823
     Laura
    Moderator

    Hello, 1- try https://archived.seventhqueen.com/forums/topic/missing-topic-forums-reorganized#post-82962
    2- Add this to style.css of child theme

    COPY CODE
    
    .search-item .avatar {
        width: 124px;
        height: 124px;
    }
    #members-list .search-item .avatar img {
        width: 124px;
        height: auto;
    }
    

    3- A developer could help you with that 🙂

    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: DROP DOWN MENU CSS (COMPLETE) #140820
     Laura
    Moderator
    Not marked as solution
    in reply to: Mobile menu links #140815
     Laura
    Moderator

    to change the color of a text use color: ;
    for example
    Menu item color for mobile menu

    COPY CODE
    
    @media (max-width: 991px) {
    #header .navbar-nav .dropdown-menu li a {
    font-weight: normal;
    font-size: 12px;
    background-color: #000000;
    color: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 🙂

    in reply to: KLEO bugs #140806
     Laura
    Moderator

    Hello,
    1- At Loco Translate, translate buddypress. I updated strings by clicking SYNC, translated a few words of profile so you can see it works
    2- Turn off Minify and test again

    3- You can use this at style.css of child theme

    COPY CODE
    
    ul#menu-top-social li a i:before {
        font-size: 18px !important;
    }
    

    Saludos 🙂

    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: Font Changing #140752
     Laura
    Moderator
    Not marked as solution
    in reply to: SOCIAL SHARE PROPERTIES #140675
     Laura
    Moderator

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

    COPY CODE
    
    .share-links div.hr-title {
        margin-bottom: 10px !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: Sidebar #140267
     Laura
    Moderator
    Not marked as solution
    in reply to: Remove option to upload cover image #140258
     Laura
    Moderator

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

    COPY CODE
    
    .profile-cover-action {
        display: none;
    }
    li#change-cover-image-personal-li {
        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: Responsive headings #140257
     Laura
    Moderator

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

    COPY CODE
    
    @media (max-width: 991px) {
    .vc_general.vc_cta3.vc_cta3-style-custom.vc_cta3-shape-rounded.vc_cta3-align-center.vc_cta3-icon-size-md.vc_cta3-actions-bottom.vc_custom_1476626670029 {
        padding: 0px;
    }
    section.vc_cta3-container.vc_cta3-size-lg {
        width: 90% !important;
    }
    h2.vc_custom_heading {
        font-size: 40px !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: Forum Fonts Changing in Size #140239
     Laura
    Moderator

    Hello, try this

    COPY CODE
    
    .forum-archive .bbp-forum-content p {
        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
    in reply to: Remove Drop Down Menu Item #140215
     Laura
    Moderator

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

    COPY CODE
    
    .btn-profile .no-hover.show-dropdown li:first-child {
        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 🙂

    in reply to: Problem with Members Online #140213
     Laura
    Moderator

    Hello, there is total members, members online and women online, there is not total women or total men, but you could use this

    COPY CODE
    
    [kleo_status_icon type="total" subtitle="Members in total"] [kleo_status_icon type="members_online" subtitle="Members online"] 
    [kleo_status_icon type="custom" field="I am a" value="Woman" online="no" subtitle="Total Women" image="http://date.prontomedia.dk/wp-content/themes/sweetdate/assets/images/icons/steps/status_03.png"] 
    [kleo_status_icon type="custom" field="I am a" value="Man" online="no" subtitle="Total Men" image="http://date.prontomedia.dk/wp-content/themes/sweetdate/assets/images/icons/steps/status_04.png"] 
    
    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: Empty Sidebar on WooCommerce Product pages #140045
     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: logo not displaying on mobile correctly #140036
     Laura
    Moderator
    Not marked as solution
    in reply to: Left bar theme #139770
     Laura
    Moderator

    Hello, try this, add it to style.css of child theme

    COPY CODE
    
    .logo img {
        max-height: 55px !important;
    }
    #sidemenu-wrapper {
        background-color: white !important;
    }
    #sidemenu-wrapper .sidemenu-header {
        background-color: white !important;
    }
    .menu-list a {
        color: black !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 🙂

    in reply to: Be automatically registered to a membership level #139759
     Laura
    Moderator

    Hello, this is the function you need to add in order to assign a specific membership level to a newly registered user. Add it into your sweetdate-child/functions.php

    COPY CODE
    
    add_action('user_register', 'kleo_pmpro_default_level');
    function kleo_pmpro_default_level($user_id) {
    	pmpro_changeMembershipLevel(1,$user_id);
    }
    

    Change the 1 for the membership level id#

    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 TEXT ATTRIBUTES #139604
     Laura
    Moderator

    Hello, you can use this css

    COPY CODE
    
    #footer .widget-title {
        text-decoration: underline;
        font-weight: 900;
    }
    
    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: POPOVER #139603
     Laura
    Moderator

    Hello, you can use this css

    COPY CODE
    
    .popover-title {
    background-color: blue !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 🙂

    in reply to: disable white background behind the boxes products #139597
     Laura
    Moderator

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

    COPY CODE
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        background: transparent !important;
    }
    button.single_add_to_cart_button.button {
        background: red !important;
        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 🙂

     Laura
    Moderator
    Not marked as solution
    in reply to: How to change colors of following sections #139406
     Laura
    Moderator
    Not marked as solution
    in reply to: Place customisation #139401
     Laura
    Moderator
    Not marked as solution
    in reply to: Hide comment as default #139400
     Laura
    Moderator

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

    COPY CODE
    
    .activity-comments li:nth-child(7n) {
        display: none;
    }
    .activity-comments li:nth-child(5n) {
        display: none;
    }
    .activity-comments li:nth-child(2n) {
        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 🙂

     Laura
    Moderator
    Not marked as solution
    in reply to: I need to change the color CSS dropdown menu #139373
     Laura
    Moderator
    Not marked as solution
    in reply to: Quick CSS for header background #139366
     Laura
    Moderator
    Hello, here it is:
    .kleo-page {
        background: black !important;
    }
    .section {
        background: black !important;
    }
    
    in reply to: Different Headers Home vs Other Pages #139364
     Laura
    Moderator
    Hello, use this
    .form-search.custom div.custom.dropdown ul li.selected {
        background: red !important;
    }
    .form-search.custom div.custom.dropdown ul li:hover {
        background: red !important;
    }
    .custom.dropdown.expand a {
        color: black !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 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: The menu screen on mobile #138924
     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: Increase logo size / Decrease white space #138814
     Laura
    Moderator

    Hello, add this to style.css of child theme

    COPY CODE
    
    .header-two-rows #header .sticky-wrapper {
        height: 182px !important;
    }
    .ubermenu-submenu-type-flyout.ubermenu-submenu-drop {
        margin-top: -4% !important;
    }
    .ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-center {
        margin-top: -4% !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: Page title when full width #138812
     Laura
    Moderator

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

    COPY CODE
    
    h1.page-title.text-center {
        float: none;
        text-align: left !important;
        font-size: 44px !important;
        padding-top: 0px !important;
    }
    .forum-archive h1.page-title {
        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 🙂

    in reply to: Change the menu font size #138779
     Laura
    Moderator

    Hello use this for kleo

    COPY CODE
    
    .kleo-main-header .nav.navbar-nav a {
        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 🙂

Viewing 40 posts - 1,401 through 1,440 (of 2,796 total)

Log in with your credentials

Forgot your details?