Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] cbsubs plan display

  • jpdenny1
  • jpdenny1
  • OFFLINE
  • Posts: 195
  • Thanks: 25
  • Karma: 5
9 years 2 weeks ago - 9 years 1 week ago #271915 by jpdenny1
[SOLVED] cbsubs plan display was created by jpdenny1
Hello CB, had a previous post touching this but this is more specific. I am using latest everything including joomla and nightlys.

The attachments or inserted photos show the plan layout in the profile subscriptions tab. The first as it is on first view, the second to the far right where it cuts off and the third when the transparent background is switched off - using rounded template (this is similar look to when I use default template).

Any ideas whats wrong here?Must I jig around the css - I have tried, not quite getting it perfect, but better.

Second, when inserting a plan url into either a module or menu item I do not get any plan or plans showing up. For example when inserted 1 plan into module, it takes me down this path:
mywebsite.com/menu/submenu/pluginclass?plugin=cbpaidsubscriptions&do=displayplans&plans=35
With nothing displayed. Just joomla modules to the right. The plan is published.

Any help appreciated.

Kind regards

EDIT:for menu item I have tried external url and plugin -> cb paid subsscriptions






Joomla 3.6.2
CB 2.0.15 Latest Nightly
GJ 3.0.1 nightly
Php version 5.5.35
Auto actions nightly
Activity nightly
Privacy nightly
Conditions nightly
CB Gallery 2.0
.....all nightly!
Uddeim 3.9
Attachments:
Last edit: 9 years 1 week ago by krileon.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
9 years 2 weeks ago #271962 by krileon
Replied by krileon on topic cbsubs plan display

The attachments or inserted photos show the plan layout in the profile subscriptions tab. The first as it is on first view, the second to the far right where it cuts off and the third when the transparent background is switched off - using rounded template (this is similar look to when I use default template).

Any ideas whats wrong here?Must I jig around the css - I have tried, not quite getting it perfect, but better.

It's a CSS conflict with Bootstrap. The below is a quickfix with CSS to resolve it.

www.joomlapolis.com/forum/277-cbsubs-gpl-support/230286-default-a-rounded-subscription-templates#268801

Second, when inserting a plan url into either a module or menu item I do not get any plan or plans showing up. For example when inserted 1 plan into module, it takes me down this path:
mywebsite.com/menu/submenu/pluginclass?p...isplayplans&plans=35
With nothing displayed. Just joomla modules to the right. The plan is published.

Edit your plans and under the Access tab ensure both "Visible for Access Level" and "Visible for Group (and above this group)" are set to "Public". Also ensure "Allow access from site frontend", "Allow new subscriptions", and "Published" are set to "Yes". The external URL you should supply to your Joomla menu item should be at the top of the page while editing your plan (begin with index.php).


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 or Create an account to join the conversation.

  • jpdenny1
  • jpdenny1
  • OFFLINE
  • Posts: 195
  • Thanks: 25
  • Karma: 5
9 years 2 weeks ago - 9 years 2 weeks ago #271968 by jpdenny1
Replied by jpdenny1 on topic cbsubs plan display
Thanks Krileon, just on the first part where do I put the css code?. I tried everywhere logical.

Edit: put it in bootstrap.css line 281. Fixed the right side issue. and put active plan to the left. the header is where it should be in the header part but still not aligned vertically to the 'Planname Active' wording. Progress at long last!

Joomla 3.6.2
CB 2.0.15 Latest Nightly
GJ 3.0.1 nightly
Php version 5.5.35
Auto actions nightly
Activity nightly
Privacy nightly
Conditions nightly
CB Gallery 2.0
.....all nightly!
Uddeim 3.9
Last edit: 9 years 2 weeks ago by jpdenny1.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
9 years 2 weeks ago #271969 by krileon
Replied by krileon on topic cbsubs plan display
Anywhere you'd like, but typically in your Joomla template CSS file will be fine. Also note the rounded usage has strict sizing limits so it won't expand or shrink depending on your site and only fits a specific width.


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 or Create an account to join the conversation.

  • jpdenny1
  • jpdenny1
  • OFFLINE
  • Posts: 195
  • Thanks: 25
  • Karma: 5
9 years 2 weeks ago #271970 by jpdenny1
Replied by jpdenny1 on topic cbsubs plan display
Ah ha, this seems to grab it:

.cb_template * {
box-sizing: content-box;
}
as opposed to:

cb_template .cbregPlanSelector_rounded * {
box-sizing: content-box;
}

The above doesn't hange anthing in the styling. The first one does. It's not perfect, but gives me room to play.

Joomla 3.6.2
CB 2.0.15 Latest Nightly
GJ 3.0.1 nightly
Php version 5.5.35
Auto actions nightly
Activity nightly
Privacy nightly
Conditions nightly
CB Gallery 2.0
.....all nightly!
Uddeim 3.9

Please Log in or Create an account to join the conversation.

  • jpdenny1
  • jpdenny1
  • OFFLINE
  • Posts: 195
  • Thanks: 25
  • Karma: 5
9 years 2 weeks ago #271974 by jpdenny1
Replied by jpdenny1 on topic cbsubs plan display
So I put in this to template.css and it seems to have fixed stuff on top of your suggestion Krileon:

#cbregSubscribed, #cbregUpgradePossibilities {
font-size: 130%;
margin-top: 20px;
margin-bottom: 10px;
position: absolute;
}

Everything is aligned over to the left. The width of the whole thing is large, but seems you mentioned this can't be changed. With bit of a description, this may not look as elongated. I'll be working on this through the night so will report back.

Joomla 3.6.2
CB 2.0.15 Latest Nightly
GJ 3.0.1 nightly
Php version 5.5.35
Auto actions nightly
Activity nightly
Privacy nightly
Conditions nightly
CB Gallery 2.0
.....all nightly!
Uddeim 3.9

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum