Skip to Content Skip to Menu

[SOLVED] Gallery

  • krileon
  • krileon
  • ONLINE
  • Posts: 48424
  • Thanks: 8274
  • Karma: 1443
2 years 1 month ago #330650 by krileon
Replied by krileon on topic Gallery
Check your profile privacy settings if you're using CB Privacy and have the profile privacy field enabled. Also check privacy settings for the gallery tab if enabled on that tab. Basically if a public user can't access that users profile and can't see their gallery tab then they won't be able to see the gallery entries in that module either as it respects access restrictions.


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.

2 years 1 month ago #330668 by karloshull
Replied by karloshull on topic Gallery
Thank you - fixed the problem

Another problem, the thumbnails are too small and i cant make them bigger.

See screen shots 

Cheers
Karl

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48424
  • Thanks: 8274
  • Karma: 1443
2 years 1 month ago #330669 by krileon
Replied by krileon on topic Gallery
The display is entirely template and CSS driven. If you want them larger you'll need to write CSS to make them larger.


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.

2 years 1 month ago #330677 by karloshull
Replied by karloshull on topic Gallery
Hi

I have found this css code im assumming its for the thumbnail videos. but when I change the size on this code, it doesn't do anything.


.cb_template .cbImgPictInitial {
width: 160px;
height: auto;
}

.cb_template .cbImgPictInitial.img-thumbnail {
width: 170px;
}

.cb_template .cbImgPictInitial.cbThumbPict {
width: 80px;
}

.cb_template .cbImgPictInitial.cbThumbPict.img-thumbnail {
width: 90px;
}

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48424
  • Thanks: 8274
  • Karma: 1443
2 years 1 month ago #330679 by krileon
Replied by krileon on topic Gallery
That's for avatars in modal windows and doesn't have anything to do with the gallery size itself. The gallery size itself is entirely controlled by flexbox. Right click and inspect element on a media container and review the div with galleryContainer class as that's the class you'll need to style. You'll need to adjust the flex-basis and max-width with your own custom CSS to change the size. It already has 3 responsive levels of styling built in except for modules which only have 1 (50% width).


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.

2 years 1 month ago #330699 by karloshull
Replied by karloshull on topic Gallery
Ok I have make them  bigger by changing the joomla template.

How can I change the black border to white? 

And is it possible to add the video title? The title only comes up when you hover the mouse over it.  

Cheers
Karl

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

Moderators: beatnantkrileon
Powered by Kunena Forum