-
AuthorPosts
-
October 29, 2010 at 6:41 pm #155857
Hi,
When I try to insert a banner in the User1 position in JA Social, it picks up the white background with curved corners.
Please could you help explain how to remove the white and also the curved corners so that just the banner displays.
Many thanks
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
October 29, 2010 at 6:50 pm #361060Add this at end of template.css file:::
#ja-container .moduletableclean{background:none;-moz-border-radius:0 0 0 0;-moz-box-shadow:0 0 0 0;}
and then, use clean as module class suffix for specific module
November 2, 2010 at 10:07 am #361385<em>@aman204 201174 wrote:</em><blockquote>Add this at end of template.css file:::
#ja-container .moduletableclean{background:none;-moz-border-radius:0 0 0 0;-moz-box-shadow:0 0 0 0;}
and then, use clean as module class suffix for specific module</blockquote>
Hi,
This did not work for me. I spent a long time reading up on module suffixes just to be sure. Please could you give a bit more detail in applying the module suffix – do we do it in the back-end typing in the word ‘clean’ preceded by <space> ? I think there is a step missing somewhere…
Thanks
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
November 2, 2010 at 11:14 am #361404Hi,
The attached indicates where to enter the suffix, replace color, in this case with clean.
-
1 user says Thank You to SP Media for this useful post
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 3, 2010 at 7:06 am #361483Hi richardt1808,
Is it solved now for you 🙂
November 3, 2010 at 9:07 am #361503Hi,
There was some very good follow-up in another thread which points out that there is an issue with JA. Basically it appears that banners in some positions cannot have styling removed because they are wrapped within the modules. Therefore, if you attempt to remove the style in those circumstances, it would remove the style for all other items.
I’ve decided to rather just manually insert my banners in actual articles for the moment and I’ll come back and look at this again later when the rest of the site is up and running.
Anyway, many thanks for your follow-up
Richard
micheltorres Friendmicheltorres
- Join date:
- March 2008
- Posts:
- 171
- Downloads:
- 4
- Uploads:
- 25
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
November 8, 2010 at 2:31 am #361878Hello Aman204,
Your suggestion almost solve my problem, but some undesirable elements remains on screen.
My banner is in left and right position. Some borders remains and a better alignment would be nice.Can you help me? Please take a look on image below.
Thank you
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 9, 2010 at 10:33 am #362083<em>@micheltorres 202301 wrote:</em><blockquote>Hello Aman204,
Your suggestion almost solve my problem, but some undesirable elements remains on screen.
My banner is in left and right position. Some borders remains and a better alignment would be nice.Can you help me? Please take a look on image below.
Thank you</blockquote>
Hi micheltorres,
This property seems to be missing as suggested in my post::
-moz-box-shadow:0 0 0 0;
For alignment, You can even add this property to above css attribute and adjust value accordingly:::
margin:5px 0;
1 user says Thank You to aman204 for this useful post
micheltorres Friendmicheltorres
- Join date:
- March 2008
- Posts:
- 171
- Downloads:
- 4
- Uploads:
- 25
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
November 9, 2010 at 10:55 am #362087Hi Aman,
I see, but I forgot to say that site crashs when I include “margin:5px 0;”. My CSS is:
#ja-container .moduletableclean{background:none;-moz-border-radius:0 0 0 0;-moz-box-shadow:0 0 0 0;}
I was already using “-moz-box-shadow:0 0 0 0”, but shadow remains on screen.
In fact, when I try to modify various parameters in CSS, site crashes.
Any other idea?
Thank you
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 9, 2010 at 11:17 am #362090Hi micheltorres,
Can you provide link to your site to take closer look
micheltorres Friendmicheltorres
- Join date:
- March 2008
- Posts:
- 171
- Downloads:
- 4
- Uploads:
- 25
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
November 9, 2010 at 5:57 pm #362138http://www.portalcafebrasil.com.br
The module is in left position. A flash button 180×150 (only module in that style)
Thank you
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 9, 2010 at 6:04 pm #362141<em>@micheltorres 202649 wrote:</em><blockquote>http://www.portalcafebrasil.com.br
The module is in left position. A flash button 180×150 (only module in that style)
Thank you</blockquote>
1) Regarding shadow, I can see it removed now. Please clear your browser cache
2) For padding, You can add this at end of template.css file ::
#ja-container .moduletableclean .ja-box-ct{padding-left:0 !important;}
1 user says Thank You to aman204 for this useful post
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
November 9, 2010 at 8:33 pm #362166I also can see no shadow on that position.
Looking at your site it seems you have adjusted the image size for the frontpage layout. You’ll need to adjust a few other bits off css to make that look good. Please turn off your css compression to make it easier to work out.
1 user says Thank You to Phill for this useful post
micheltorres Friendmicheltorres
- Join date:
- March 2008
- Posts:
- 171
- Downloads:
- 4
- Uploads:
- 25
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
November 11, 2010 at 7:24 pm #362504Hi Aman and Phill,
The problem occurs only in Safari.
I’ve cleaned my cache. :pThank you
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 12, 2010 at 6:37 pm #362641<em>@micheltorres 203090 wrote:</em><blockquote>Hi Aman and Phill,
The problem occurs only in Safari.
I’ve cleaned my cache. :pThank you</blockquote>
Hi,
Please check as specific module doesnt seem to be enabled
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 5 voices, and was last updated by aman204 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum