Forum Replies Created
-
Author
-
May 23, 2016 at 19:08 in reply to: Nothing happens after I click Complete Sign Up on Register page #122792
Laura
ModeratorHello, try adding this to style.css of child theme
COPY CODEli.header-register-button a:hover { color: #3A79A5 !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 is the code 🙂
COPY CODE.form-header .lead { 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 🙂
May 11, 2016 at 00:45 in reply to: Unable to customize Visual Builder block after Demo content import #121253Laura
ModeratorNot marked as solutionLaura
ModeratorHello, try adding this to style.css of child theme
COPY CODE.wpb_wrapper { background: white; } .kleo_text_column { background: white; }
If you updated the child theme then your style changes could be lost, if you did, next time do not update 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 🙂
May 5, 2016 at 16:08 in reply to: Left align member profile pic on member profile page so cover photo is not covered as much #120468Laura
ModeratorNot marked as solutionMay 4, 2016 at 17:43 in reply to: Nothing happens after I click Complete Sign Up on Register page #120275Laura
ModeratorHello, at header.php
findCOPY CODE<li class="header-register-button"><a href="#"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li>
Replace with
COPY CODE<li class="header-register-button"><a href="YOUR CUSTOM REGISTER PAGE URL"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li>
Change YOUR CUSTOM REGISTER PAGE URL, for the url to the page to register
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 🙂
April 29, 2016 at 21:01 in reply to: No profile page found + link pages + cannot get to startpage + background image problem + only 1 membership level is showing #119736Laura
ModeratorAbout the form, use the following css
COPY CODE.form-search, .form-header, div.alert-box, div.pagination span.current { background: rgba(255, 40, 119, 0.8) !important; } .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select { border: solid 1px #CD367E !important; } .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select { background-color: #D05A92 !important; } .button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type="submit"]:hover { color: #ffffff; background-color: #D05A92 !important; border: 1px solid #E6A0C1 !important; } .form-search.custom input[type="text"], .form-search.custom input[type="password"] { border: 1px solid #E6A0C1 !important; } .form-search .notch { border-top: 10px solid #CC357D !important; } .form-header { border-left: 5px solid #ff6a00 !important; border-top: 5px solid #ff6a00 !important; border-right: 5px solid #ff6a00 !important; } .form-search { border-left: 5px solid #ff6a00 !important; border-right: 5px solid #ff6a00 !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 the following, add it to style.css of child theme.tabs.info dd a, .tabs.info li a, #main #object-nav ul li a { color: white !important; }
Laura
ModeratorHello, try adding this to style.css of child theme
COPY CODE.kleo-main-header.header-normal { height: 20px; }
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
ModeratorHola, ya veo, tienes todos los plugins actualizados a la ultima versión?
Prueba lo siguiente:Please 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 🙂
April 25, 2016 at 20:49 in reply to: Left align member profile pic on member profile page so cover photo is not covered as much #118862Laura
ModeratorNot marked as solution -
AuthorPosts