-
AuthorPosts
-
swtinning Friend
swtinning
- Join date:
- July 2010
- Posts:
- 56
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 10 times in 1 posts
August 21, 2012 at 8:02 am #180093Hi – Tried solving this by a lot of forum reading etc but still confused.
I want to un-style a module. JA Zeolite it works with ‘_blank’.
How do I use with JA Portfolio or any other template…sorry I should know this stuff:-[Any help would be great.
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
August 21, 2012 at 6:13 pm #464882<em>@swtinning 335251 wrote:</em><blockquote>I want to un-style a module. </blockquote>
Do you mean restyle a module? If you un-style it, it would have no css so not show! 😉
Find the css for the module, copy it and append the _blank, style it how you want and then use the module suffix.
Does that help?
1 user says Thank You to swissa for this useful post
swtinning Friendswtinning
- Join date:
- July 2010
- Posts:
- 56
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 10 times in 1 posts
August 22, 2012 at 9:20 am #464948I basically want a transparent module without padding so that I can use png’s in a custom html module.
I’m going to compare both of the templates and maybe copy and paste the css:)Thanks for your input.
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
August 22, 2012 at 9:44 am #464956<em>@swtinning 335403 wrote:</em><blockquote>I basically want a transparent module without padding so that I can use png’s in a custom html module.
I’m going to compare both of the templates and maybe copy and paste the css:)Thanks for your input.</blockquote>
I know I haven’t that much experience but I find the easiest way to do this is to publish the module and then style it how I want it using Chrome Developer Tools, copy the code and make a new css class (for the suffix). Maybe that’s the wrong way but I find it quicker than trawling through comparing all the code! 🙂
Best of luck with it!
swtinning Friendswtinning
- Join date:
- July 2010
- Posts:
- 56
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 10 times in 1 posts
August 22, 2012 at 10:42 am #464974Hey, thanks again. Check out this for module styling http://www.joomlack.fr/en/joomla-extensions/beautiful-ck
Can’t believe it’s free!!:)1 user says Thank You to swtinning for this useful post
swtinning Friendswtinning
- Join date:
- July 2010
- Posts:
- 56
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 10 times in 1 posts
August 22, 2012 at 11:15 am #464979I’ve compared the 2 template.css and still not sure what I’m doing:((
Can I ask for further assistance from you?Thanks
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
August 22, 2012 at 11:31 am #464981<em>@swtinning 335436 wrote:</em><blockquote>I’ve compared the 2 template.css and still not sure what I’m doing:((
Can I ask for further assistance from you?Thanks</blockquote>
Bear in mind I’m not JA etc but of course. No guarantee I can help though! 😉
swtinning Friendswtinning
- Join date:
- July 2010
- Posts:
- 56
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 10 times in 1 posts
August 22, 2012 at 11:36 am #464983Great. Shall I send you the 2 css files or links to 2 websites (one with the module style I want and the other the site with the module I’m trying to change). A big thanks!
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
August 22, 2012 at 11:55 am #464984Links are better.
swtinning Friendswtinning
- Join date:
- July 2010
- Posts:
- 56
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 10 times in 1 posts
August 22, 2012 at 12:06 pm #464985Can I PM you with links for privacy? Thanks.
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
August 22, 2012 at 2:04 pm #464995<em>@swtinning 335444 wrote:</em><blockquote>Can I PM you with links for privacy? Thanks.</blockquote>I already sent you one!!
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
August 22, 2012 at 6:17 pm #465016So back from the lake bar…….. :p
If you can add the following code – all is new. Do backups of the original files before you add this code please.
/templates/ja_portfolio/core/themes/blue-color/css/color.css around line 66 so that we keep code together
div.moduletable_swissa {background: transparent;}
Then we need to go to /templates/ja_portfolio/css/template.css circa line 319 to add new code
div.ja-moduletable_swissa, div.moduletable_swissa {border: none;}
and finally at the end of css3.css
#ja-containerdiv.ja-moduletable_swissa, #ja-container div.moduletable_swissa{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}Please let me know if this works and is what you wanted!
swtinning Friendswtinning
- Join date:
- July 2010
- Posts:
- 56
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 10 times in 1 posts
August 23, 2012 at 8:49 am #465095Cheers Mate. I’ll give a a whirl now and let you know. Very excited!!
swtinning Friendswtinning
- Join date:
- July 2010
- Posts:
- 56
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 10 times in 1 posts
August 23, 2012 at 9:17 am #465100You are the man! Awesome…thanks tried it on my beta site…works like a charm. Will update my live site tonight.
Wish I could buy you a beer or 10! Don’t know how you figured it out…I wouldn’t of had a chance:confused:
Big thanks for _swissa. In your honour it’s going to remain my new suffix class.All the very best. Simon
1 user says Thank You to swtinning for this useful post
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
August 23, 2012 at 9:30 am #465104<em>@swtinning 335587 wrote:</em><blockquote>You are the man! Awesome…thanks tried it on my beta site…works like a charm. Will update my live site tonight.
Wish I could buy you a beer or 10! Don’t know how you figured it out…I wouldn’t of had a chance:confused:
Big thanks for _swissa. In your honour it’s going to remain my new suffix class.All the very best. Simon</blockquote>
You are very welcome and I’m VERY impressed that you work on a beta site to do your testing – not the live site! Cool. 😎
🙂
-
AuthorPosts
This topic contains 16 replies, has 2 voices, and was last updated by swtinning 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum