Interdesign Slider - Joomla Extension - Joomla! Forum - community, help and support


dear all,

i beginner joomla (only few days) urgently need initial version of project , still learning how use extensions.

i installed interdesigns slider banner manager extension, don't know how working? images saved in order appear?

in parameters there entry categories id don't know categories they.

regards,
rami henein.

you worked out long ago, thought i'd post due received ahmed @ interdesigns. excellent , thoroughly recommend use services should need him extra. started elance page after recommended on there in addition full time web job.

ahmedkandel.elance.com

excerpts emails sent:

after install module not have modify parameters default parameters optimum, if know ok.
about question, idslider not take images folder " no " instead works on images have been added joomla banners component " know it? " component native in joomla , can use create banners use idslider module select banners wish display using banners ids.


hi ahmed

i have created banner module
uploaded 3 images (910 x 250) images/banner folder
installed id slider , have played around copying , pasting exact code exists on left of screen right of screen. best can pasting in buttons html , buttons js

questions:

what’s difference between buttons vs handlers?
what doing wrong can see here? http://primalmovement.com.au/jcms/
how buttons show rather words?
how prevent url click through occurring? don’t want of images click through anywhere. clicks through blank page.

thanks mate!

brad


s
1- both used navigation through banners buttons used play, stop, next , , handlers used move specific banner number 1,2,3.
2- nothing wrong not have use buttons , handlers, use need.
3- modifying buttons html images of html buttons or want.
4- due old joomla behavior modify in next version.



1- can store images ever want , call them html :
html
<div>
<span id="play_button"><img src="path play image" /></span>
<span id="stop_button">stop</span>
<span id="prev_button">previous</span>
<span id="next_button">next</span>
</div>

2- if want change colors on mouse on use hover property in css.

3- black line, dimensions ok have margin property in css makes it:

.art-article img, img.art-article {
margin: 1em;
}

remove it.


hello brad,

you welcome, told css file have image margin issue affect lot of things. gap between ff , rw buttons. " way buttons not handlers, handlers 1, 2 ,3 " here fix :
replace buttons html , js in module parameters code:


html

<div style="position: absolute; bottom: 1px; left: 1px;">
<span id="prev_button"><img src="/jcms/images/stories/home/rw_button.gif" style="margin: 0" /></span>
<span id="next_button"><img src="/jcms/images/stories/home/ff_button.gif" style="margin: 0" /></span>
</div>
js



buttons: {
previous: $('prev_button'),
next: $('next_button')
},
button_event: 'click',


sorry wasn't edited. hope gets out of this.





Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい