Forum Replies Created
-
Author
-
LauraModerator
Hello, to center the list try by adding this to style.css of child theme
COPY CODEul.list-group.list-group-flush li { text-align: center; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, try by adding this to style.css of child theme
COPY CODEform.wpcf7-form label { width: 100% !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODE.top-menu a { color: black !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionLaura 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 🙂
LauraModeratorHello, can you share more details about what change you need with the members buttons? Also the members toggle, i would need to know what change you want to make to help you 🙂
To hide search form try by adding this to style.css of child themeCOPY CODEli#nav-menu-item-search { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, for 1 try by adding this to style.css of child theme@media (max-width: 991px) { strong.logo { width: 80% !important; } img#logo_img { height: 50px !important; } }
LauraModeratorHello, please add this to the other code
COPY CODE.geodir_more_info.geodir_contact a { color: black !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, just add this to style.css of child theme 🙂
COPY CODE.geodir-bubble-meta-side { color: black !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, here is the idea, let me know if it works
COPY CODE.category h1.page-title { display: block !important; } .tag h1.page-title { display: block !important; } h1.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 solutionLaura 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 🙂
LauraModeratorHello, please add this to style.css of child theme
COPY CODEform#swa-whats-new-form h5 { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODE.search-item .avatar { width: 200px !important; height: 200px !important; overflow: hidden; position: relative; z-index: 1; margin: -75px auto 25px; border: 4px solid #fff; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, those are not widgets but part of the template, i can guide you to change the url, at your webs files, find at page-parts/general-header.php
( Before changing anything copy the folder name page-parts and the file general-header.php )
REGISTER BUTTON: Find this
COPY CODE<li class="header-register-button"> <a href="#"> <i class="icon-group hide-for-medium-down"></i> <?php _e( "SIGN UP", 'kleo_framework' ); ?> </a> </li>
Replace with this
COPY CODE<li class="header-register-button"> <a href="URL HERE"> <i class="icon-group hide-for-medium-down"></i> <?php _e( "SIGN UP", 'kleo_framework' ); ?> </a> </li>
LOGIN BUTTON: Find
COPY CODE<li class="header-login-button"> <a href="#"> <i class="icon-user hide-for-medium-down"></i> <?php _e( "LOG IN", 'kleo_framework' ); ?> </a> </li>
Replace with
COPY CODE<li class="header-login-button"> <a href="URL HERE"> <i class="icon-user hide-for-medium-down"></i> <?php _e( "LOG IN", 'kleo_framework' ); ?> </a> </li>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please add this to style.css of child theme 🙂
COPY CODE.page .page-title { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODEselect#activity-filter-by { height: 30px !important; } select#rtSelectPrivacy { max-width: 100% !important; } select#members-friends { height: 30px !important; } #subnav ul li.filter select, #activity-filter-select select { height: 30px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
April 18, 2018 at 01:28 in reply to: sidebar and content width like facebooks(activity feed) #195171LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODE.page-id-9481 div#main-container { max-width: 1840px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODE#buddypress #message-thread .button.confirm { font-size: 11px !important; text-transform: uppercase !important; border-radius: 4px !important; height: 30px !important; line-height: 30px !important; padding: 0 10px !important; display: inline-block !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello 🙂 Glad you like the theme!
For the icon issue, please go to Appearance > Edit and add this to style.css of child themeCOPY CODE.form-wrapper .carousel-profiles li { width: 94px !important; height: 94px !important; }
Which recent members do you mean? Can you share a screenshot? 🙂
For facebook login, please check https://archived.seventhqueen.com/sweetdate/article/setup-facebook-login-fix-facebook-login
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please add this to style.css of child theme
COPY CODE@media (max-width: 768px) { .wpb_column.vc_column_container.vc_col-sm-2 { width: 33% !important; } } @media (max-width: 767px) { .wpb_column.vc_column_container.vc_col-sm-2 { width: 50% !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, try this
COPY CODEstrong.logo { margin-top: 1% !important; } .secondary-menu.collapse.navbar-collapse.nav-collapse { margin-top: 1%; } .header-banner h5 { margin-top: 7% !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello 🙂 this should fix that
COPY CODEinput#s:focus { background: white !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please add this to style.css of child theme
COPY CODE.header-banner h5 { margin-top: 4%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODEdiv#rev_slider_1_1_wrapper { display: block !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please try this
COPY CODEinput#s { height: 40px !important; }
Let me know if it works now 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
April 10, 2018 at 18:19 in reply to: Theme default Login modal in upper right corner – taking a really long time to login #194311LauraModeratorNot marked as solutionLauraModeratorHello, please try by adding this to style.css of child themep.galogin a { color: white !important; } p.galogin { margin-top: -107% !important; }
April 4, 2018 at 08:00 in reply to: Where is the input box for the ‘quote’ that displays on the buddypress user profile #193759LauraModeratorNot marked as solutionLauraModeratorHello, if the menu is blue then the logo wouldn’t be visible, so i created this, it will become white when scrolled
Also a different version to keep it blue but not full widthVersion 1-
COPY CODE.kleo-main-header.header-left.header-scrolled #menu-new-main-december { background: white !important; } .kleo-main-header.header-left.header-scrolled #menu-new-main-december a { color: #303858 !important; } .header-scrolled strong.logo { margin-top: 1%; }
Version 2-
COPY CODE.header-scrolled .menus-wrap { margin-left: 40%; } .header-scrolled strong.logo { margin-top: 1%; }
If you are happy with the support please rate us 5 stars at themeforest, that would help a lot 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
April 2, 2018 at 01:45 in reply to: Display First and Last Name on Profile Pages Instead of @mention #193632LauraModeratorHello 🙂
Changed! I created the folders buddypress > members > single inside your child teme and created the field cover-image-header.php with the following contentCOPY CODE<?php /** * BuddyPress - Cover Header * * @package BuddyPress * @subpackage bp-legacy */ ?> <div></div> <?php /** * Fires before the display of a member's header. * * @since 1.2.0 */ do_action( 'bp_before_member_header' ); ?> <div class="rounded"> <a>"> <?php bp_displayed_user_avatar( 'type=full' ); ?> </a> <?php do_action( 'bp_member_online_status', bp_displayed_user_id() ); ?> </div><!-- #item-header-avatar --> <div> <?php $name = bp_get_member_profile_data('field=Name');?> <?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?> <h4 class="user-nicename hover-tip click-tip" data-toggle="tooltip" data-container="body" data-title="<?php bp_last_activity( bp_displayed_user_id() ); ?>" data-placement="bottom"><?php echo $name; ?></h4> <?php endif; ?> <!--<span class="activity"><?php /*bp_last_activity( bp_displayed_user_id() ); */?></span>--> <?php do_action( 'bp_before_member_header_meta' ); ?> <div> <?php if ( bp_is_active( 'activity' ) ) : ?> <div> <?php bp_activity_latest_update( bp_displayed_user_id() ); ?> </div> <?php endif; ?> <div><?php do_action( 'bp_member_header_actions' ); ?></div><!-- #item-buttons --> <?php /*** * If you'd like to show specific profile fields here use: * bp_member_profile_data( 'field=About Me' ); -- Pass the name of the field */ do_action( 'bp_profile_header_meta' ); ?> </div><!-- #item-meta --> </div><!-- #item-header-content --> <?php do_action( 'bp_after_member_header' ); ?> <?php if ( sq_option( 'bp_nav_overlay', 0 ) == 1 ) : ?> <div> <div class="item-list-tabs no-ajax">" role="navigation"> <ul class="responsive-tabs"> <?php bp_get_displayed_user_nav(); ?> <?php /** * Fires after the display of member options navigation. * * @since 1.2.4 */ do_action( 'bp_member_options_nav' ); ?> </ul> </div> </div> <!-- #item-nav --> <?php endif; ?> <?php do_action( 'template_notices' ); ?> <script> (function($) { $(document).ready(function () { $(document).ajaxComplete(function (event, xhr, settings) { if(settings.data){ if(settings.data.indexOf("action=bp_cover_image_delete") != -1){ $('body').removeClass('is-user-profile'); } } }); if(typeof(bp) !== 'undefined' && typeof(bp.Uploader) !== 'undefined' && typeof(bp.Uploader.filesQueue) !== 'undefined'){ bp.Uploader.filesQueue.on( 'add', function(){ $('body').addClass('is-user-profile'); }); } }); })(jQuery); </script>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, for the menu, please try by adding this to style.css of child theme
COPY CODEul#menu-new-main-december { float: right !important; }
For the caret add this
COPY CODEspan.caret { color: white !important; width: 15px !important; height: 15px !important; } span.caret:after { color: white !important; }
For the logo use this
COPY CODEstrong.logo { margin-top: -10%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please try now, you would need to add this to style.css of child theme
COPY CODE.nameleft { float: left !important; position: fixed !important; margin-top: -0.3%; } a.tiny.secondary.button.radius { width: 50%; margin-top: -6.3%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, try by adding this to style.css of child theme
COPY CODEdiv#rev_slider_1_1_wrapper { display: block !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, try by adding this to style.css of child theme 🙂
COPY CODE@media only screen and (max-width: 940px) { .header-bg.clearfix { display: none !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionLaura 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 🙂
-
AuthorPosts