Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Just open the homepage in backend ( wp-admin -> pages ) and set below content area a custom logo

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
just use this css
COPY CODE@media (max-width: 991px){ .kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header { background-color: #FFF; } .navbar-transparent .navbar-toggle .icon-bar { background-color:#000 !important; } ul#menu-kleonavmenu li a { color: rgba(12,12,12,0.8) !important; } }The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see the debug it’s needed on both cases, tried right now to see the debug.log file trough a plugin named debug this and it not works it asks the next
Please add the following to wp-config.php to use this mode.
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);Let me know orrr you can provide to me the FTP
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 12, 2018 at 15:38 in reply to: Forum Restriction does not trigger PMPro Registration Page #200614Radu
ModeratorHi,
Maybe using this plugin : https://wordpress.org/plugins/pmpro-bbpress/
You will be able to set a required membership level for every forum in place.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 12, 2018 at 15:25 in reply to: Error with Budyapp theme, with multi-site environment at wordpress #200611Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
You can log all you queries until it happens one then look in log maybe you will see what script done that.
https://stackoverflow.com/questions/303994/log-all-queries-in-mysql
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 11, 2018 at 19:06 in reply to: Members profile background and option for private messaging #200551Radu
ModeratorHi,
Use this css to hide the round status bubble from member profile page
COPY CODE.kleo-online-status { display: none !important; }The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
See the screenshot

I had already done that for you, now the search input appears on directory
Cheers
rHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
YEs, there seems to be a shortcode that it’s not running i think for some reason you get blank page on theme options. So just enable wp debug.
So if you have child theme de-activated from wp-admin -> appearance ->themes it’s no need to delete they will not run.
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 solutionRadu
ModeratorHi,
The only way to can see what causes the white page in theme options it’s to activate wp debug.
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 solutionRadu
ModeratorHi,
We are trying to keep the kleo theme as clean as possible to can be very lite for performance so… any additional requirement functionality can be easly achieved with the plugins or by a programmer.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 11, 2018 at 15:47 in reply to: 2 issues, Registration Activation Code and Issue with Profile Page #200531Radu
ModeratorNot marked as solutionJune 11, 2018 at 15:46 in reply to: rtMedia for WordPress, BuddyPress and bbPress, is creating issues in my consoles #200530Radu
ModeratorNot marked as solutionRadu
ModeratorI see, i will speak with the core developer about this thing, will let you know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk Just add this code to wp-admin -> theme options -> Quick Javascript
COPY CODE$( document ).ready(function() { /* Close sidemenu and second menu when clicking outside only on mobile XS */ $(document).click(function (event) { if (!$(event.target).closest('.second-menu').length && $('body').hasClass('device-xs')) { $("body").removeClass("sidemenu-is-open second-menu-is-open"); } }); });Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I don’t think kleo does that, look right now at the db and usernames are different (as it should )
What are the steps to reproduce that kind of issue ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Did you had changed the templates in parent theme for paid memberships pro ?
What version yo have in the past ?
On our demo how it looks comparative with your current layout in pmpro page ? https://seventhqueen.com/demo/sweetdatewp/membership-account/membership-checkout/?level=3
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 8, 2018 at 16:11 in reply to: 2 issues, Registration Activation Code and Issue with Profile Page #200324Radu
ModeratorNot marked as solutionJune 8, 2018 at 16:10 in reply to: rtMedia for WordPress, BuddyPress and bbPress, is creating issues in my consoles #200323Radu
ModeratorNot marked as solutionJune 8, 2018 at 16:07 in reply to: rtMedia for WordPress, BuddyPress and bbPress, is creating issues in my consoles #200321Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
They are toggle, tap on element to open and tap again to close.

Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sincerely not sure what to recommend you further…. trying to reproduce on my local end and our demo cannot see any issue from our theme code, so i think on your case it’s caused by some misconfiguration maybe, try to create a new app just allow to be public and under AppDomains add only the hostname

In rest where asks for website url add your site including https https://unitedforautism.org/
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I don’t know exactly, to can find out i recommend you in first instance to de-activate all plugins and check if it works, if not it means it could be something directly from worpress, if it works it means one of those plugins casuses that and you should enable all plugins back one by one while you check if the read more tag still works, when you see it stop working you will figoure out what plugin was activated earlier.Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 8, 2018 at 15:10 in reply to: rtMedia for WordPress, BuddyPress and bbPress, is creating issues in my consoles #200302Radu
ModeratorNot marked as solutionJune 8, 2018 at 15:06 in reply to: 2 issues, Registration Activation Code and Issue with Profile Page #200294Radu
ModeratorNot marked as solution -
AuthorPosts

