Forum Replies Created
-
Author
-
Laura
ModeratorHello, please try by adding this to functions.php of child theme, if not working please share ftp access
COPY CODEfunction custom_bbpress_maybe_load_mentions_scripts( $retval = false ) { return true; } add_filter( 'bp_activity_maybe_load_mentions_scripts', 'custom_bbpress_maybe_load_mentions_scripts' );
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 css to style.css of child theme
COPY CODEdiv#footer .container { max-width: 96% !important; } #footer .col-sm-3:first-child { width: 33% !important; } #footer .col-sm-3 { width: 17% !important; } h4.widget-title { font-weight: 600 !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@media only screen and (max-width: 768px) { .header-menu ul.submenu { display: block !important; } }
September 28, 2018 at 13:41 in reply to: delete wide left border in mobile view of buddypress activity post #210746Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODE@media (max-width: 991px) { .activity-content { margin-left: 0px !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, this should hide the search form
COPY CODEdiv#search-bar { display: none !important; }
Add to style.css of child theme
And for the members if there is a search filter active it doesnt show all membersHi 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
ModeratorTry by adding this to style.css of child theme:
COPY CODE.logged-in a.elementor-button-link.elementor-button.elementor-size-xl { 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 then edit as you prefer
COPY CODEdiv#main .row { width: 80% !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 🙂
September 25, 2018 at 10:49 in reply to: Warnings after upgrade to PHP 7.2 in error.log: Use of undefined constant AUTH_KEY in Kleo theme #210394Laura
ModeratorNot marked as solutionLaura
ModeratorHello, try
COPY CODE.seven.mobile-four.columns select { background: transparent !important; color: white !important; } .three.mobile-one.columns select { background: transparent !important; 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 🙂
Laura
ModeratorHello, add this 🙂
COPY CODE.seven.mobile-four.columns input { background: transparent !important; color: white !important; } .three.mobile-one.columns input { background: transparent !important; 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 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODE.form-search, .form-header, div.alert-box, div.pagination span.current { background: #270033a6 !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 🙂
September 20, 2018 at 12:26 in reply to: Animations still happening despite being turned off #209965Laura
ModeratorHello, those are wpbakery elements animations not kleo animations so you can’t turn them off using kleo options
Try by adding this to style.css of child themeCOPY CODE.vc_tta-panel.vc_animating { opacity: 0; }
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, access is not working, what you need to delete is
COPY CODEdata-reveal-id="login_panel"
And change the url at href=”-“
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 could need to edit the file general-header.php at page-parts folder but first you need to copy it to the child theme folder before editing it.
Find
COPY CODE<a href="#"> <i class="icon-user hide-for-medium-down"></i> <?php _e( "LOG IN", 'kleo_framework' ); ?> </a>
Replace with
COPY CODE<a href="YOUR LOGIN URL HERE"> <i class="icon-user hide-for-medium-down"></i> <?php _e( "LOG IN", 'kleo_framework' ); ?> </a>
Change the login 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
ModeratorFor the meta using theme options is the best option, and for borders try by adding this to the page CSS
COPY CODE.wpb_column.vc_column_container.vc_col-sm-6 { border-left: 1px solid black !important; border-right: 1px solid black; }
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
ModeratorPlease follow these steps to enable wp debug so we can see if there is any error:
-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
COPY CODE.page-id-1300 iv#cometchat_embed_synergy_container { width: 1000px !important; } .page-id-1300 iframe#cometchat_synergy_iframe { width: 1000px !important; } .page-id-1300 aside.four.columns { width: 25% !important; }
For further editing you may 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 🙂
Laura
ModeratorHello, try with
COPY CODE.page-id-1300 div#main .row { width: 1440px !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, just add this to style.css of child theme
It will hide the menu link on mobileCOPY CODE@media only screen and (max-width: 940px) { li#nav-menu-item-2648 { 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, this will hide the text, add to style.css of child theme
COPY CODE.rtmedia-activity-text { display: none !important; } ul.rtmedia-list.rtm-activity-media-list.rtmedia-activity-media-length-1 img { width: 40% !important; }
Edit the % to make the image bigger or smaller
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, this should do it :)@media (max-width: 991px) { ul.dropdown-menu.sub-menu.pull-left a { color: white !important; } }
September 7, 2018 at 18:51 in reply to: How to delete “Popular” as a sorting option in the “Top Members” section of the home page #208861Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODEa.members-switch:last-child { 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 🙂
September 7, 2018 at 17:23 in reply to: Different Menu / text color on Home page vs. rest of the site #208830Laura
ModeratorHello, here, add to style.css of child theme 🙂
COPY CODE.home ul#menu-mainmenu a { color: #1FA8D1 !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 🙂
September 6, 2018 at 15:36 in reply to: About product image sizes and styles css single product page layout #208681Laura
ModeratorNot marked as solutionLaura
ModeratorHello, it was just a css issue, add this to style.css of child theme
COPY CODE.esg-filter-wrapper.eg-show-amount.minimal-light.esg-fgc-5 { visibility: visible !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