J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Module Position (1 viewing) 
Go to bottom
TOPIC: Module Position
#3483
Alan Doyle
Fresh Boarder
Posts: 5
User Offline
Module Position Karma: 0  
Hi,

Rather than having Screen Reader as a floating toolbar, I would like to have it in a fixed module position.

Is that possible?

Thanks
 
Logged Logged  
  The administrator has disabled public write access.
#3485
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Module Position Karma: 79  
Hi Alan,

although the screen reader is a plugin and not a Joomla module, you can do this using the relative positionment and target (see screenshot)

You can choose the HTML element in your page/template where you want to append the Screen Reader bar and choose 'Relative to the target' as a positionment type.

Best regards
 
Logged Logged  
  The administrator has disabled public write access.
#3486
Alan Doyle
Fresh Boarder
Posts: 5
User Offline
Re:Module Position Karma: 0  
Hi John,

Thanks for the quick reply, could you help me with syntax, the position in my template is <div id="header-row"> so not sure what goes in the Target element selector box

Thanks

Alan
 
Logged Logged  
  The administrator has disabled public write access.
#3488
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Module Position Karma: 79  
Hi Alan,

in that case you should add this selector:

#header-row

John
 
Logged Logged  
  The administrator has disabled public write access.
#3492
Alan Doyle
Fresh Boarder
Posts: 5
User Offline
Re:Module Position Karma: 0  
Hi John,

I cannot get it to appear in any position on the template, tried a number of different options.

If I set it to scroll with page it appears OK but it breaks the background colour on the template.

I tried another position such as <div class="moduletable pull-right"> and for that i tried selector as moduletable pull-right and #moduletable pull-right but it did not appear and also broke the background colour

Regards

Alan
 
Logged Logged  
  The administrator has disabled public write access.
#3493
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Module Position Karma: 79  
Hi Alan,

the correct selector would be like this:

div.moduletable.pull-right

John
 
Logged Logged  
  The administrator has disabled public write access.
Go to top