Skip to Content Skip to Menu

Custom AJAX Text Field Bubbles

10 years 1 month ago #249707 by zingerdigital
Custom AJAX Text Field Bubbles was created by zingerdigital
When using the AJAX Text fields...

Am I able to make my own Bubble background? or modify the width?

Robert

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
10 years 1 month ago #249744 by krileon
Replied by krileon on topic Custom AJAX Text Field Bubbles
It's CSS so yes you can style it however you like. Please note CB Ajax Text Field is deprecated and officially replaced by CB Core Fields Ajax (has no bubble style feature as that can be one purely with CSS).


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.

10 years 1 month ago #249750 by zingerdigital
Replied by zingerdigital on topic Custom AJAX Text Field Bubbles
Where is the CSS file to modify?

If I edit the css file, will my changes be lost when I update Community Builder?

Robert

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
10 years 1 month ago #249788 by krileon
Replied by krileon on topic Custom AJAX Text Field Bubbles
It's best to add your custom CSS to your Joomla template CSS file or if you template supports loading of a custom CSS file to load your own CSS file with your needed CSS in it. Modifying the CSS of the plugin results in your changes being lost when you install the plugin again (installing CB won't lose your changes to plugin files). At any rate the CSS file for that plugin is found below.

components/com_comprofiler/plugin/user/plug_cbajaxtextfield/cb.ajaxtextfield.css


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.

10 years 1 month ago #249801 by zingerdigital
Replied by zingerdigital on topic Custom AJAX Text Field Bubbles
if I reference the css classes from the ajax css file in my template.css, then the class in my template.css with override the ajax css file. is that right?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
10 years 1 month ago #249850 by krileon
Replied by krileon on topic Custom AJAX Text Field Bubbles
You'll need to ensure your selector is strong enough to override the existing selector. Example of how to do this.

Existing:
.ClassToOverride

New:
.ParentClass .ClassToOverride

Notice the new begins styling from its parent, which makes the selector stronger.


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.

Moderators: beatnantkrileon
Powered by Kunena Forum