Canvas Tabs

2 years 9 months ago #325384 by krileon
Replied by krileon on topic Canvas Tabs
You generated a custom template with CB Template Changer. Update CB Template Changer then re-compile your template. You will have to do this from time to time as CBs CSS is updated with new styles.


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.

2 years 9 months ago #325390 by Sekulla
Replied by Sekulla on topic Canvas Tabs
Thanks but the Template Changer plugin is the latest version but when I try to compile I get the following error:

Failed to compile! Error: Invalid CSS after "<": expected 1 selector or at-rule, was ""

Even if I try to create an entire new template I get the same error.

Im using the latest plugin v 5.0.0+build.2021.05.06.13.31.06.f30a665bb

Any ideas why Im getting this error?

Please Log in to join the conversation.

2 years 9 months ago #325392 by krileon
Replied by krileon on topic Canvas Tabs
Seams to work fine in my tests. Do you have any CSS overrides specified under the Overrides tab? Seams like you've some invalid CSS trying to be processed.


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.

2 years 9 months ago #325393 by Sekulla
Replied by Sekulla on topic Canvas Tabs
Yes I do. But even when I remove them the error remains.

This is the overrides.

/* The following changes the profile menu tab text to purple */
.cb_template .navbar-light .navbar-nav .nav-link {
color: #523091 !important;
}

/* The following changes the profile menu tab text when hover or focus to purple */
.cb_template .navbar-light .navbar-nav .nav-link:hover, .cb_template .navbar-light .navbar-nav .nav-link:focus {
color: #523091 !important;
font-weight: bold !important;
}

/* The following changes the profile menu tab text when active to purple */
.cb_template .navbar-light .navbar-nav .show > .nav-link,
.cb_template .navbar-light .navbar-nav .active > .nav-link,
.cb_template .navbar-light .navbar-nav .nav-link.show,
.cb_template .navbar-light .navbar-nav .nav-link.active {
color: #523091 !important;
font-weight: bold !important;
}

/* Position canvas in the thumbnail grid */
.cbThumbCanvas {
background-position: right !important;
}

Please Log in to join the conversation.

2 years 9 months ago #325395 by krileon
Replied by krileon on topic Canvas Tabs
What browser are you using? Do you have browser security extensions enabled? It's possible your browser is breaking the CDN that compiles the SCSS. I've tested Chrome, Firefox, and Edge as all working. I am unable to test Webkit version of Safari though. Also appears to work fine on our demo site as well.


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.

2 years 9 months ago - 2 years 9 months ago #325396 by Sekulla
Replied by Sekulla on topic Canvas Tabs
Using Chrome and have tested on MS Edge. Same behaviour

for info. I've rolled back the CB Template Changer to v4, and v3, none work but seem to show a different CSS error.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.215 seconds