Forum Replies Created
-
Author
-
April 25, 2016 at 19:09 in reply to: Incorrect URL to members profile link in live notifications #118817
Radu
ModeratorNot marked as solutionRadu
ModeratorYou have changed the wp admin password provide admin credentials fast pls
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 25, 2016 at 18:29 in reply to: WordPress admin fails with an error after installing Kleo on WordPress 4.5 #118812Radu
ModeratorNot marked as solutionRadu
ModeratorHello,
Hmm, maybe your issue is related to this ? https://wordpress.org/support/topic/paid-memberships-pro-1871-causes-very-high-database-writes
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’re welcome
Regarding the email problems i think is server related you can ask them if limits somehow the wp_mail function, anyway try to use this plugin : https://wordpress.org/plugins/wp-mail-smtp/ play with the settings there.
Regarding the suggestion and i will consult with the team about that.
Thank you for the compliments
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,
Sorry for the confusion.
For the member avatars you can change the size of the image by following this article : https://archived.seventhqueen.com/general/article/increase-profile-profile-image-size-increase-avatar-size-buddypress
For the send message button on members directory, i don’t have a quick solution to provide to you, but you can follow this link : https://buddypress.org/support/topic/private-message-button-in-member-list-loop/ where users aready discussing about that and providing solutions.
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. For that issue, you will have to follow the next procedure to check if is caused by some error
Please 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.
If this is useless please try to deactivate all plugins except BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
2. The field appears only if the member has completed that certain files, if the users leaves a field empty then that field will not be shown.
3. For that problem you can use https://wordpress.org/plugins/wp-recaptcha-bp and wangguard plugin i see that you already use that plugin.
4. You can use https://wordpress.org/plugins/wpmandrill/ or https://wordpress.org/plugins/e-mailing-service/ or https://wordpress.org/plugins/mailchimp-for-wp/
In future i recommend you to hire a web-developer to implement and manage your ideas and to maintain your website secure and with your desired needs.
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
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Unable to reproduce with rtmedia on or off, from where do you have enabled the bbpress component ?
It will be nice if you will provide a video with the steps how can i reproduce the issue.
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,
Your side it’s not working, please let me know when the site is up
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 single product page use this css
COPY CODEbody.postid-4948 .main-color { background-image: url(http://imgsv.nikon-image.com/products/lens/nikkor/af-s_nikkor_200-500mm_f56e_ed_vr/img/sample/pic_03_l.jpg); background-repeat:no-repeat; background-attachment:fixed; }4948 is the product id
For the shop page you can use also this
COPY CODEbody.woocommerce-page #main section.container-wrap.main-color { background-image: url(http://imgsv.nikon-image.com/products/lens/nikkor/af-s_nikkor_200-500mm_f56e_ed_vr/img/sample/pic_03_l.jpg); background-repeat:no-repeat; background-attachment:fixed; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf you install on a subdomain kleo and pmpro you are able to reproduce the issue ?
Also try to reproduce that with the child theme deactivated, activate Kleo parent theme instead the child.
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,
Unable to reproduce your described error, https://drive.google.com/file/d/0Bxo5b6iHWRMwRHVaeFpiMXpyQkE/view
Can you please make a video in that you provide steps by steps to reproduce the issue ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 25, 2016 at 15:39 in reply to: Visual Composer BuddyPress Activity Page not working with @mention user #118739Radu
ModeratorOk,
I’ve tested on my local install with all updates and i confirm, there is some problems with the mentioning user. I’ve added this on the buglist and on a future update this will be fixed
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease provide an account to can see that page, i’ve tried to sign in with fb not allowed, also after i’ve spend 5 minutes to create account i cannot view the page that are you talking about because my account is in pending, next time please provide all i need for a faster resolution…
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 25, 2016 at 15:25 in reply to: How can I get sign up/ User Registration option on home page #118732Radu
ModeratorHi,
The loading transition effect can be disabled like this : https://drive.google.com/file/d/0Bxo5b6iHWRMwdWVNcDBxV1lKOXM/view
Regarding the #116522 reply please follow this : https://buddypress.org/support/topic/share-post-to-activity-feed/ an user has provided some solutions to this
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 25, 2016 at 13:10 in reply to: Kleo Tabs – Only 1 of 4 Tabs Visible In Frontend & Backend Editor #118724Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Ok,i’m glad if you have solved
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,
Sorry, i’ve dosen’t understand correctly your problem,
The problem is because you have the vide square like, if you will increase the height of the slider save as width you will see that the video will be full width as you need.
The resolution can be to increasing the height of the slider to around 1200px or to re-create the video widescreen like.
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 Samira,
Most probably monday i will debug your issue,it’s ok?
Have a nice week endCheers
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 the path kleo/wp-content/plugins/k-elements/compat/plugin-js-composer/config.php line 2860
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThere is no problem…. this is normally behaviour
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 -> revolution slider -> select your slider and choose -> full width
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 22, 2016 at 21:32 in reply to: Visual Composer BuddyPress Activity Page not working with @mention user #118485Radu
ModeratorHi,
Please try to update theme to 4.0.6 and then update the bundled plugins from wp-admin -> appearance -install plugins
Give a try, it was some strange issues between WP4.5 and Visual Composer
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,
1. You can use Post Grid element from visual composer Instead and on Display Style field choose Load More Button or Lazy Load.
2.Yes, go to wp-admin -> theme options -> blog -> Display Meta Fields delete fields that you don’t need
3. Follow this article : https://archived.seventhqueen.com/kleo/article/limit-excerpt
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorKleo 4.0.6 is released please update the theme and after that the bundled plugins 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,
If you continue to receive other users message,it seems that something is wrong, in our default theme only with theme plugins this is not happens,
Do you have added/made some modifications in child theme ?
Also disable all plugins except buddypress and try again
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 22, 2016 at 21:21 in reply to: Kleo Tabs – Only 1 of 4 Tabs Visible In Frontend & Backend Editor #118480Radu
ModeratorNot marked as solution -
AuthorPosts