Forum Replies Created
-
Author
-
LauraModerator
Hello, please try by adding this to the style.css of child theme
COPY CODEul.profile-thumbs li { height: 94px !important; width: 94px !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-results .wrap-content img { 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, hope this helps 🙂
Hide html notice
COPY CODE.bbp-template-notice { display: none !important; }
Move submit button on mobile
COPY CODE@media (max-width: 991px) { .bbp-submit-wrapper { margin: 0 auto !important; position: absolute; margin-left: 25% !important; top: 88%; } }
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 functions.php of child theme 🙂
COPY CODEfunction attachments_search_pre_get_posts( $query ) { if (! is_search() ) return $query; $post_types = array( 'post', 'page' ); $query->set( 'post_type', $post_types ); return $query; } add_filter( 'pre_get_posts', 'attachments_search_pre_get_posts' );
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 🙂
February 27, 2018 at 03:50 in reply to: Cant see the entiere text on custom field in the profile page #189942LauraModeratorHello, please try by adding this to style.css of child theme 🙂
COPY CODEdl.dl-horizontal dt { white-space: normal !important; text-align: start !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 🙂
February 27, 2018 at 00:16 in reply to: How to edit this page ,every time I log in its not exist and i have error 404 #189929LauraModeratorNot marked as solutionLauraModeratorHello, the code is the same for mobile, but you need to use a special code, check below:
COPY CODE@media (max-width: 991px) { #header { background: red !important; } }
(All mobile codes goes inside that media tag)
Attached you will see some of the footer classesHi 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 🙂
Attachments:
You must be logged in to view attached files.LauraModeratorHello, hope this helps
COPY CODE#bbpress-forums .hentry div.bbp-reply-content, #bbpress-forums .hentry div.bbp-topic-content { border: 3px solid #e9e9e98c !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, please try
COPY CODE.template-page.col-sm-6.col-sm-push-3.tpl-3lr { background: red !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 work, replace it with your current code
COPY CODE.home .sticky-wrapper .kleo-main-header { top: -70px !important; position: fixed; } .home .sticky-wrapper.is-sticky .kleo-main-header { top: 0px !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 CODEdiv#profile-details-section { float: none !important; margin: 0 auto !important; } div#basic-details-section { float: none !important; 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 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 is a code that is not well added to functions.php
COPY CODEfunction SQ7R_logout_redirect() {wp_redirect( home_url('/logout/') );exit();} add_action('wp_logout','SQ7R_logout_redirect');
that is why it appears there
And as i see you have set the register page as the front page.. this would create issues, if you want to restrict the site, use the register form as normal at Settings > Buddypress > Pages set the register page and at Settings > Reading set the normal homepage.Then you can use either “restrict my site” plugin or “buddypress members only” plugin to make some areas of your site only for registered users
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.kleo-mobile-switch { 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, the first one still has an issue, try
COPY CODE.sidebar .sidebar-main .col-sm-3 .col-sm-pull-6 .sidebar-3lr { background-color: #f5f5f5 !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 🙂
1- The css is not well formatted, tryCOPY CODE.sidebar sidebar-main col-sm-3 col-sm-pull-6 sidebar-3lr { background-color: # f5f5f5 !important; }
2- Try a sticky sidebar plugin 🙂
3- TryCOPY CODE.kleo-main-header.header-normal.header-scrolled a { color: 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 🙂
February 19, 2018 at 10:11 in reply to: Group descriptions in buddypress groups not displaying correctly #189128LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODE.item-desc a { word-break: break-word !important; }
For the backend i can’t edit it with css
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.woocommerce-product-search button { float: right; background: none !important; border: 1px solid #e5e5e5; border-radius: 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 🙂
February 16, 2018 at 02:10 in reply to: Group descriptions in buddypress groups not displaying correctly #188830LauraModeratorHello, logged in, please add this to style.css of child theme to fix the group description
COPY CODEdiv#item-meta p { height: auto !important; 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 by adding this to style.css of child theme
COPY CODE.video-wrap video { min-height: 100%; min-width: 100%; width: 1200px !important; height: 100% !important; margin-top: -10%; } div#mep_0 { min-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, i see, please try by adding this to style.css of child theme
COPY CODE@media only screen and (max-width: 767px) { div#login_panel { width: 100% !important; margin-right: -50%; } }
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 🙂
February 7, 2018 at 15:45 in reply to: changing text color for kleo post and kleo post carousel #188022LauraModeratorTry by adding this to style.css of child theme
COPY CODE.article-content p { color: #818181 !important; } h3.post-title.entry-title a { color: white !important; } h3 em:hover { color: yellow !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 footer.php because the wordpress editor can’t connect to your ftp either
COPY CODE<span>©2018 Copyright - Powered by KLEO Theme<a href="#">A LINK HERE</a></span>
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 🙂
LauraModeratorAdded it 🙂 The link should be at Profile > Groups now, you can adjust the position by adding this to style.css of child theme
COPY CODE.bp-user a.group-create.no-ajax { margin-top: -0.16% !important; position: absolute !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.form-search, .form-header { background: #e64533 !important; } .form-header { border-left: 10px solid rgb(237, 68, 49) !important; border-top: 10px solid rgb(237, 68, 49) !important; border-right: 10px solid rgb(237, 68, 49) !important; } .form-search { border-left: 10px solid rgb(237, 68, 49) !important; border-right: 10px solid rgb(237, 68, 49) !important; } .form-footer { border-bottom: rgb(237, 68, 49) !important; } span.notch { display: none !important; } .form-search.custom input[type="text"], .form-search.custom input[type="password"] { border: 1px solid #e64533 !important; } .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select { background-color: #f3f1f1 !important; color: red !important; } .button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type="submit"]:hover { color: #ffffff; background-color: #bb3829 !important; border: 1px solid #bb3829 !important; }
For the other fields you would need to hire a developer to add custom restrictions 🙂
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 🙂
February 5, 2018 at 00:21 in reply to: changing text color for kleo post and kleo post carousel #187780LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODEh3.post-title.entry-title a { color: white !important; } .entry-summary p { color: #c1c1c1 !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.hr-title.hr-full.hr-double abbr { color: red !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 and then change the size
COPY CODE.article-media img { max-height: 250px !important; max-width: 250px !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 the footer try by adding this to style.css of child theme
COPY CODEdiv#footer { background: #009999 !important; } div#footer h4 { color: white !important; } div#footer span { color: 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 try by adding this to style.css of child theme
COPY CODE.xprofile div#object-nav { display: none !important; }
This should hide the profile menu from profile page, but for the rest you would need to hire a developer
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.activity-inner img { max-width: 100% !important; width: 100% !important; height: 100% !important; } .bpfb_link_preview_container { width: 300px !important; height: 300px; }
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, should be done, i added this to your style.css of child theme
COPY CODEspan.sidemenu-icon { background-image: url(http://www.windroidanswers.com/wp-content/uploads/2018/01/collapse-icon-SeventhQueen-Support-Google-Chrome_2_burned.png) !important; width: 20px; height: 20px; background-size: cover !important; font-size: 0px; color: transparent !important; } span.sidemenu-icon span { 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 🙂
-
AuthorPosts