Forum Replies Created

Viewing 40 posts - 281 through 320 (of 2,796 total)
  • Author
  • in reply to: what is the css to custom post tile color please? #200743
     Laura
    Moderator

    Hello, fixed, used this

    COPY CODE
    
    h3.post-title.entry-title {
        border-color: #00b9f7 !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: Contact7 customization #200691
     Laura
    Moderator

    Hello, the form does not have the correct format to do this easily, but i created this which looks better than what it is now

    COPY CODE
    
    form.wpcf7-form p {
        width: 30%;
        text-align: left;
        margin: 0 auto !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: Buddypress accept friend request broken #200689
     Laura
    Moderator
    Not marked as solution
    in reply to: Buddypress accept friend request broken #200668
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

    Hello, try with this

    COPY CODE
    
    
    @media (max-width: 991px) {
    
    .home-page .kleo-main-header.header-normal {
        background: white !important;
    }
    .home-page .navbar-toggle {
        background-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: About page in buddypress- Field labels are cut #200647
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

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

    COPY CODE
    
    .home-page .kleo-main-header.header-normal {
        background: white !important;
    }
    .home-page .navbar-toggle {
        background-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: what is the css to custom post tile color please? #200167
     Laura
    Moderator

    Hello, just add this to style.css of child theme and change the color 🙂

    COPY CODE
    
    .masonry-listing .format-image .post-title {
        border-left: 3px solid 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: Getting the icon aligned #200165
     Laura
    Moderator

    Hello, please add this to style.css of child theme and adjust the % as you prefer

    COPY CODE
    
    div#object-nav {
        margin-left: 25%;
    }
    
    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: Style of the theme #200023
     Laura
    Moderator
    Not marked as solution
    in reply to: Change the position of the comment #200022
     Laura
    Moderator

    Hello, at kleo main files, single.php has this

    COPY CODE
    
    <!-- Begin Comments -->
    	<?php
    	if ( comments_open() || get_comments_number() ) {
    		comments_template( '', true );
    	}
    	?>
    	<!-- End Comments -->
    

    Just move it where you want it but copy it to the 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: problem after update #199567
     Laura
    Moderator

    Hello, add this too

    COPY CODE
    
    div#rev_slider_1_1_wrapper {
        min-height: auto !important;
    }
    

    About the payment information, i suggest to hire a developer to do the proper changes, as i cannot continue editing it as its a custom request

    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: sub menu colors #199378
     Laura
    Moderator

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

    COPY CODE
    
    ul.dropdown li a {
        background: red !important;
        color: white !important;
    }
    ul.dropdown:before {
        border: 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: adjust #199314
     Laura
    Moderator

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

    COPY CODE
    
    input#swa-whats-new-submit {
        background: white !important;
        border: 1px solid #c5c4c4 !important;
        padding: 5px;
        margin-top: 20%;
    }
    
    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 after update #199199
     Laura
    Moderator

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

    COPY CODE
    
    div#rev_slider_1_1_wrapper {
        display: block !important;
    }
    

    And for payment information add this

    COPY CODE
    
    .pmpro_checkout-fields div {
        width: 30% !important;
        float: left;
        margin: 10px;
    }
    
    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 Group #198913
     Laura
    Moderator

    Hello, added, for anyone who wants this here is the guide:

    1- Copy groups.php from wp-content/plugins/buddypress/bp-templates/legacy/members/single/groups.php
    2- Paste it at wp-content/themes/kleo-child/ ( create new folders so it looks like this )
    wp-content/themes/kleo-child/buddypress/members/single
    3- Edit the groups.php file and below the UL tag, add this:

    COPY CODE
    
    <span class="create-a-group"><?php echo bp_get_group_create_button() ?></span>
    

    4- Save

    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: General Inquiries #198797
     Laura
    Moderator
    Not marked as solution
    in reply to: Enable members online status – Won’t Turn Off #198796
     Laura
    Moderator

    Hello, that is the activity part of buddypress, try by adding this to style.css of child theme

    COPY CODE
    
    span.activity {
        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: General Inquiries #198709
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

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

    COPY CODE
    
    div#subnav li:nth-child(9) {
        display: none !important;
    }
    div#subnav li:nth-child(8) {
        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: icon text space #198538
     Laura
    Moderator
    Not marked as solution
    in reply to: problems with text boxes #198533
     Laura
    Moderator
    Not marked as solution
    in reply to: Damaged theme problem and translation #198530
     Laura
    Moderator
    Not marked as solution
    in reply to: Elementor Image Carousel #198024
     Laura
    Moderator

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

    COPY CODE
    
    figcaption.elementor-image-carousel-caption {
        padding-top: 20px;
        width: 80%;
        margin: 0 auto !important;
    }
    

    DO you want me to add the counters to the same page?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: centered nav bar #198010
     Laura
    Moderator
    Not marked as solution
    in reply to: Icon for menu on mobile #197931
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: Styling the Membership Level Page #197915
     Laura
    Moderator

    Hello, can’t delete the member expire text. Please add this to style.css for the rest

    COPY CODE
    
    .panel-body strong {
        display: none !important;
    }
    ul.list-group.list-group-flush li {
        font-size: 18px !important;
    }
    .panel-footer a.btn.btn-default {
        font-size: 18px !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: Borrowing some features from Sweet Date into Kleo #197910
     Laura
    Moderator

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

    COPY CODE
    
    .item-avatar.rounded {
        width: 100px !important;
        height: 100px !important;
    }
    

    For other custom development you could try by contacting our dev team at dev@seventhqueen.com

    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 page not viewed like Elementor #197825
     Laura
    Moderator

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

    COPY CODE
    
    .home div#main {
        margin-top: 8%;
    }
    div#header {
        background: #0076a3 !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: Registration page format and behaviors #197823
     Laura
    Moderator

    Hello 🙂
    1- Try by adding this to style.css of child theme

    COPY CODE
    
    .registration aside.four.columns {
        display: none !important;
    }
    .registration div#main-content {
        width: 100% !important;
    }
    

    2- This is not by default, please try to deactivate some plugins and check again
    3- Try by adding this to style.css of child theme

    COPY CODE
    
    .registration .twelve.columns:nth-child(2) { width: 100% !important; }
    .registration .twelve.columns:nth-child(3) { width: 100% !important; }
    .registration .datebox-selects .custom.dropdown { max-width: 30%; margin-left: 3%; float:left !important;}
    .registration .twelve.columns { width: 50%; float: left; clear: none !important; }
    .registration .twelve.columns:first-child { width: 100%; }
    

    4- This might help https://buddydev.com/plugins/bp-non-editable-profile-fields/

    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: Top members issues #197468
     Laura
    Moderator

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

    COPY CODE
    
    @media screen and (max-width: 782px) {
    div#footer {
        display: none !important;
    }
    div#support {
        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: Styling the Membership Level Page #197467
     Laura
    Moderator

    Hello, i added the css to quick css, again, please, do not delete it because it will stop working, if you have quick css open, reload the page before editing it because this is the third time i add this code

    COPY CODE
    
    .panel.text-center.panel-info.kleo-level-1 li {
        text-align: center !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: Top members issues #197279
     Laura
    Moderator

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

    COPY CODE
    
    @media only screen and (max-width: 767px) {
    li.two.columns.mobile-two.top-active-members {
        float: 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: Custom field in the breadcrumb #197274
     Laura
    Moderator

    Hello, you could use the slug for breadcrumbs, try by adding this to functions.php of child theme

    If there is an error, go to your hosting file manager and delete the code you just added

    COPY CODE
    
    if ( is_page() ) {
                $post = $wp_query->get_queried_object();
                if ( $post->post_parent == 0 ){ echo "<li> » ".ucwords(str_replace("-", " ", $post->post_name))."</li>"; } 
                else {
                    $title = the_title('','', FALSE);
                    $ancestors = array_reverse( get_post_ancestors( $post->ID ) );
                    array_push($ancestors, $post->ID);
    
                    foreach ( $ancestors as $ancestor ){
                        if( $ancestor != end($ancestors) ){
                            echo '<li> » <a href="'. get_permalink($ancestor) .'">'. ucwords(str_replace("-", " ", basename(get_permalink($ancestor)))) .'</a></li>';
                        } else {
                            echo '<li> » '. ucwords(str_replace("-", " ", basename(get_permalink($ancestor)))) .'</li>';
                        }
                    }
                }
    } 
    
    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: twitter load #197273
     Laura
    Moderator

    Hello 🙂
    Q1- Did you add this code to functions.php of child theme?

    COPY CODE
    
    
    add_action( 'wp_footer', 'wpse_262301_wp_footer', 11 );
    function wpse_262301_wp_footer() { 
    	wp_register_script( 'jquery-tweet');
    }
    

    If not works change 11 priority to 10 and still not works set 999

    Q2- Please read the reply that Radu sent and try to do that 🙂 If you have issues i will be happy to help

    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 have page look like in demo #197268
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: Styling the Membership Level Page #196977
     Laura
    Moderator

    Hello, please replace it with

    COPY CODE
    
    
    ul.list-group.list-group-flush li {
        text-align: center !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: add to cart botton look modification #196973
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 281 through 320 (of 2,796 total)

Log in with your credentials

Forgot your details?