live demo
Home arrow Support arrow Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Module insted of image on in Fold Template? (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Module insted of image on in Fold Template?
#1780
Module insted of image on in Fold Template? 3 Months, 2 Weeks ago Karma: 0  
Hello,

Is it possible to put a module position on the right side of the accordeon menu in the fold template instead of the picture?

I gusess it should be in this code?

Code:

<style type="text/css" media="screen"> #pleah {width:600px} .AccordionH {background-image: url(templates/jb_fold/images/bg_fold_vegie.gif);} </style>
Does somebody have a suggestion?
Remco Borsato (User)
Fresh Bamboo
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1789
Re:Module insted of image on in Fold Template? 3 Months, 2 Weeks ago Karma: 19  
Yep thats part of it ... just delete the reference to the background image and then you need put a module reference at the end of the reference to the accordion. So just before the closing .accordionh div tag.

You may need to put it in another div so you can control it a little. So something like this (Ive removed the brackets incase the forum strips it):
Code:

div class="extradiv" mosLoadModules ( 'user1',-2 ); /div
And then the css should look something like this:
Code:

.extradiv {position:absolute; top:250px; left:500px; }
You'll have to play around with the exact measirements but it should work for you. You may also need to apply a z-index number to position it above the background. Hope this helps
Anthony Olsen (Admin)
Admin
Posts: 1147
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#1796
Re:Module insted of image on in Fold Template? 3 Months, 2 Weeks ago Karma: 0  
Thankz Anthony!

I tried but so far without result.
The image is gone, but I cannot see the new module.
Do I need to give it a name "extradiv" as a module position?

Can you show me the example in code ?

I would like to load another page in that position with a flash gallery..

I hope to hear from you again!

Kind regards!

Remco
Remco Borsato (User)
Fresh Bamboo
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoard