Forum Replies Created
-
Author
-
Radu
ModeratorYou can use this function to redirect all users that not have any membership to this page, so the users will be "locked" in this page until they buy accessadd_action( 'template_redirect', 'my_membersip_restrict' ); function my_membersip_restrict() { global $pmpro_pages, $post; if ( is_user_logged_in() && !pmpro_hasMembershipLevel() ) { if (isset($post->ID) && !in_array($post->ID, $pmpro_pages)) { wp_redirect( pmpro_url() ); } } }The function should be added to wp-content/themes/kleo-child/functions.php Regarding the invalid key activation this is an odd issue, try to deactivate all plugins and enable it back... and enable first buddypress and try again and check again, an alternative to this is to disable email activation Possible solutions here : https://wordpress.org/support/topic/invalid-activation-key-error-in-buddypress-registration https://wordpress.org/support/topic/invalid-activation-key-message Cheers R.Radu
ModeratorHi, The clients feature is only with an image and a link, if you want to have a description + image etc.. you will have to create new page for each client. Then create a page in that you will use image carousel in that you will add custom links for each image or kleo posts and adding id of each client page to build the loop you can do some tests... Cheers R.Radu
ModeratorHi, Try with this solution : https://archived.seventhqueen.com/kleo/article/limit-excerpt Let me know Cheers R.May 25, 2016 at 19:00 in reply to: including portfolio items in the restriction after membership levels #123151Radu
ModeratorNot marked as solutionRadu
ModeratorYou can use this function to redirect all users that not have any membership to this page, so the users will be "locked" in this page until they buy accessadd_action( 'template_redirect', 'my_membersip_restrict' ); function my_membersip_restrict() { global $pmpro_pages, $post; if ( is_user_logged_in() && !pmpro_hasMembershipLevel() ) { if (isset($post->ID) && !in_array($post->ID, $pmpro_pages)) { wp_redirect( pmpro_url() ); } } }The function should be added to wp-content/themes/kleo-child/functions.php Cheers R.May 25, 2016 at 17:54 in reply to: Change login-position in mobile version / Unwanted space in mobile version #123127Radu
ModeratorHi,
Please go to your themeforest account and re-download from there the latest sweetdate package.
Yes but do a database backup in both places to have it these in case of something works wrong..
Yes, but instead to replacing that database, the db can be imported separately and just change the database login credentials to the new one in wp-config.php, by using your complete db in the location where avatar works theoretically it should works.
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 solutionMay 25, 2016 at 17:50 in reply to: Date not showing above just one post in the VC “News Focus” element #123124Radu
ModeratorNot marked as solution -
AuthorPosts