Have further reviewed with the help your for FTP credentials and it looks like as soon as Application::Cms()->getClientId() is called in cbpaidsubscriptions.sysplug.php the template layout overrides stop working. That calls our CBLib function, which in turn basically calls JFactory::getApplication()->getClientId().
I then checked your templates files and it has no layouts under html folder. The module layout override should be at /templates/baseline/html/modules.php. It looks like they are a part of your templates framework system plugin "System - Yjsg Framework", but I've no idea how it's loading those layouts as that's not how template layout overrides are used. As I'm not familiar enough with your template I'm not sure what more to suggest other than trying to reach them for further support with this information.
Specifically the layout override it's normally using is at the following location.
/plugins/system/yjsg/includes/html/modules.php
As a quick fix I've copied it to be directly in your template at the following location, which resolves your issue.
/templates/baseline/html/modules.php
This fixes the styling issues of your sign up module, but the other layouts probably also need to be copied over from the above plugin directory to the template directory.
There's not much more I can suggest as the issue appears confirmed in the template. Calling getClientId just allows CBSubs to determine if it needs to load in CBSubs Content or not as we don't load it on backend and getClientId gives you a value of 0 or 1 (0 for frontend, 1 for backend) so it's a very commonly used function. Looks like it's probably a cache issue in the frameworks system plugin when it's defining $this->app.
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.