-
AuthorPosts
-
ncarter Friend
ncarter
- Join date:
- July 2012
- Posts:
- 72
- Downloads:
- 2
- Uploads:
- 7
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
November 13, 2012 at 4:08 am #182188For the love of God, can’t I get a joomla module like this http://wonderwall.msn.com/ for ja wall???
Man…I have been checking for days now, why the hell is this so hard to find. I need the footer scrolling module like the one on wonderwall.
Please someone point me in the right direction since im sure there is something like that somewhere out there.arucardx Friendarucardx
- Join date:
- July 2010
- Posts:
- 346
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 21
- Thanked:
- 138 times in 104 posts
November 13, 2012 at 5:19 am #472731Pretty sure there’s no module that does that at the moment… even if there is, it’s not responsive.
internetix Friendinternetix
- Join date:
- January 2012
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 4 times in 1 posts
November 16, 2012 at 6:22 am #473087You can achieve what you want by some coding and a custom module position in your template:
1. Add a custom <div> in your template’s index.php file
2. Load a custom module position inside that <div> with following code
[PHP]<jdoc:include type=”modules” name=”your_position_name_here” />[/PHP]3. Add the same module position in your template’s file “templateDetails.xml”
4. Go to your joomla admin and publish your scroller module in the custom position just created.
5. You have to style your <div> created at step #1 above by css to achieve the look you want (width 100%, position fixed to bottom and so forth).
PS: You can find a lot of scroller modules out there that you can publish into this position. For example see Gavick’s highlighter http://www.gavick.com/highlighter-gk4.html
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
November 19, 2012 at 8:10 pm #473499wow that’s very cool the wonderwall of msn – almost as cool and crisp as the Ja Wall – I especially love the advertisement that pops down briefly – and I mean briefly!:)
How could this be achieved on Ja Wall?
ncarter Friendncarter
- Join date:
- July 2012
- Posts:
- 72
- Downloads:
- 2
- Uploads:
- 7
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
November 20, 2012 at 10:16 pm #473691got it to work now…check this out http://www.weonlinemall.com
will add some more movement to the text later.seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
November 21, 2012 at 10:09 am #473763Nice Nick!
What was the final coding you sued to achieve this?
November 22, 2012 at 7:42 pm #473958Hello ncarter,
Can you share with as your mod in code?
TnxHeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
November 23, 2012 at 10:08 am #474014Hi Guys,
Open file index.php in JA Wall template, go to line 248, there is line of code: <jdoc:include type=”modules” name=”debug” /> and add following code to underneath it:
<div id=”footer” style=”display: block; bottom: -1px; position: fixed;”>
<jdoc:include type=”modules” name=”footer” />
</div>
Then go back to backend and add module to footer position .
That is only simple example for your purpose. Hope that can help you.Regards,
November 25, 2012 at 9:30 pm #474173Tnx HeR0.
It’s useful for me.
-
AuthorPosts
This topic contains 9 replies, has 6 voices, and was last updated by daniel_ianc 11 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum