Forum Replies Created
-
AuthorPosts
-
October 13, 2014 at 9:44 am in reply to: eMember – Upload profile image not working, javacript error #66059jaune8Member
I find the problem ! wahouu
It was this line in my function.php
wp_register_script(‘jquery’,’http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js’, false, ”);
Now i see the button, fantastique !
Cool
October 13, 2014 at 8:34 am in reply to: eMember – Upload profile image not working, javacript error #66058jaune8MemberYes this is this line
But i notice that is link to the add on form builder for Emember because “adherent-rfcp” is a form for this membership.
I also try with an other membership (jaune18) link to an other form builder “devenir adherent” :
TypeError: undefined is not a function (evaluating ‘$(“#devenir-membre”).validationEngine(‘attach’)’)
But in this form i don’t display the profile image so it’s not a problem this, but with the edit profile page
I continue to look for the solution.
October 12, 2014 at 8:30 pm in reply to: eMember – Upload profile image not working, javacript error #66056jaune8MemberAh, you see the button for upload the image profile ?
I test on Firefox and Chrome and it’s the same, no button.
It’s not [http://rfcp.fr/espace-adherent/]
It’ ‘s this page [http://rfcp.fr/profil/]
Even in Chrome when i inspect htlm i see the error
October 10, 2014 at 10:49 am in reply to: Need to fill the profile before upgrade to a membership level #65764jaune8MemberOk thanks for the answer.
I make a information text in the email received by the customer.
August 26, 2014 at 10:12 am in reply to: Compact login widget – Add class when you are logged #65152jaune8MemberYeah thanks for all ! it works
It was for the Login popup, to overwrite one z-index property.
I put this in the header.php and it works
<style>
.eMember_compact_login{
<?php
$emember_auth = Emember_Auth::getInstance();
//User is logged in so add your conditional code here
$membership_level = $emember_auth->getUserInfo(‘membership_level’);
if($membership_level == 0)
{
echo ‘z-index: inherit;’;
}
?>
}
</style>
Thanks for all, have a good day or night
-
AuthorPosts