Forum Replies Created
-
Author
-
May 30, 2017 at 15:59 in reply to: How to show the avtar-wordpress-social-login in the kleo-bp-user-avatar in menu #163016
Radu
ModeratorHi,
You can alternate the kleo avatar function using next code
COPY CODEif ( ! function_exists( 'kleo_menu_user_avatar' ) ) { /** * Render user avatar menu item * * @param string $item_output * @param array $item * @param integer $depth * @param object $args * @return string */ function kleo_menu_user_avatar( $item_output, $item, $depth, $args ) { $output = ''; if ( is_user_logged_in() ) { $url = bp_loggedin_user_domain(); $attr_title = strip_tags( $item->attr_title ); $output .= '<a title="' . bp_get_loggedin_user_fullname() . '" class="kleo-bp-user-avatar' . ( $args->has_children && in_array($depth, array(0,1)) ? ' js-activated' : '' ) . '" href="' . $url . '" title="' . $attr_title .'">' . '<img src="' . esc_attr( bp_get_loggedin_user_avatar(array('width' => 25, 'height' => 25, 'html' => false)) ) . '" class="kleo-rounded" alt="">' . ($item->attr_title != '' ? ' ' . $item->attr_title : ''); $output .= ( $args->has_children && in_array($depth, array(0,1))) ? ' <span class="caret"></span></a>' : '</a>'; return $output; } elseif ( $args->has_children && in_array( $depth, array( 0, 1 ) ) ) { return $item_output; } else { return ''; } } }The function needs to be pasted in wp-content/themes/kleo-child/functions.php
You can adapt the CSS classes easily by editing the existing ones
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you have the possibility to move the site somewhere online to can take a look at it?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 29, 2017 at 19:12 in reply to: Timed out of /wp-admin with an error after updating to WordPress 4.7.5- can’t access my admin dashboard #162932Radu
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,
IT should work.
Use this solution : https://archived.seventhqueen.com/forums/topic/facebook-register-button-only-on-homepage/#post-108058
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,
Install and use this plugin https://wordpress.org/plugins/wp-recaptcha-bp/
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,
Refund can be requested here https://themeforest.net/refund_requests/new
Also please provide a reason since you now got the theme and a refund should have strong reasons
FYI : wp admin slow can be caused by some plugin.
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,
From what I see it’s related to the allocated memory
Follow this solution please: https://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.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,
You can give a try also to this plugin: https://tah.wordpress.org/plugins/conditional-menus/
We don’t have a custom 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
ModeratorOkk
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, in future we will take into consideration this
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,
For the missing theme options, you should update the theme to the latest version!
For the plugin problems ( Visual Composer ) you should delete it from wp-admin -> plugins and to install it again from wp-admin -> appearance -> install plugins.
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 snippet’s no longer needed at this time
You can delete it
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 29, 2017 at 17:31 in reply to: rtMedia Button disappeared from Groups and Activity Stream #162900Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Since the account.php was copied on child theme, the file also need to be renamed to can get default pmpro templates, please have a look.
You can re-enable the account template by renaming it from here: wp-content/themes/sweetdate-child/paid-memberships-pro/pages/account.php.backup to account.php
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 29, 2017 at 17:15 in reply to: Toggle not working on profile/group page and on (top) Menu #162895Radu
ModeratorNot marked as solutionMay 29, 2017 at 14:56 in reply to: Menue icons does not show up when using custom menue in widget settings #162885Radu
ModeratorYou’re welcome
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,
1. We don’t have any quick solution for that.
2. You can do that by choosing to hide the gap element for mobile

Then add a certain one only for mobile with desired height and hide that on the desktop and leave it visible only for mobile.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 26, 2017 at 18:32 in reply to: rtMedia Activation Causes Buddypress What’s New Post Update Button to Break #162769Radu
ModeratorNot marked as solutionRadu
ModeratorYou can fix that replacing this file content: /wp-content/themes/kleo/lib/assets/admin-custom.css
with this one: http://pastebin.com/raw/x5xDNXNL
This it’s a bug from wangguard.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOh, sorry and thank you for that.
Have a nice week-end
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,
Most sure you do something wrong there,
FRom example copy this content : https://pastebin.com/raw/TdtNHkkL
Go to wp-content/themes/kleo-child/page-templates/
Create a file named from example : my-page-template.php open the file and paste the content from clipboard then you are able to make the changes that in need in this file and to change it for every page that you need
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
ModeratorYou’re welcome
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 add this CSS to QuickCSS area from wp-admin -> theme options -> general settings -> quick css
COPY CODE#buddypress #whats-new-content #whats-new-options, #buddypress #whats-new-content.active #whats-new-options { display:block !important; height:inherit !important; opacity:1 !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,
Most sure this kind of issue it’s caused by JetPack plugin that uses a mobile theme for mobile, try to deactivate that feature in JetPack plugin panel or de-activate it if you don’t need it
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 please provide to me an account in a private reply to can see and test live on your site the CSS snippet, please.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorProvide all information inclusive URL, where I cam see this?

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 quick solution to can upload multiple logos and display them in rotation if you really need that, you can ask about this at dev@seventhqueen.com
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

