Forum Replies Created
-
Author
-
Laura
ModeratorHello, just add this to style.css of child theme and edit it 🙂
COPY CODE.sidebar.sidebar-main.col-sm-3.sidebar-left.col-sm-pull-9 { background: green; }
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, use this 🙂
COPY CODEbody.forum-archive .bbp-forum-content { 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, you can use this css, just add it to style.css of child theme
COPY CODE.kleo-login-wrap { margin: 30px auto; width: 700px; }
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 use visual composer to create the page, you can add custom css at the CSS button of visual composer ( while editing the page )
For main menu:COPY CODEdiv#header { 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 add this to style.css of child theme@media screen and (max-width: 767px) { h2.vc_custom_heading { font-size: 44px !important; } }
Laura
ModeratorHello, here for the texts
COPY CODEh4.kleo-qc-title { font-weight: 700; font-style: italic; } div#kleo-quick-contact p { font-weight: 600; font-style: italic; }
Which icons do you mean?
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, here for the first:
Add this to style.css of child themeCOPY CODE@media (max-width: 991px) { a.kleo-facebook-connect.btn.btn-default { font-size: 13px; } }
For the iPhone issue, it might be just yours check your browser settings, it may be related to them.
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, to make the login popup larger addthis to style.css of child theme
COPY CODEdiv#kleo-login-modal { max-width: 600px !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
ModeratorArreglado con el siguiente código
COPY CODE.is-sticky .header-centered .navbar-header { float: left !important; position: absolute !important; } .is-sticky .header-centered .navbar-header .logo { float: left !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 add this to style.css of child theme
COPY CODEdiv#kleo-quick-contact { width: 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 🙂
Laura
ModeratorPlease update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- 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 TRUE
COPY 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. 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 🙂
1-Name or role?
2- Add this to style.css of child themeCOPY CODE.forum-archive h2.article-title { display: none; }
3- Add this to style.css of child theme
COPY CODE.bbp-search-form { width: 30%; }
4. Add this to style.css of child theme
COPY CODEli.bbp-forum-freshness { 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, fixed, here is the code
COPY CODE@media only screen and (max-width: 940px) { .top-bar { background: transparent !important; } .top-bar ul .name h1 a { background: transparent !important; } .top-bar ul li.toggle-topbar { background: transparent !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 and change it as you prefer 🙂
COPY CODEul.dropdown-menu.sub-menu.pull-left 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 🙂
September 8, 2016 at 03:03 in reply to: What is the code to change the pink register button to a other color #135368Laura
ModeratorHello, just add this to style.css of child theme and change it as you prefer
COPY CODE.button.alert { background-color: black !important; border: 1px solid 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, try by adding this to style.css of child theme
COPY CODE@media only screen and (max-width: 940px) { .top-bar { background: transparent !important; } .top-bar > ul .name h1 a { background: transparent !important; } .top-bar ul > li.toggle-topbar { background: transparent !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
ModeratorPlease update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- 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 TRUE
COPY 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 🙂
– how do you put the user avatar on the right of the username in the main menu, instead of on the left?Not available right now
– the user avatar doesn’t show up if the wordpress bar is enabled. I added the script to hide the wordpress bar from all users except admins, but when I’m logged in as an admin my account’s avatar blanks out in the top menu
It may be an error with the script you added. Does it happens after deleting the script?
– how can I make the profile toolbar icons smaller? Can I change the order in which they’re displayed?
This plugin allows it http://www.buddyboss.com/purchase/buddypress-reorder-tabs/ For the icons, use this css ( add it to style.css of child theme )
COPY CODE#buddypress div#item-nav ul li a:before { font-size: 30px; }
– how can I make the profile display the profile/about me info by default instead of the activity?
Check https://codex.buddypress.org/getting-started/guides/change-members-profile-landing-tab/
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 try by adding this to style.css of child theme 🙂
COPY CODE.social-header.header-color { 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 🙂
September 5, 2016 at 11:17 in reply to: Trouble with Different Main Menus Logged In Logged Out And Account Page #134899Laura
ModeratorHello, just add this to style.css of child theme
COPY CODE#pmpro_account-profile .pmpro_actionlinks { display: none !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
ModeratorPlease update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins. If this is useless please follow these steps to enable wp debug:- 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 TRUE
define( 'WP_DEBUG', true );
- After this line add this:
define( '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. CheersLaura
ModeratorHello, you can’t, only by adding custom css, you would need to add this to style.css of child theme
COPY CODE.kleo-form-signin { padding: 0 20px 10px 20px; display: none; } .kleo-pop-title-wrap.main-color { display: none !important; } #kleo-login-modal .gap-20 { 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 5, 2016 at 09:58 in reply to: Change color for the data under the name in the directory #134859Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODE.search-item p { 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 🙂
Laura
ModeratorHello, you will find it at general-popups.php at page-parts folder. Find this:
COPY CODE<p> <em><?php esc_html_e( "or", 'kleo_framework' );?></em> <a>" class="new-account"> <?php esc_html_e( "Create an account", "kleo_framework" ); ?> </a> </p>
And change /wp-login.php?action=register for your url 🙂
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, just add this to style.css of child theme 🙂
COPY CODE.activity-read-more { 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, you can try with this code, at style.css 🙂
COPY CODE.kleo-main-header .nav > li.active > a { 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 🙂
Laura
ModeratorPlease update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- 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 TRUE
COPY 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
ModeratorPlease update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins. If this is useless please follow these steps to enable wp debug:- 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 TRUE
define( 'WP_DEBUG', true );
- After this line add this:
define( '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. CheersSeptember 3, 2016 at 02:55 in reply to: Visual Composer does not show text in text box backend or front end editor #134754Laura
ModeratorNot marked as solutionLaura
ModeratorHello, try adding this to style.css of child theme 🙂
COPY CODEsection.container-wrap.main-title.alternate-color.title-single.main-right-breadcrumb.border-bottom { background: rgba(255,204,0,0.5); }
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