Forum Replies Created
-
Author
-
Radu
ModeratorHi,
There are missing ; at the end of this add_action(‘wp_head’, ‘ChatCheckMemberships’)
Add ; and 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,yes, if that page haves that ID yes
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
That should work !
If you will search for demo profile and you click view all member results you will see that there!
On our demo we reset the database twice a day or three and also we have CloudFlare cache and this can cause what you show me, let me know if with demo profile it happens the same also on your localhost install you shouldn’t be able to reproduce that.
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 don’t have a plug and ply code for that, please understand, you can use this plugin: https://wordpress.org/plugins/remove-dashboard-access-for-non-admins/
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 will specify the font size in px the font size will be the same in all resolutions, if you will specify the font size in rem this will be adapted by the screen resolution.
We will check this 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
ModeratorOk then
Yes, with those selectors you can do 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,
I saw that indeed the disabled attribute appears, but this it stills until the photo it’s completely uploaded, after that the disabled attribute will disappear and you are able again to upload a new photo.
In default wp theme the disabled attr not appears?
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, nice workaround
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 see that not works,
Please provide to me admin credentials in a private reply to can take a closer look.
This is how it should work this feature : https://seventhqueen.com/themes/kleo/one-page-presentation/
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 I open login pop-up from your site and I click register I’m directed to the BuddyPress register page http://test.vrlad.com/register/
Maybe it was a cache issue ?
Do you have solved ?
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 @Happier,
Ok then,
You’re welcome
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,
From wp-admin -> appearance -> menus ->

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 4, 2017 at 17:11 in reply to: How can i add a customized top banner for each buddypress and bbpress page? #148721Radu
ModeratorHi,
Please replace again that file from this reply: https://archived.seventhqueen.com/forums/topic/how-can-i-add-a-customized-top-banner-for-each-buddypress-and-bbpress-page/#post-148217
This will be included in next theme update…
For the bbpress you should use this function: http://pastebin.com/raw/wg9uRFs5
The function should be added to wp-content/themes/kleo-child/functions.php
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
ModeratorI don’t understand Spanish but related to the topic title, this is the solution for what you need: https://wordpress.org/plugins/remove-dashboard-access-for-non-admins/
No quick solution PHP snippets !
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, you will have to tweak directly in the sidebar specific file adding specific rules for your case
Create a file named sidebar.php in this location: /kleo/wp-content/themes/kleo-child/sidebar.php
Then add this content in child theme: http://pastebin.com/raw/jdBm9sdq
course-sidebar and lesson-sidebar represents the names of the sidebars that are or can be created from wp-admin -> appearance -> sidebars
Using this you should be able to use the sidebar in specific post types like courses and lessons that it’s an example code snippet, you can change that to achieve what you need.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 4, 2017 at 16:18 in reply to: Little help to set some thing that i coudn’t set by myself :) #148716Radu
ModeratorHi,
1. To can hide admins from directory add this code: http://pastebin.com/raw/6BN8XVMH to wp-content/themes/sweetdate-child/functions.php
As you can see here: $excluded_user = ‘1’; //comma separated ids of users whom you want to exclude
it’s mentioned that can be added after coma, see the snippet from paste bin and replace those id’s with the id’s of your user admin accounts
Note: Child theme needs to be installed and activated
2. Forcing users to complete the profile fields can be done using this plugin: https://wordpress.org/plugins/bp-force-profile/
3. To can have credit card details when users registers
Just copy this file : /wp-content/plugins/paid-memberships-pro/pages/checkout.php
To this location : /wp-content/themes/sweetdate-child/paid-memberships-pro/pages/checkout.phpChild theme needs to be installed and activated
That’s all, doing this you will have default PMPRO checkout flow
For the first month and free membership check this screenshot

This screenshot has made when I’ve created a new membership.
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,
What IE version are you using ? BuddyApp works from IE 10 above
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 easily adjust the images sizes from wp-admin -> theme options -> blog -> Enable Custom Image sizes -> ON . From here you should be able to set the custom images size for specific cases.

After changing image sizes you need to regenerate thumbnails using https://wordpress.org/plugins/regenerate-thumbnails
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 seems that there it’s about a bug.
We have fixed this issue you should replace this file content : /wp-content/themes/buddyapp/buddypress/js/buddypress.js with this one : http://pastebin.com/raw/5dwdPd9x
The theme will contain this fix on next theme update.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi @humaniterrian,
In the first instance please provide your page url to can take a look.
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,
Add after the previous code this one
COPY CODE@media(max-width:600px) { .activity iframe { width: 100% !important; height: 100% !important; min-height:250px; } }This code will runs only if the device with it’s lower than 600px so this should fix your problem, if you are not happy with the player height on mobile change the max-height:250px; value to 0 or a larger one (0 represents default)
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 3, 2017 at 18:56 in reply to: Essential Grid preventing Slider Revolution slides from linking #148610Radu
ModeratorHi,
Right now I’m able to click to all your sliders from the slider from the homepage and from what I see the essential grid plugin it’s activated.
If you know exact the steps to can reproduce and investigate this, 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
ModeratorOk then
Just reply to this even 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
Moderator@GlaudeG
I need to see the page first
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,
This is not possible for now and no quick solution to provide to achieve 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,
The revisions are by default ON using WordPress and Kleo, in most cases, some plugins modify this behavior, so I recommend you to switch all plugins off excluding visual composer and k-elements and check again!
Also if you are using KLEO child please switch to KLEO parent theme instead with plugins off for testing proposes.
IF the problem disappears, enable things back one by one to identify what causes this.
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 3, 2017 at 18:24 in reply to: Grid at Home page does not load if user is not registered #148598Radu
ModeratorNot marked as 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
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
ModeratorNo, there is no compatibility issue between those, on my install it works.
Have a good day
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo problem
GreatCheers
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 have a plug and play solution for this and I recommend you to use a plugin that does this already.
And I’ve told you can use the function and action from this link : http://stackoverflow.com/questions/26870082/log-out-wordpress-and-redirect-to-different-url/26870337#26870337
note: I haven’t tested the code!
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 the FTP login details in a private reply to take a closer look ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUse the next CSS instead
COPY CODEul.dropdown-menu.sub-menu.pull-left li ul { margin-left: 165px !important; } @media(max-width:991px) { ul.dropdown-menu.sub-menu.pull-left li ul { margin-left: -165px !important; } }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Here’s the selector(s)
COPY CODE.woocommerce .products ul li .product-loop-inner:hover, .woocommerce ul.products li .product-loop-inner:hover, .woocommerce-page .products ul li .product-loop-inner:hover, .woocommerce-page ul.products li .product-loop-inner:hover { box-shadow: 0 0 0px rgba(0,0,0,0.1); }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 28, 2016 at 18:37 in reply to: Unable to move Shop Manager Role to wp-admin backend after they loged in at www.beelievingsourcing.com/sourcingoffice #148227Radu
ModeratorNot marked as solution -
AuthorPosts