Forum Replies Created
-
Author
-
LauraModerator
Hello, fixed, used this
COPY CODEh3.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 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 form does not have the correct format to do this easily, but i created this which looks better than what it is now
COPY CODEform.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 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 🙂
June 12, 2018 at 19:20 in reply to: Navbar Transparent on desktop but non-transparent on mobile #200656LauraModeratorHello, 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 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 🙂
June 11, 2018 at 15:27 in reply to: Navbar Transparent on desktop but non-transparent on mobile #200526LauraModeratorHello, 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 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 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 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 and adjust the % as you prefer
COPY CODEdiv#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 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, 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 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, add this too
COPY CODEdiv#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 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 CODEul.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 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 CODEinput#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 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 slider please add this to style.css of child theme
COPY CODEdiv#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 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, 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 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, that is the activity part of buddypress, try by adding this to style.css of child theme
COPY CODEspan.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 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#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 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 CODEfigcaption.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 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 🙂
May 17, 2018 at 13:35 in reply to: Please help me with rtl and styling parts missing in options #197926LauraModeratorNot marked as solutionLauraModeratorHello, 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 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.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 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.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 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- Try by adding this to style.css of child themeCOPY 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 themeCOPY 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 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 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 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 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 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@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 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, 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 CODEif ( 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 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 🙂
Q1- Did you add this code to functions.php of child theme?COPY CODEadd_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 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 replace it with
COPY CODEul.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 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