Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Just add this css in wp-admin -> theme options -> general options -> quick CSS.
COPY CODE#buddypress #activity-stream p iframe[src*='vpinball.com'] { display:none !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just let me know what action you had made exactly and after that activate wp_debug log and repeat that action then provide to me the debug.log file
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.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Expand that button “Ashley in the media” to can see what style it haves

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Look at this video : https://drive.google.com/file/d/1ugEn2AJ8-VMx1bupvl0bTVDlHeEaZtfo/view
I think i cannot reproduce what you say since if i access the child of a parent item it’s expanded from child to parent, if there under submenu it’s another submenu this will not be expanded but only if you access latest level depth.
Did you have any live url to can check how it behaves on you ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWork for me just i’ve tested
COPY CODEadd_action( 'wp_logout', 'SQ7R_logout_redirect'); function SQ7R_logout_redirect(){ wp_redirect(site_url( '/welcome/' )); exit(); }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I think we have changed that in the past, but if you need a animation like that use the next CSSCOPY CODE#buddypress form#whats-new-form #whats-new-content { max-height: 74px!important; -webkit-transition: max-height 1s; -moz-transition: max-height 1s; -ms-transition: max-height 1s; -o-transition: max-height 1s; transition: max-height 1s; } #buddypress form#whats-new-form #whats-new-content.active { -webkit-transition: max-height 1s; -moz-transition: max-height 1s; -ms-transition: max-height 1s; -o-transition: max-height 1s; transition: max-height 1s; overflow: hidden; max-height: 274px !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just add them into one archive and then i will ask the core developer if they can be included in next theme update and i 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
ModeratorHi,
The buddypress standard profile url it’s https://abiriba.com/members/ukayo18/profile/ that’s the default url structure for buddypress.
The /profile seems to be a simple page that contains that shortcode [wpum_profile], maybe it was used by some plugin or something.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Tell me how can i reproduce that button style on my local install please
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Maybe in the /register page because the data that user enters will be forwarded to the register page and after this user effectively registers and in that page can be used captcha.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWant to redirect in a certain place after logout ?
If yes the function will have to be added in wp-content/themes/kleo-child/functions.php and also the child theme should be enabled.
Replace my-page with your page slug
COPY CODEfunction SQ7R_logout_redirect(){ wp_redirect( home_url('/my-page/') ); exit(); } add_action('wp_logout','SQ7R_logout_redirect');Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Tried without that css now and it’s expanded like in screenshot. I’m using latest KLEO version.

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 7, 2018 at 18:27 in reply to: Profilepicture in stream to small, posts in the stream shift in 2 lines #188050Radu
ModeratorHi,
Done, have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The solution it’s corrent if i test on mine it works after i register from register page i’m redirected but on you when you sign-up always you are redirected to the homepage not sure why, tried to take again a look to wp-admin and the credentials not woks.
Maybe there will be needed to do turn off plugins and maybe to change the homepage if it’s needed temporary just to test.
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,
No problem
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 7, 2018 at 16:08 in reply to: This still working ? Increase profile profile image size – Increase avatar size in buddypress #188027Radu
ModeratorHi,
If the avatars from members cannot be increased use the next solution

Please go to wp-content/themes/sweetdate-child/buddypress/members/ then create a file named members-loop.php in that you will paste the next : https://pastebin.com/raw/A8xGxhMw
You can change the avatar size from this file, see screenshot.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 7, 2018 at 15:50 in reply to: Profilepicture in stream to small, posts in the stream shift in 2 lines #188024Radu
ModeratorHi,
You’re welcome
Sorry but i don’t understand what you want to say in your latest reply.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Our theme follows the buddypress workflow and buddypress doesn’t have this feature implemented also there is no quick solution for that.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please provide FTP credentials in a private to ca do that for you, but before that install the child theme and activate it
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 6, 2018 at 18:06 in reply to: This still working ? Increase profile profile image size – Increase avatar size in buddypress #187977Radu
ModeratorHi,
Normally yes, they are buddypress constants, and will define globally values, tell me where you cannot see the avatars increased ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 6, 2018 at 18:02 in reply to: Profilepicture in stream to small, posts in the stream shift in 2 lines #187976Radu
ModeratorThis reply has been set as private.Radu
ModeratorCreate the missing folders
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide to me permalink to that activity please ? to can take a look ?
And maybe a dummy account to can see if if the community it’s closed.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Cannot understand exactly your scenario and what’s the issue can you show to be a screenshot that points out the issue and also explain in detail where the problem is.
The issue happens also on our demo ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Many users wants to not run the short codes there, so it’s if if you had find a solution.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 6, 2018 at 17:43 in reply to: Clicking profile pictures of members or groups brings up 404 error page #187970Radu
ModeratorThat means that has nothing to do with our product, the issue may comes from any snippet added in bp-custom.php file or by some plugin.
Try to revert the members slug to the original one to see if it works as it should.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
We have updated things related to facebook login, can you check on our demo if still happens that ?
https://seventhqueen.com/themes/kleo/members/
Let me 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
ModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see in this case you will have to overwrite the register page
Go to wp-content/themes/kleo-child/buddypress/members/ create file named register.php in that you will paste this : https://pastebin.com/raw/3aHxsXs0
In the market area you will have to add your page slug where to be redirected.

NOTE: Child theme needs to be installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Great if you have solved the issue with the icons, also the live notifications icon can be changed from wp-admin -> appearanece -> menus top menu and look for live notifications menu item.
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 solution -
AuthorPosts

