cbsubs without payment system

14 years 5 months ago #113940 by staeren
Replied by staeren on topic Re:cbsubs without payment system
no, after the cbregFee there is a point. I made "Price for period" all empty, because i do not need this. But the point at the end is still shown...

Please Log in to join the conversation.

14 years 5 months ago #113941 by krileon
Replied by krileon on topic Re:cbsubs without payment system
Easiest method is to just leave the price as [AUTOMATIC]. Then give the plan a class (Presentation tab). Now add CSS to your Joomla templates CSS (recommended) file or CB template CSS file as follows. You can use the same class for the plans you want to hide the price div for as well. This will hide the DIV it self so you won't have any odd empty DIV.

[code:1]
.hiddenPrice .cbregFee {
display: none;
}
[/code:1]


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

14 years 5 months ago #113958 by staeren
Replied by staeren on topic Re:cbsubs without payment system
i gave all the plans the css class cbreg_green. I added your code to cbpaidsubscriptions.css. But the result is still the same...

Please Log in to join the conversation.

14 years 5 months ago #113963 by krileon
Replied by krileon on topic Re:cbsubs without payment system
staeren wrote:

i gave all the plans the css class cbreg_green. I added your code to cbpaidsubscriptions.css. But the result is still the same...


...Joomla templates CSS (recommended) file or CB template CSS...

You also need to change the CSS to match your class.

[code:1]
.cbreg_green .cbregFee {
display: none;
}
[/code:1]


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

14 years 5 months ago #113969 by staeren
Replied by staeren on topic Re:cbsubs without payment system
thx, this is ok! I just wonder how to remove the cbregTitle and how to move the plans to the left. I suppose i have to remove the whole <td> tab, but i don't know how to do this?

Please Log in to join the conversation.

14 years 4 months ago #115575 by krileon
Replied by krileon on topic Re:cbsubs without payment system
You can remove it if it has an ID or a CLASS. Such as using the following:
[code:1]
.cbregTitle {
display:none;
}
[/code:1]

I suggest Firebug for Firefox to examine elements and discover their classes/IDs.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.496 seconds