Responsive Banner Slider
- Posted by doron (4) Offline
sorry we are totally don't understand each other....
I did't look for image slider. I was looking for module that will animate objects IN the banner.
i.e you're example - I did't knew that you'r module is just image slider and can't animate objects inside the banner.
I must say that this is not right because this is not animated banner!!! this is image slider and should be represent as image slider.
8 years 3 months ago #7
by doron
I did't look for image slider. I was looking for module that will animate objects IN the banner.
i.e you're example - I did't knew that you'r module is just image slider and can't animate objects inside the banner.
I must say that this is not right because this is not animated banner!!! this is image slider and should be represent as image slider.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi doronm,
Regarding animating object inside the banner, the module itself has built-in animation effect that is doing basic object-animation as you like in the demo site : demo.templateplazza.com/joomla/index.php...onsive-banner-slider
8 years 3 months ago #8
by TemplatePlazza
We've never promoted the module as a tool to animate object inside the banner. We even put the word slider in its name (Responsive Banner Slider)I must say that this is not right because this is not animated banner!!! this is image slider and should be represent as image slider.
Regarding animating object inside the banner, the module itself has built-in animation effect that is doing basic object-animation as you like in the demo site : demo.templateplazza.com/joomla/index.php...onsive-banner-slider
Please Log in or Create an account to join the conversation.
- Posted by Roman Hricišin (4) Offline
Hi, How i can applying demo style : demo.templateplazza.com/joomla/index.php...anner-slider-style-2
thnaks
8 years 3 months ago #9
by Roman Hricišin
thnaks
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi,
The steps are exactly like I have mentioned above :
www.templateplazza.com/forum/responsive-...slider-9#reply-10229
Additional steps you might need is to choose 'Sequence' for the Slider Type module settings
https://www.dropbox.com/s/9indss7zn4yucci/1menm.jpg?raw=1
8 years 3 months ago #10
by TemplatePlazza
The steps are exactly like I have mentioned above :
www.templateplazza.com/forum/responsive-...slider-9#reply-10229
Additional steps you might need is to choose 'Sequence' for the Slider Type module settings
https://www.dropbox.com/s/9indss7zn4yucci/1menm.jpg?raw=1
Please Log in or Create an account to join the conversation.
- Posted by Roman Hricišin (4) Offline
Hi i set Nivo Slider. I set height on mobile to 200px but I see banner none 200px .
8 years 2 months ago #11
by Roman Hricišin
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hmm it because the module is adjusting the image height in different devices (reponsive) and for your case, because the height is only 200px, the text is covering the whole image.
Could you try to add this code to your css file :
8 years 2 months ago #12
by TemplatePlazza
Could you try to add this code to your css file :
@media (max-width: 767px) {
.nivo-caption {
font-size:1em;line-height:100%;}
}
Please Log in or Create an account to join the conversation.