-
AuthorPosts
-
December 9, 2010 at 1:05 am #157238
Dear all!
In JA Slideshow2, how can I configure the module to show images to fill completely the module, and also fit the links shown at left/right?I want a full width size image to the left and the links shown by default to the bottom, to the right.
I have done a lot of tests and the image appears cutted.
My link is http://www.cifpjuanherrera.es/pruebas/ a default install of the pyro template.Thanks.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 9, 2010 at 2:15 am #365878Sorry, If possible provide me a screenshot and draw rough shapes to show me the required positions of Main Images and links, the way you want.
I might be able to help you out thenThanks
December 10, 2010 at 6:38 pm #366197Hello tienhc!!
I think something like this:
Active links to the right, and to left a full width image with text inside.
Here the detailed view:
Or better yet
Can I add a custom module in that position (top) with Flash content within?. I would make a swf and I would put it there if its possible.I’ll leave the link to the site model if you want to see.
http://www.cifpjuanherrera.es/pyro/Thanks for your time.
Best regardsNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 11, 2010 at 8:41 am #366288Dear ferchicop,
I understand your idea, but unfortunately slideshow2 does not support those features.
You should post the requirement on joomlancers.com, you might get good freelancer for custom work.
December 11, 2010 at 6:02 pm #366342Hello hungdn!
I understand, but only one thing, I created a wrapper module with a test swf inside on the top position (replacing JA Slideshow2). It shows me correctly but it covers above megamenu.
How can I pass to background the flash wrapper module not to hide megamenu?
If you want to take a look I leave the link here:
http://www.cifpjuanherrera.es/pyro/Thank you for your interest.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 13, 2010 at 7:50 am #366504Hello
[PHP]
<script language=”javascript” type=”text/javascript”>
function iFrameHeight() {
var h = 0;
if ( !document.all ) {
h = document.getElementById(‘blockrandom’).contentDocument.height;
document.getElementById(‘blockrandom’).style.height = h + 60 + ‘px’;
} else if( document.all ) {
h = document.frames(‘blockrandom’).document.body.scrollHeight;
document.all.blockrandom.style.height = h + 20 + ‘px’;
}
}
</script><iframe onload=”iFrameHeight()” id=”blockrandom”
name=””
src=”http://www.cifpjuanherrera.es/pruebas/flash/intro.swf”
width=”100%”
height=”200″
scrolling=”auto”
align=”top”
frameborder=”0″
class=”wrapper”>
No Iframes</iframe>
[/PHP]i found above codes in the flash module . you made them wrong
you can replace by:
[PHP]
<object width=”940″ height=”200″>
<param name=”movie” value=”http://www.cifpjuanherrera.es/pruebas/flash/intro.swf”>
<embed src=”http://www.cifpjuanherrera.es/pruebas/flash/intro.swf” wmode=”transparent” width=”940″ height=”200″>
</embed>
<param name=”wmode” value=”transparent”/>
</object>
[/PHP] -
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by ferchicop 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum