By Christian Harel on Tuesday, 04 September 2018
Posted in General Issues
Replies 10
Likes 0
Views 611
Votes 0
Hello i have a problem with popup for user already have subscripton ...
https://les-ethipreneurs.com/index.php/membership/invoice/confirm/8O56WJCMAUGY (link : déjà inscrit ? cliquez-ici)
the popup isn't displayed ....
thanks for help
It seems like when i trying to access this URL what you shared at above, it will redirect to the login page https://les-ethipreneurs.com/index.php/connexion, it would be best if you can provide us with your site backend and FTP access at http://stackideas.com/dashboard/site so we can better have a check?
·
Tuesday, 04 September 2018 19:58
·
0 Likes
·
0 Votes
·
0 Comments
·
hello test
https://les-ethipreneurs.com/index.php/plan-d-achat
and buy a Parcours accompagné 3 cairns
·
Tuesday, 04 September 2018 21:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

May i know which pop up you referring? Because when i trying to subscribe, there do not have any pop up, you can refer on my attached screenshot.

If this happen when someone already subscribe on the site, perhaps you can directly provide us that user login credentials so we can better have a check?

By the way, it seems like you provided your site login access is not activate yet, this is what i hitting :

×
Avertissement
Connexion refusée! Soit votre compte est bloqué, soit vous ne l'avez pas encore activé.
·
Wednesday, 05 September 2018 11:26
·
0 Likes
·
0 Votes
·
0 Comments
·
hello sse my screenshot if use "i already have an account"
i have a overlay but no popup .. no login
·
Wednesday, 05 September 2018 15:29
·
0 Likes
·
0 Votes
·
0 Comments
·
After investigate this long hour ago, it seems like your current template styling conflict with Payplans 3.7.

I've applied some fix into your site :

1. ROOT/components/com_payplans/xiframework/media/js/xi.core-min.js
Find this following code :

<div id="xiWindowContent" class="modal hide fade loading" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"></div>


Replace with

<div id="xiWindowContent" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"></div>


2. ROOT/components/com_payplans/media/css/payplans.css
find this css

div.modal {
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
width: 560px;
margin-left: -280px;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}

Add the height attribute after width e.g. height:400px;

3. Apply this following custom css into this file

body .modal-backdrop {
position: inherit;
}


JoomlaFolder/templates/responsive2/css/custom.css

Can you clear your browser cache and see how it goes?
·
Thursday, 06 September 2018 13:14
·
0 Likes
·
0 Votes
·
0 Comments
·
hello how to translate login bouton ?? where is the language string please ?
·
Friday, 28 September 2018 02:54
·
0 Likes
·
0 Votes
·
0 Comments
·
May i know which login button you referring? Is it possible for you provide us with some screenshot regarding this?

It would be best if you can start a new thread on our forum regarding this new question so it will help other moderator can easier to handle your current issue.
·
Friday, 28 September 2018 10:04
·
0 Likes
·
0 Votes
·
0 Comments
·
when you click on link alreaday have an account
a modal is openned
we have 2 button "login" "cancel"
i need to translate login string but i didn't find
·
Friday, 28 September 2018 14:56
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like there already hardcoded that 'login' word into the code.

Can you download my attached file and replace into this file location on your site JoomlaFolder/components/com_payplans/views/user/view.html.php

Then override this language constants on your site backend > extension > language > override


COM_PAYPLANS_AJAX_LOGIN_BUTTON
·
Friday, 28 September 2018 15:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post