Background Module


Author Message
Tony

Posted: 6/18/2015
Quote message 

Hi,

I'm trying to set a different background image for each page of my Joomla site using any number of available plugins designed to do so from the Joomla Extensions Directory.

The problem is all of them require me to select a position for the module in my Artisteer template to display the images as a background (position-1, position-2 etc.) and I can't find any reference as to which position the template uses (it's not listed in the Joomla positions... http://www.artisteer.com/?p=help_joomla)

Can anyone tell me how I should go about positioning a module to display as a background in a Joomla template?
 
IWOXX

Posted: 9/28/2015
Quote message 

Hi,
if you use somthing like "HD-Background Selector" (as I do), you can set the position to "position-12(banner3)" for example. If you want to use another, drop down inside the module and scroll through your enabled template positions on the right side. After setting all values inside the module of type "HD-Background Selector" it will display, if the Artisteer background is transparent. Normale this is not possible to set via GUI. To change this, you'll have to set the CSS options on export into the Joomla template: I found written the following will help you...

#art-main
{
background: transparent;
}

It took me hours to find out that " special" thing. But it works for me! All other settings of section #art-main remain unchanged. I checked the code.

Good luck!