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] GroupJive loses tabs on group profile

  • kdave321
  • kdave321
  • OFFLINE
  • Posts: 189
  • Thanks: 24
  • Karma: 1
8 years 8 months ago #278443 by kdave321
Replied by kdave321 on topic GroupJive loses tabs on group profile
OK, well at least it works now. I removed the border:0 line in textarea of
components/com_comprofiler/plugin/user/plug_cbgroupjive/plugins/cbgroupjivewall/templates/default/
so I can see the box around textarea.

P.S. clicking on a photo in the Photo tab area still shows only the thumbnail in the pop-up.

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

  • kdave321
  • kdave321
  • OFFLINE
  • Posts: 189
  • Thanks: 24
  • Karma: 1
8 years 8 months ago #278455 by kdave321
Replied by kdave321 on topic GroupJive loses tabs on group profile
Nevermind on the photo pop-up. No idea why the class was set to 120px-120px. I just added to my template.css:

.cbFullPict {
width: 100%;
height: 100%;
}

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
8 years 8 months ago #278543 by krileon
Replied by krileon on topic GroupJive loses tabs on group profile
I again don't know what to suggest. You've style conflicts and I've no way to reviewing them without a link to the issue. I suppose as long as your changes work then it's fine, but something is conflicting.


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.

  • kdave321
  • kdave321
  • OFFLINE
  • Posts: 189
  • Thanks: 24
  • Karma: 1
8 years 8 months ago #278553 by kdave321
Replied by kdave321 on topic GroupJive loses tabs on group profile
OK, I didn't realize the pop-up images were using the same classes as the profile avatar. I had shrunk the size of the avatar to look better. So for anyone else searching on this, I had to qualify the classes like this:

.cbPosCanvasPhoto .cbImgPict.cbFullPict {
width: 120px;
height: 120px;
}
.galleryImage.text-center .cbImgPict.cbFullPict {
width: 100%;
height: 100%;
}
.gjGroupPhotoImage.text-center .cbImgPict.cbFullPict {
width: 100%;
height: 100%;
}

yes, still learning CSS...
The following user(s) said Thank You: krileon

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

Moderators: beatnantkrileon
Powered by Kunena Forum