IE6 PNG Fix
What is the PNGfix?
If you have ever opened a webpage with a transparent PNG in Internet Explorer 6, you will see an obvious problem. The images do not appear transparent but adopts a light blue background. which is unsightly to say the least. This is the purpose of the PNGfix, to allow transparent PNG images to work correctly in the web browser Internet Explorer 6. A common way around this is to use a range of different Joomla! extensions which can be applied to your site. However, this is already built in to new RocketTheme templates (the fix already provides other solutions to various other IE6 issues). The author is this new PNGfix is Drew Diller.Below is a list of all the Rocket Theme Templates which have the PNGfix described above, incorporated into it. Also, all new templates releases will contain this as it has become an recurrent feature.
- Akiraka
- Mixxmag
How do I use the PNGfix?
To apply the PNGfix to a particular image, all you need to do is add a class, png. We have an example of image HTML code below:-<img src="image.jpg" alt="Image" />
Now add class="png" to the code such as:-
<img src="image.jpg" alt="Image" class="png" />
Uninstall all other PNGfixes before using the template version, that includes plugins you may have installed into Joomla as it will conflict with the template fix
How to remove the PNGfix
If you wish to remove the PNGfix from the template, you have to remove the file and remove the reference from the rt_head_includes.php file. The file is called DD_belatedPNG.js and is located in the /templates/rt_akiraka_j15/js directory. You would then remove the following from the rt_head_includes.php file:-<script src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/js/DD_belatedPNG.js"></script>
<script>
DD_belatedPNG.fix('.png');
</script>
- Color Chooser
- RokCandy
- Ajax Search
- RokTabs
The return of the Color Chooser is upon us, but in a revolutionary, administrator only form. The Color Chooser is an ideal feature to help web developers quickly, and easily change and test the colour scheme of their sites. Akirka has been constructed to be fully transparent and all the colours are generated by the Color Chooser, comfortable situated in the Template Manager parameters for the template.
The all new plugin from RocketTheme which allows you to implement typography easily, without fear of the WYSIWYG editor ruining your formatting and allows you, and/or your clients to add them to your content with ease. This is through a method similar to BBcode in a modern. WYSIWYG friendly syntax can be used, or even custom custom configured that will transform a set snippet to the correct HTML when it is parsed by Joomla.
RokAjaxSearch brings fantastic search functionality to Joomla, using the powerful and versatile javascript library, Mootools.
So, what does the module do? The best description is an example, simple type test in the search box in the upper right of Akiraka and wait ... and a popup shall materialise, showcasing the Joomla search results for you.
RokTabs, the fully independent and incredible flexible standalone version of the former RokSlide. The module itself is installable into Joomla! and can be easier utilised on any template, not just Akiraka. As the name implies, it is a tabbed based module used to efficiently showcase your content to your visitors.