Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Use the next css.
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
COPY CODE@media(min-width:768px) { li#nav-menu-item-side {display:none !important;} }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
ModeratorHi,
Ok then
Have a nice week
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Try to copy and paste the code from here : https://pastebin.com/raw/EYrWNs14
If still get the same error, add it via ftp by editing directly the file wp-content/themes/kleo-child/functions.php
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,
It looks that all works as it should.
Accessing https://mybooktravels.com/2/ will redirect you to https://mybooktravels.com/news/2/ .
And only posts from news are displayed

Not pretty sure what was the issue there.
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,
Good!
Have a nice day
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 5, 2018 at 15:33 in reply to: Profilepicture in stream to small, posts in the stream shift in 2 lines #187832Radu
ModeratorFor the online status it means something from your child theme makes the online status to not works, so look for that code or ask your developer about a code alteration in child theme and revert back and test, so there it’s acustom modification maden by you or you developer and you should revert that.
For the last articles “bug” there is no bug , you cutomization makes that icons white over white and those had becomes invisible, just use this css
COPY CODE.widget_recent_entries li:before { color: #999 !important; }To make them visible
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 5, 2018 at 15:12 in reply to: Clicking profile pictures of members or groups brings up 404 error page #187830Radu
ModeratorHi,
When i click on your provided link i’m seeing the same thing as guest!
This it’s a unusual behaviour, maybe some plugin causes that, did you have tried to switch from our theme to default WP theme to see if encounter the same issue ?
If you encounter the same using other theme it means the issue doesn’t have nothing to do with our product.
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,
Now it’s first time when you say something about facebook login, in you initial request you asked for a redirect immediately after user signup, maybe i’ve not understand correctly or you had not asked correctly what you need to achieve, so please tell me again in detail what you need to achieve.
If it’s about redirect after signup then just add this snippet
The function will have to be added in wp-content/themes/kleo-child/functions.php and also the child theme should be enabled.
COPY CODEadd_action( 'bp_complete_signup', 'buddydev_redirect_after_signup' ); function buddydev_redirect_after_signup() { $page = 'welcome';//your page slug bp_core_redirect( site_url( $page ) ); }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,
Just follow this guide : https://buddydev.com/buddypress/redirect-users-to-welcome-page-after-successful-registration-on-your-buddypress-based-social-network/
Create a page with your desired welcome message and add it into the snippet.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 2, 2018 at 16:59 in reply to: Profilepicture in stream to small, posts in the stream shift in 2 lines #187552Radu
ModeratorHi,
Add this css to wp-admin -> theme options -> general settings -> quick CSS
COPY CODE#buddypress #activity-stream p img { display: inline !important; vertical-align: initial; max-width: 20px; height: auto; }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
ModeratorHi,
We haven’t changed the functionality of redux it’s work in normal way.
The default ( standard ) values of the every input it’s handled by the redux framework.
So on theme activation redux do the job so there it’s used the hooks that redux uses.
here’s the action triggered by the redux after theme switch/activation.
PATH TO FILE : wp-content/themes/kleo/kleo-framework/options/inc/class.redux_api.php
https://codex.wordpress.org/Plugin_API/Action_Reference/switch_theme
On this file we build effective the redux sections with default values : wp-content/themes/kleo/lib/options.php
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,
In this case i think you should look in wp-admin -> media and look if are also displayed those images by user who had uploaded the files.

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 1, 2018 at 17:19 in reply to: Profilepicture in stream to small, posts in the stream shift in 2 lines #187505Radu
ModeratorDid you have changed the credentials ? i’ve tried to looking again at the layout.
Let me know the correct ones in a private 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,
Just i’ve spoken with the core developer about this issue and if it’s possible to the kleo_kleo-child-transients to reset that, and that is not posible, we have 2 actions that makes the theme options stored in database in wp_options table 1. It’s the save options button and second it’s the customizer!
The theme options kleo child/kleo parent are separated, so if you make a certain setting in child this will not be added in parent, you should export from child and import to parent.
Just give a try to another hosting provider add a stating install there for some time to see that not happens..
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 1, 2018 at 16:27 in reply to: Profilepicture in stream to small, posts in the stream shift in 2 lines #187497Radu
ModeratorHi,
That means the child theme contains or a outdated php template files or a hardcoded line or file, speak with your coder to review the overwritten templates from child theme.Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 1, 2018 at 16:25 in reply to: Clicking profile pictures of members or groups brings up 404 error page #187496Radu
ModeratorHi,
The bugging procedure in general implies to de-activate all third party plugins and child theme, then making sure the theme + buddy press it’s updated to latest version.
Let me know if you de-activate all third party plugins and child theme you are able to reach the member profile or group.
If yes enable child theme and plugins back one by one while you check if it works until you find the plugin that process the issue.
If still its the same ask your developer from where had changed the slug.
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
ModeratorHi,
Until we update the templates beside the woocommerce please use a older version of woocommerce.
I’ve added already from yesterday this to buglist.
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 go to wp-admin -> settings -> reading -> front page -> choose that home e learning
That’s 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 1, 2018 at 16:05 in reply to: Registration for at Homepage for latest sweetdate 3.0 or higher #187487Radu
ModeratorHi,
You know how to achieve that i’ve told you in the past tickets immediately after i’ve done that in one of your staging install the steps to can do it for your rest of sweetdate instances.I will tell you again the steps how you can make that to work as it should.
Go to wp-admin -> theme options -> buddypress -> Search form customization(DEPRECATED) uncheck all fields!
Please keep in mind this! for 3.x Versions it’s mandatory to not use the wp-admin -> buddypress-> Search form customization(DEPRECATED)
So uncheck all of those!

So, now the search form will be builded from wp-admin -> users -> profile search.
Horizontal form settings :

Home form settings :

In the search member page that you had created, to can render the new form using the bp profile search instead the theme core feature that it’s deprecated, it’s needed to add this one.
http://calling4help.co.in/search-member/
[bps_display form=1991 template=”members/bps-form-horizontal”]
**instead 1991 replace with your form id.The forms will be populated with additional fields from wp-admin -> users -> profile search- > Members Horizontal or home search.
Keep this in mind to do for every instance of your website/s that runs Sweetdate 3.0, you need to do this things, i’ve explained you multiple times but it looks that you ignore what i say.
So i’ve explained this multiple times and i’ve done 3 times the same thing on your staging server, i cannot do it again, follow my explained instructions from this ticket and from the older tickets, your webmaster should be able to make that….
Make sure to have all plugins updated! and child theme without any changes from past theme versions.
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 will update them, but i noticed that second part of message for un-updated templates belongs to the “pb-add-on-woocommerce” plugin, You can use a previous version of woo commerce until we release update for templates.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 31, 2018 at 19:43 in reply to: Clicking profile pictures of members or groups brings up 404 error page #187402Radu
ModeratorHi,
Cannot reach wp admin with that username, i see that you had changed the members slug it’s used member-listing, from where you had made this change ?
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’ve re imported the menu and the learning page check it here : http://owluma.com/home-e-learning/
Not sure why says that notice wince you don’t have woocommerce files in child theme, i’ve dismissed the notice.
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
ModeratorHi,
There is no function that reset theme options on certain action, did you have any plugin that optimize database in some way ? if yes try to de-activate it and check if that still happens.
So the settings are stored in database under wp_options table -> kleo_kleo and kleo_kleo_child option names

Not sure what can cause that, i haven’t hear any other users to report this, if you find out the steps exactly how this can be reproduced tell me to can investigate further.
You can ask the hosting support to help you to look for what changes had been made in the logs in the time where you theme settings had changed in the database under wp_options table.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI don’t understand what our themes do to the the ajax, where to incude the ajax search ?
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’ve imported demo menu
https://edsocio.com/home-community/ community demo + menu

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 solutionJanuary 31, 2018 at 17:39 in reply to: on members page, how to display “Profile Search menu” #187378Radu
ModeratorHi,
That’s great
Have a nice weekCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You should be ok now, 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 solution -
AuthorPosts

