Flexheader3 Documentation: Module Parameters
This article describes the module parameters. The standard Module Parameters are located on the right side in the module: Edit View:
Lets discuss the settings:
Show Help information on frontpage
This setting displays helpful information on the frontpage. This feature is enabled by default after Flexheader3 Installation. Please turn it off after configuring Flexheader3.
The window contains the information about naming your pictures. Just read ne displayed filename and rename your header-image, so it can be loaded by Flexheader3.
This setting has 2 options:
- for endusers: A Small information window with information about path and filenames of the header images
- for developer: A large window with many informations, useful for debugging a developing
Location of image folder
Here you can decide where your header images are stored
- /images/: Use of the cental /images/folder if your webspace
- /templates/current-template: Store your images in your template folder
Normally you will use the central /images folder, because this folder is accessible via the joomla builtin media manager. If you use various templates on your site, it may be better to store the images inside the template folder to use separate images in every template.
Name of image folder
Lets store all header-images i a subfolder of the folder choosen above. If you need more than one module on your site, use this parameter to seperate the images, "header-images1", "header-images-left" for example.
Name of default image (without extension)
Flexheader3 needs at least one default image to be functional. It is used if not other image matches.
If you plan to use Flexheader3 but you dont want to configure it right now, no problem: Just enable the module, use the default settings and upload only the one default image. So you have an header-image on your site and you can upload the specific images later.
Filetype of image
Here you can choose the filetype of your image. Just select one from the list. Flexheader3 will not use images that dont match the Filetype extension.
The Filetype is case sensitive!
Height & Width
This setting is used to set the dimensions of the module. It is used in IMG, DIV and FLash Mode.
Please make sure your images have the same dimensions as declared here, because if the dimensions differs, your browser have to resize the images (in IMG Mode). Browser builtin resizing methods are fast, but creates ugly result. In DIV Mode your image is displayed in his own size.
Indictaion of Dimensions
In some special cases it is necessary to measure the size of the module in % instead of px. This is often used in DIV Mode on sites with variable width to repeat an image.
Do not use the % setting in IMG Mode, you will get ugly results. In DIV Mode your image will repeat if the module is larger than you image.



Comments
So for example:
category1-1.jpg
category1-2.jpg
category1-3.jpg
So that I could show any 1 of 3 images when users load category 1.
Thanks
Best regards Thomas
Nice plugin, I will use it with Jomsocial GROUPS and PROFILE pages.
I have been searching for a plugin like this for some time. I think you should list Jomsocial as one of the areas that work well with this plugin. As I said, I am using it for GROUPS, and I just alter the itemIDS as an external LINK, and wala - works like a charm for the GROUP pages.
Best regards,
I would like to turn the header the off on the category and article pages, please tell me how I can do this.
thanks
Can you please give me some guidelines or the code on how to use the load css file option and use the css code to hide the module on category and article pages?
For example: itemid5-id7.css
Place css code to hide the flexheader module into it.
For example:
If you have a div container in your template with id=header, the css-code could be:
div#header {
display: none
}
Because flexheader loads the css file only for this itemid-id combination, the module is shown on other places of your website. Play arround with the other filename possibilities, like categoryX.css and so on.
You need more than one css file to do this for various places on your website.
- The menu item is checked by default.
- Use Joomfish to choose an image or another.
Any solution?
It's not template issue because I tried it on 2 different templates.
I also try to change position but nothing ...
I'm using "Module Assignment" and there was my mistake.
I clean all my setting there and make it again and it's working now.
BTW Andre, Thank you for fast answers.
Ihr Modul macht den Headerbild-Tausch zum Kinderspiel ... fast! Ist es möglich swf und jpg (für verschiedene Seiten) zu kombinieren? Zum Beispiel auf der Start- und Leistungsbeschreibungsseite je ein swf und bei Kontakt und Impressum je ein jpg?
Vielen Dank
MfG
Vielen Dank
I am writing to inquire if there is any possibility of having flexheader3 look to a CDN for its images and or flash files.
For instance, I am using Amazon s3 and cloudfront to deliver any and all of my background images/static content I possible can, so as to optimize performance, speed , and decrease the load on my main host.
Is there any possible way to point flexheader3 to a URL other than my original host folders?
I will not implement this at the moment.
Also: deliverung local images is not performance intensive. You can also run a secound fast http server on port 81 on your local server to server static content.