Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

I would like boxes around my Modules!

10 years 1 month ago
  • Gerardo's Avatar
    Topic Author
  • Gerardo
  • Offline
  • Fresh Boarder
  • Posts: 48
  • Thank you received: 0
Licenses:
JomSocial Expired Socialize Expired

How can I get boxes on my Modules like you have on the Socialize site? Thank you!

Attachment boxes_modules.JPG not found

Attachments:
10 years 1 month ago
Licenses:

Hi Gerardo,

For to do that first you must create new custom.css. (instruction: t3-framework.org/documentation/customization.html#custom-css )

and put this CSS rules into custom.css

#community-wrap .cSidebar .app-box, #community-tb-wrap .cSidebar .app-box {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  border: 1px solid #DDDDDD !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0);
  margin-bottom: 25px;
  padding: 15px;
}

#community-wrap .cSidebar .app-box > h3, #community-tb-wrap .cSidebar .app-box > h3 {
  background: none repeat scroll 0 0 #F1F1F1;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: -15px -15px 15px;
  padding: 10px 15px 9px !important;
}

#community-wrap .cSidebar .app-box-footer, #community-tb-wrap .cSidebar .app-box-footer {
  margin-right: 0;
}

If you can't do it. please provide me your FTP access detail at Site Info (by editing this Topic), i will do it for you.

Cheers,
Albert

10 years 1 month ago
  • Gerardo's Avatar
    Topic Author
  • Gerardo
  • Offline
  • Fresh Boarder
  • Posts: 48
  • Thank you received: 0
Licenses:
JomSocial Expired Socialize Expired

I have granted you FTP access to my account. All new modules I use will have this nice box from now on correct?

Please let me know when it's done.

10 years 1 month ago
  • Gerardo's Avatar
    Topic Author
  • Gerardo
  • Offline
  • Fresh Boarder
  • Posts: 48
  • Thank you received: 0
Licenses:
JomSocial Expired Socialize Expired

Still nothing. I gave you FTP access 4 days ago? :(

10 years 1 month ago
Licenses:

He Gerardo,

Sorry for delay, because I had long weekend until Monday. My apologize for make you waiting.
I already made the changes. here what I did:
1. at Template manage - Socialize - Custom code - after <head> I put

<link type="text/css" href="/templates/socialize/css/custom.css" rel="stylesheet" charset="utf-8">

2. and at custom CSS:
#community-wrap .cSidebar .app-box, #community-tb-wrap .cSidebar .app-box {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  border: 1px solid #DDDDDD !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0);
  margin-bottom: 25px;
  padding: 15px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
 
#community-wrap .cSidebar .app-box > h3, #community-tb-wrap .cSidebar .app-box > h3 {
  background: none repeat scroll 0 0 #F1F1F1;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: -15px -15px 15px;
  padding: 10px 15px 9px !important;
}

as long the modules container having 'app-box' class. it will have nice box.

Regards,
Albert

The following user(s) said Thank You: Gerardo
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW