Forum Replies Created
-
Author
-
June 21, 2016 at 16:15 in reply to: Sharing links in the activity stream which include http:// not working #126191
Radu
ModeratorNot marked as solutionJune 21, 2016 at 16:14 in reply to: Sharing links in the activity stream which include http:// not working #126190Radu
ModeratorNot marked as solutionJune 21, 2016 at 16:03 in reply to: Facebook Login is giving error in latest version of KLEO theme #126189Radu
ModeratorNot marked as solutionRadu
ModeratorHi, Replace your button code with this[kleo_button title="Profile" href="##profile_link##profile/edit/" style="custom" type="app" title_alt="Update Your Profile" icon="pencil-1" uppercase="yes" letter_spacing="" custom_text="#ffffff" custom_border="#3b9b9b" custom_background="#bbbbbb"]
It contains on href="" this code ##profile_link##profile/edit/ ,it should be what you need. If you are satisfied by our support service please rate us with 5 stars on themeforest it will really help us. Have a nice week Cheers R.June 21, 2016 at 15:29 in reply to: how to add extended profile fields of several Field Groups in registration page and sort them with headlines in sections #126183Radu
ModeratorNot marked as solutionRadu
ModeratorIf you de-activate all cache and optimization plugins or any optimization modification the content it loads ?
Before de-activating these plugins empty/purghe all caches
Also you can try to de-activate all un-bundled plugins and also the child theme
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
ModeratorWhat’s the error message ?
Make sure if is not archive in archive
https://archived.seventhqueen.com/kleo/article/how-to-install-the-theme
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,
If you want a quote from our developers team, contact our colleague cornel@seventhqueen.com about your request, just forward this text to the email address.
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,
Do you have updated woocommerce recently ? If yes try to put the 2.5 version back to see if this continue to happens, on my install this is not happens….
Or you can wait until we release a new update of the theme that will fix the woocommerce issues
Also this can be caused by other conflictual plugin, try to de-activate all plugins except k-elements,visual composer,buddypress and woocommerce
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJune 20, 2016 at 18:52 in reply to: Use “Home Register” page instead of BuddyPress register page #126094Radu
ModeratorHi,
The shortcode can be used for sign-up in a single page only if you don’t have any additional buddypress fields.
The additional fields that you will add from wp-admin -> users -> profile fields will be shown only in the original buddypress register page, this shortcode can have only these fields.
If you really need to add fields there here is responsable file : wp-content/plugins/k-elements/shortcodes/templates/kleo_register.php but you will need to know some php and html
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,
Try to move that snippet form bp-custom.php to wp-content/themes/kleo-child/functions.php
For the second follow this : https://buddypress.org/support/topic/display-only-friends-avatar-in-whos-online-widget/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 20, 2016 at 18:44 in reply to: Home Page now blank and menus not working – rest of site ok!? #126086Radu
ModeratorNot marked as solutionRadu
ModeratorYou can check if is groups component like that
COPY CODEfunction myavatar_add_default_avatar( $url ){ if ( bp_is_group_component() ) { return 'http://www.socialagent.me/wp-content/uploads/2014/07/avatarDefault.png'; add_filter( 'bp_core_mysteryman_src', 'myavatar_add_default_avatar' ); } }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 20, 2016 at 18:04 in reply to: Cache Pluging and Custom Post Types with Restrict Site and Post Publish on Activtity #126072Radu
ModeratorNot marked as solution -
AuthorPosts