Forum Replies Created
-
Author
-
Laura
ModeratorHello, please try by adding this to style.css of child theme or at Appearance > Editor > Style.css
COPY CODEdiv#subnav a { 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, please try by adding this to style.css of child theme or at Appearance > Editor > Style.css
COPY CODE.single-post.page-boxed-bg { background-image: url(IMAGE URL HERE) !important; background-repeat: no-repeat; background-size: inherit; background-attachment: fixed; background-position: center center; }
And change the image url 🙂
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 🙂
1- Try by adding this cssCOPY CODE.form-wrapper { background: #bef781; border-radius: 60px; border: 1px solid; border-color: transparent !important; } .form-header { border-top-left-radius: 60px; border-top-right-radius: 60px; border-color: transparent !important; } form.custom.form-search { border-color: transparent !important; background: transparent !important; } .form-footer { border-color: transparent !important; background: transparent !important; }
2- Fixed with the css above
3- Fixed with the css above
4- Fixed at 1
5- Fixed at 1
6- Did you add any custom css that could create that?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, you can hide it using the following css 🙂
COPY CODE.article-media img:first-child { display: none !important; }
Just add that to style.css of 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 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme or at Appearance > Editor > Style.css
COPY CODEa.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-primary { background: red !important; 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 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme 🙂
COPY CODE#profile h2 { 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 🙂
Laura
ModeratorHello, try with
COPY CODEdiv#breadcrumbs-wrapp ul.inline-list.right li a i:hover::before {color: red;}
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, if you want to add a background color JUST for the homepage, you can use this css at style.css of child theme 🙂
COPY CODE.home-page section.container-wrap.main-color { background-color: black !important; background-image: 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 code to style.css of child theme or Appearance > Editor > Style.css 🙂
COPY CODEstrong.logo a { font-size: 48px !important; } .menus-wrap span { font-size: 24px !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, there seems to be an issue with the testimonials i would need to enable wp debug to see it, i added kleo post grid if you prefer to use that instead as it shows the full photo.
For the testimonials please setup wpdebug following these steps:
-Connect to your server by FTP
-Look in root directory of your WordPress install and open wp-config.php
-Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUECOPY CODEdefine( 'WP_DEBUG', true );
-After this line add this:¡
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
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 or at Appearance > Editor > Style.css
If it doesnt work please let me know the screen resolution where you are seeing it 🙂COPY CODE@media (max-width: 991px) { a.accordion-toggle span { margin-top: -7% !important; margin-left: -6% !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 replacing the last code you added with
COPY CODE@media screen and (min-width: 800px) { .buddypress #item-header-avatar.rounded img.avatar { border-radius: 0; position: relative; top: 215px; left: -650px; } }
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, you can use the css classes for those pages which are:
.buddypress.bbp-user-page.single.directory
So to add the css use
COPY CODE.buddypress.bbp-user-page.single { // style here } .buddypress.bbp-user-page.single. { // style here }
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, at your wordpress admin dashboard, go to Testimonials and add one, then using the testimonials shortcode at your page
COPY CODE[kleo_testimonials number=3]
Or the visual composer element 🙂
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 the following code at Appearance > Editor > Style.css or at style.css of the child theme folder
COPY CODE.wpb_wrapper { border: 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, you will need to delete this part
COPY CODE.portfolio-header a { text-shadow: 2px 2px black; }
As i cant separate them from the other titles sadly
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 or at Appearance > Editor > Style.css
COPY CODE.sidebar { 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 🙂
Laura
ModeratorHello, the sidebar and all theme components are already responsive, can you specify which part its not responsive, with a screenshot?
To edit the sidebar width you can use this css, just add it to style.css of child theme and edit it 🙂COPY CODE.sidebar { width: 30%; }
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:
COPY CODEh4.user-nicename.hover-tip.click-tip { text-shadow: 2px 2px black; } div#item-header-content h4 { text-shadow: 2px 2px black; } div#item-header-content span { text-shadow: 2px 2px black; } .group-admins.col-sm-12 h3 { text-shadow: 2px 2px black; } .portfolio-header a { text-shadow: 2px 2px black; }
Let me know if that helps 🙂
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 CODEi.icon-chevron-right:hover:before { 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, please try by adding this to style.css of child theme 🙂
COPY CODE.dropdown-menu .active a { color: red !important; background: 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 🙂
Laura
ModeratorHello, for the groups use
COPY CODE.groups #item-header-avatar #item-header #item-header-content { border-color: transparent; height: 290px; }
For the profile page, how do you want it?
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 functions.php of child theme 🙂 Its at wp-content/themes/sweetdate-child or at Appearance > Editor > functions.php
COPY CODEfunction kleo_my_hearts_actions() { /* disable matching on member profile */ remove_action(‘kleo_bp_before_profile_name’, ‘kleo_bp_compatibility_match’); }
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.groups #item-header-avatar { 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, sorry, the page name is Columns tests, here is the content of the page, if you want to add this to any back, use the CLASSIC MODE of visual composer, paste the code and switch back to BACKEND MODE, also paste the css at the GEAR of visual composer, this way you should have everything setup as the Columns test page
Code for the classic mode:
COPY CODE[vc_row padding_bottom="0" el_class="box1"][vc_column width="1/2"][product id="7411"][/vc_column][vc_column width="1/2"][product id="7413"][/vc_column][/vc_row][vc_row el_class="box2"][vc_column width="1/3"][product id="7394"][/vc_column][vc_column width="1/3"][product id="7414"][/vc_column][vc_column width="1/3"][product id="7427"][/vc_column][/vc_row]
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 26, 2017 at 22:46 in reply to: How to change avatar border/circle colour by member type? #159713Laura
ModeratorHola, prueba a reemplazar el ultimo código por este
COPY CODE.groups span.kleo-online-status.hover-tip.click-tip { margin-left: -7px; margin-top: -15px; }
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.bp-user #buddypress #item-header-avatar { margin-top: -20px !important; position: absolute !important; margin-left: -45% !important; } .buddypress div#item-header { padding-top: 140px !important; padding-bottom: 50px !important; }
Let me know if it helps 🙂
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 created a sample page where you can get the codes and add it to any page 🙂
Please note that i added the css to the quick css of visual composer ( check the gear icon )
the css is this oneCOPY CODE.box1 .product-loop-inner { width: 550px; } .box2 img.attachment-shop_catalog.size-shop_catalog.wp-post-image { height: 300px !important; }
The first row has the class “box1” and the second row has “box2”
Let me know if you need 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 🙂
Laura
ModeratorHello, i see the issue, please try by adding this to style.css of child theme (you can see it at Appearance > Edit > Style.css or at your website files wp-content/themes/sweetdate-child ) 🙂
COPY CODE@media only screen and (max-width: 940px) { .dl-horizontal dd { margin-left: 0px !important; width: 76%; } }
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 25, 2017 at 20:27 in reply to: How to change avatar border/circle colour by member type? #159570Laura
ModeratorHola, prueba con este código 🙂
COPY CODEspan.kleo-online-status.hover-tip.click-tip { margin-left: -7px; margin-top: -15px; }
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#item-nav a:hover { 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 🙂
-
AuthorPosts