By David Martin on Friday, 29 December 2017
Posted in General Issues
Replies 5
Likes 0
Views 733
Votes 0
Good day,
I have had PayPlans for about 1 month now and I have to tell you, I love this stuff and even more as I learn about what I am able to do with it, which I am still learning. I do have one thing I would like to ask though. While everything is working perfectly, I was hoping you could make a layout change on my site.

When a potential new member goes to the "Subscriptions" page and then selects our "SSHAG" plans, they are taken to the list of SSHAG subscriptions we currently have. The list is correct, but I would like it to be reorganized in how it lays out the information just as my screen shot modification image I am attaching.

Thanks,

David
Do you mean you would like this page subscription plan layout (http://yoursite.com/index.php/subscribe/group/2) show something similar like this page (http://yoursite.com/index.php/component/payplans/plan/login/8?Itemid=187)?
·
Friday, 29 December 2017 16:31
·
0 Likes
·
0 Votes
·
0 Comments
·
If that is the case, you can apply this following styling into this following file to achieve this layout.

JoomlaFolder/templates/socialize/css/custom.css


/* modify inside the subscription group plan layout */
.pp-plan-subscribe.container-fluid .pp-plan.pp-vertical .pp-plan-basic {
float: none;
width: 100%;
}

.pp-plan-subscribe.container-fluid .pp-plan.pp-vertical .pp-plan-price {
background-color: #f9f8f8 !important;
border-top: 1px solid #e5e4e3 !important;
border-bottom: 1px solid #e5e4e3 !important;
clear: both;
}

.pp-plan-subscribe.container-fluid .pp-plan.pp-vertical .pp-plan-description {
width: auto;
float: none;
}

.pp-plan-subscribe.container-fluid .pp-plan.pp-vertical .pp-plan-description {
padding: 8% !important;
}
·
Friday, 29 December 2017 17:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex,
I am sorry and I can tell you did some work here to try and help me, but when I try to one the URL's you sent me, my computer goes into some type of security alert and locks up on me. I did however past your code into my custom CSS file and the end results are not what I was looking for. The final page that displays the attached image I sent you is almost perfect, but all the other pages that a viewer would see get really large. At this point, I like the subscriptions Group pages and I also like the subscriptions pages that are displayed under each of the Groups when you select a specific group. The default way they are displayed is fine. The only page that I wanted to change because I believe it may confuse potential members is the very last page a new potential member will see when all that is left to do is click on the "Register" button. We will just hold off on this for now, unless you have a simple solution for this.

Thanks,

David
·
Saturday, 30 December 2017 03:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

I am sorry and I can tell you did some work here to try and help me, but when I try to one the URL's you sent me, my computer goes into some type of security alert and locks up on me.

I am not really sure why you hit that security alert when you access that page, I assume that will probably you didn't replace with your domain name from that URL before you click on it, the reason why you need to replace that domain name from that URL is because this thread is under public, everyone can see your domain name when the people access this thread, because most of the customer wouldn't like to share their site domain to public, this is why i didn't share that exactly link in my previous reply, thanks for understand.

I did however past your code into my custom CSS file and the end results are not what I was looking for. The final page that displays the attached image I sent you is almost perfect, but all the other pages that a viewer would see get really large.

At this point, I like the subscriptions Group pages and I also like the subscriptions pages that are displayed under each of the Groups when you select a specific group. The default way they are displayed is fine.

The only page that I wanted to change because I believe it may confuse potential members is the very last page a new potential member will see when all that is left to do is click on the "Register" button. We will just hold off on this for now, unless you have a simple solution for this.

I think i totally lost here, perhaps you can share that exactly page URL what you would like to change that layout and provide us some of the screenshot again and describe which kind of layout you would like to change so I can provide you a better suggestion of this.

Looking forward of your reply.
·
Saturday, 30 December 2017 17:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post