By RRobert on Thursday, 07 September 2017
Posted in General Issues
Replies 7
Likes 0
Views 605
Votes 0
Hi, iam pleased to know that you are acquire Payplans, and a appreciate your effort to offert us a well structured documentation. Be i still have some concern about this software, one of them is regarding some hidden menus which are very problematic for us as site manager.

So in the following picture (taken after i have cancelled my payment from paypal), in this case it's impossible to us to assign and customize our template to this page, so here the contact button is not working.

Thanks
Hello RRobert,

I have checked and it's working fine.
Didn't get any issue with this button.

See attached screen shots.
·
Wednesday, 13 September 2017 11:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey RRobert,

Hm, are you saying that after clicking on the cancel link on Paypal, it doesn't redirect to the site with the proper item id? I don't think this is a feature request but rather a bug.

I tried to access your site but don't seem to see any plans which links to PayPal. Did you already turned this off?
·
Friday, 08 September 2017 00:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi thank you for your response,
To replicate this issue please follow this step:

go to : soc.artistecast.com

1. Login with ti account: kate and pas: kate

2. upgrade to a paid account

http://soc.artistecast.com/subscribe/group/3

in my case, i use Paypal, so after login to the paypal account cancel the order (see attachment file) to return in the site.
Thanks
·
Friday, 08 September 2017 15:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello RRobert,

Some css classes are creating conflict with the existing template which is causing this issue with pop-up model.

To resolve your issue please follow below mentioned points.
# Go to root/components/com_payplans/xiframework/media/js/xi.core.js, around line no. 54
You will find the below code

$('<div id="xiWindowContent" class="modal hide fade loading" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"></div>').addClass('new').appendTo('.payplans-wrap');


Replace the above with the below code

$('<div id="xiWindowContent" class="modal fade loading" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"></div>').addClass('new').appendTo('.payplans-wrap');


# Go to 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 below mentioned line after width: 560px;

height:400px;


Note : Take backup of these files because after up-gradation of PayPlans changes will get lost.

Try this solution and update us if still issue not resolved.
·
Friday, 08 September 2017 16:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Manisha, now the pop-up is displaying as it should, but when a clic on send button (envoyer), it don't work
·
Tuesday, 12 September 2017 23:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post