By Greg on Tuesday, 12 September 2017
Posted in General
Replies 4
Likes 0
Views 211
Votes 0
For some reason, when trying to test the "Cancel Subscription" option, I cannot access the popup screen. It appears but makes the entire page dark and unresponsive.

Screenshot attached.
Hey Greg,

Hm, it seems like there are some sort of conflicts going on between PayPlans and your Joomla template. Is it possible for you to provide us with the FTP access so that I can take a look at the conflicts?
·
Tuesday, 12 September 2017 21:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Greg,

Okay, it looks like the way your template customize the modal behavior is affecting how PayPlans modal is working. The best way to fix this temporarily is to apply the css codes below into your template's css file.

[gist]
body.sunfw-com-payplans .modal-backdrop {
display: none;
}

body.sunfw-com-payplans .sunfw-section.sunfw_main_content {
z-index: 4;
}
[/gist]

These fixes are only applied on PayPlan pages but it is only a temporary fix until we revamp the structure of PayPlans. As of now, our priority is pushing out PayPlans 3.7 with a more simplified admin appearance.
·
Tuesday, 12 September 2017 21:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark.

That did the trick.
·
Tuesday, 12 September 2017 21:54
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Greg and thank you for your patience. I am pretty sure most of you would love what you see on PayPlans 3.7
·
Tuesday, 12 September 2017 21:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post