Forum Replies Created
-
Author
-
Laura
ModeratorHello, you would need to install the icons at your wordpress site http://www.wpbeginner.com/wp-themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme/
And once you have that, you can use css to change the icons of buddypress, for example
COPY CODEa#user-xprofile:before { content: "ICON CODE HERE" !important; font-family: "FONT FAMILY HERE" !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 🙂
Laura
ModeratorHello, i see the issue, please try by adding this to style.css of child theme
COPY CODE#main { padding-top: 100px; }
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 30, 2017 at 22:46 in reply to: Small annoying issue with the front end uploader in WC Vendors #165791Laura
ModeratorHello, its just a css issue,please add this to style.css of child theme
COPY CODE.media-frame-toolbar { z-index: 100; bottom: auto !important; position: absolute !important; } .media-frame-toolbar .media-toolbar { bottom: -555px !important; border-top: none !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 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme 🙂
COPY CODE.groups .breadcrumbs-container { 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 🙂
Laura
ModeratorHello, please try by adding this to style.css
COPY CODE#buddypress #whats-new-options { display: inline !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 🙂
Laura
ModeratorHello, looks like custom css issue, try with
COPY CODE#groups-list img.avatar { margin: 0 !important; } .search-item .avatar { width: auto !important; height: auto !important; box-shadow: 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 🙂
June 29, 2017 at 17:03 in reply to: Remove “Related Products” from bottom of single product pages #165652Laura
ModeratorHello, this should do it 🙂
COPY CODE.related.products.kleo-shop-3 { 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 🙂
Laura
ModeratorHello, try
COPY CODE.btn.btn-default { background-color: #e67e22 !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 28, 2017 at 19:23 in reply to: How do I remove this quick view functionality from WooCommerce? #165553Laura
ModeratorNot marked as solutionLaura
ModeratorHello, please go to your hosting file manager or FTP, find wp-content/themes/kleo/page-parts/general-header-section.php copy that file, go to wp-content/themes/kleo-child create a new folder, call it page-parts, paste the copied file there, edit then search and find:
COPY CODE<a href=" php echo home_url ( ) ; ">
Replace it with
COPY CODE<a href="THE URL HERE">
Change THE URL HERE to the url you want 🙂
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 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODE.slideshow-black { background: white !important; border: 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 🙂
Laura
ModeratorHello, sorry for the delay, its very easy to setup, just add this at style.css of child theme
COPY CODE.page-id-135 .main-title { background-image: url(http://neueharmonie.ch/new/wp-content/uploads/2017/06/1-1-1024x159.jpg) !important; background-size: cover !important; }
Just change image url and the page id number 🙂
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 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODE.page-id-9307 #logo_img { width: 200px; height: 200px; } .job_listing-template-default #logo_img { width: 200px; height: 200px; }
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 🙂
Laura
ModeratorHello 🙂
For the orders, hide the tab with this css at style.cssCOPY CODEli#orders-personal-li { display: none !important; }
Install https://wordpress.org/plugins/buddypress-custom-profile-menu/
Place an empty page and name it Account select it there. And with a redirection plugin, redirect it to the account page or place the account shortcode at the page.To hide the other elements, add this to style.css of child theme
COPY CODEli#forums-personal-li { display: none; } li#articles-personal-li { display: none; } li#media-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 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 🙂
Laura
ModeratorHello, please try by adding this to style.css of child theme
COPY CODE.kleo_framework.breadcrumb span:first-child { 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 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODEli#members-all { 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 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODEul.dropdown-menu.sub-menu.pull-left { float: right !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 🙂
Laura
ModeratorHello, its a recent issue with rtmedia and buddypress, please try:
COPY CODE#buddypress #whats-new-options { display: inline !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 🙂
Laura
ModeratorHello, please try this one
COPY CODE#buddypress #whats-new-options { display: inline !important; }
I am sorry for this issue, its a recent bug between rtmedia an buddypress
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 🙂
Laura
ModeratorHello, please try :
COPY CODE#footer h4.widget-title { 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 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODEdiv#item-header-avatar { margin-left: -15%; } .pull-two { right: 13% !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