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] CB GALLERY

  • jbukowski
  • jbukowski
  • OFFLINE
  • Posts: 18
  • Thanks: 1
  • Karma: 0
9 years 2 months ago - 9 years 2 months ago #269816 by jbukowski
[SOLVED] CB GALLERY was created by jbukowski
I still can not get rid of the bottom of the gallery i just want it to show the image with no border and no bottom how do i get rid of this so i have a full clean thumbnail there please help me here
Attachments:
Last edit: 9 years 2 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48472
  • Thanks: 8280
  • Karma: 1443
9 years 2 months ago #269826 by krileon
Replied by krileon on topic CB GALLERY
If you've removed the bottom container div you need to modify the top container div to expand the full height of the container box. This can be done with the below template edit or using CSS.

IN: components/com_comprofiler/plugin/user/plug_cbgallery/templates/default/photos.php
ON: Line 182
FROM:
Code:
'<div class="galleryContainerTop" style="height: ' . ( $width - 40 ) . 'px;">'
TO:
Code:
'<div class="galleryContainerTop" style="height: ' . $width . 'px;">'

I've plans to redesign those boxes to purely be the image in a later release though. So in a later release you won't need to make any changes. Added this note to the below ticket to note that the change is coming.

forge.joomlapolis.com/issues/5143


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.
The following user(s) said Thank You: jbukowski

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

  • jbukowski
  • jbukowski
  • OFFLINE
  • Posts: 18
  • Thanks: 1
  • Karma: 0
9 years 2 months ago #269827 by jbukowski
Replied by jbukowski on topic CB GALLERY
Thanks that worked perfectly !!!
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