It's a flash video inserted into the showcase position, then the rest of the template elements are arranged and styled to let it show through. This uses the Gantry framework, so just check out the code for the site in Firebug or a web inspector to see how they do it, that's what I did.
The difficult we do immediately, the impossible takes a little longer.
What are you trying to do exactly? The original post in this thread requires some custom development that we can't provide an answer with here. What you are trying to do may differ from that so please be more specific about your issue.
The difficult we do immediately, the impossible takes a little longer.
I'm trying to get an swf file to show up in showcase a on omnicron. I have tried various methods, but nothing seems to work. My most recent try is using the normal call for jwplayer (working elsewhere) located in a custom module set for showcase a:
Here is the same call, but in an article vs the showcase and it works fine:
plantmesh.com
- My website URL is:
plantmesh.com
- My Joomla version number is Joomla! 1.5.20 Stable [ senu takaa ] 18-July-2010 18:00 GMT
- My Rockettheme template version number is: Omnicron 1.5.1
Hi, the issue is that Joomla can only load plugin syntax into articles by default, your plugin code doesn't work in a module. You need to an extension to add that functionality into Joomla, like this one for example:
extensions.joomla.org/extensions/core-en...embed-a-include/6713
I would search for others as well to see if there is one better for what you are doing. Hope that helps.
The difficult we do immediately, the impossible takes a little longer.
I tried several different ways to make it appear behind the menu and at the top, but I get vertical movement on the other components. I don't have enough knowledge to know how to make it look like
www.contrastdesign.co.uk/
. Can you steer me in the right direction to try some things? I looked carefully at the source behind the page, but got lost quickly.
There isn't really an easy answer, that is a completely custom design. To do this, you'll need to edit the index.php file considerably and add a fair amount of CSS for positioning and z-index. Basically, the showcase position would need to have all the header and menu divs inside of it, instead of being separated, as they are in the Omnicron template. Depending on your html knowledge this could be tricky. This is a bit more than we can provide support with. As I said before, take a look at the source code on their page to get an idea of the page structure and start hacking up your files if you feel adventurous.
The difficult we do immediately, the impossible takes a little longer.