[SOLVED] Is there a logo container option?

7 years 3 months ago - 7 years 3 months ago #289806 by cc0623
I removed the logo container previously by deleting code. But every time I update I have to go back in and delete the code. Could we get an option to not have a logo container?
Attachments:

Please Log in to join the conversation.

7 years 3 months ago #289820 by krileon
Replied by krileon on topic Is there a logo container option?
You either need to edit the template files or override the CSS to remove them. There is a no logo container option, but it of course requires there to be no logo in the HTML. If you keep losing your changes on update it means you're incorrectly modifying core files.

For template files make a copy of the default folder found below, rename it, then delete any files in your copy that you don't intend to edit, make your changes, then select your template within GJ > Configuration.

/components/com_comprofiler/plugin/user/plug_cbgroupjive/templates/default

To do this with CSS just use a CSS override as follows. This should remove it from the canvas boxes on all groups, all categories, and category group outputs. Right click and inspect the container on other pages to see its CSS classes.

.gjGroupsGroup .gjCanvasBoxPhoto,
.gjCategoriesCategory .gjCanvasBoxPhoto,
.gjCategoryGroup .gjCanvasBoxPhoto {
	display: none;
}

See the below regarding CSS overrides.

www.joomlapolis.com/blog/kyle/18711-template-css-overrides-made-easy


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.

7 years 3 months ago #289845 by cc0623
Replied by cc0623 on topic Is there a logo container option?
I opted for the CSS override option. Followed instructions and pasted in the code you supplied and saved, I also cleared my cache on my computer and in Joomla but it did not work. The logo containers are still there.

Please Log in to join the conversation.

7 years 3 months ago #289846 by krileon
Replied by krileon on topic Is there a logo container option?
It only removes them for the 3 views I noted. What view are you wanting it removed on? The alternative is of course to modify the template files in your own override template for GJ. You can find GJs template files below.

/components/com_comprofiler/plugin/user/plug_cbgroupjive/templates/default


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.

7 years 3 months ago - 7 years 3 months ago #289860 by cc0623
Replied by cc0623 on topic Is there a logo container option?
I want the Logo Container to be removed from these views (see attached images)


SOLVED! This code did the trick in Community Builder>Plugin Management> Default (Template) >CSS overides.
.gjGroupsGroup .gjCanvasBoxPhoto,
.gjCategoriesCategory .gjCanvasBoxPhoto,
.gjCategoryGroup .gjCanvasBoxPhoto,
.gjTabGroup .gjCanvasBoxPhoto,
.gjGroup .gjCanvasPhoto {
display: none;
}
Attachments:

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.194 seconds

Facebook Twitter LinkedIn