Vivvo CMS Support Forum Home | Free Trial | Online Demo | Docs and Manuals | Order Now   

Go Back   Vivvo CMS Support Forums > Vivvo 4 > Product Suggestions

Product Suggestions Do you have any suggestion for this version? Please, share it here.

Reply
 
Thread Tools Display Modes
Old 10-05-2010, 04:01 PM   #11
liquidws
Senior Vivvo User
 
Join Date: May 2008
Posts: 369
Rep Power: 6
liquidws is on a distinguished road
Default

hope someone can help...

i attempted to make this slider work on vivvo 4.5. but it isnt working..

<vte:include file="{VIVVO_TEMPLATE_DIR}custom/home/slider-nivo.tpl" />

HTML Code:
<vte:template>
	
	<vte:header type="script" href="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" />
	<vte:header type="script" href="{VIVVO_THEME}slider-nivo/js/jquery.nivo.slider.pack.js" />
	<vte:header type="css" href="{VIVVO_THEME}slider-nivo/css/nivo-slider.css" />
	

<div id="slider">

	<img src="{VIVVO_THEME}slider-nivo/img/nature-photo1.png" alt="" />
	<a href="http://dev7studios.com"><img src="{VIVVO_THEME}slider-nivo/img/nature-photo2.png" alt="" title="#htmlcaption" /></a>
	<img src="{VIVVO_THEME}slider-nivo/img/nature-photo3.png" alt="" title="This is an example of a caption" />
	<img src="{VIVVO_THEME}slider-nivo/img/nature-photo4.png" alt="" />
	
</div>

<div id="htmlcaption" class="nivo-html-caption">
    <strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>.
</div>

<script type="text/javascript">
$(window).load(function() {
	$('#slider').nivoSlider();
});
</script>

</vte:template>
can anyone see what i am doing wrong
liquidws is offline   Reply With Quote
Old 10-07-2010, 06:17 AM   #12
noncasus
Senior Vivvo User
 
Join Date: Dec 2008
Posts: 422
Rep Power: 5
noncasus is on a distinguished road
Default

Don't forget jQuery's no conflict.
noncasus is offline   Reply With Quote
Old 10-07-2010, 10:31 PM   #13
liquidws
Senior Vivvo User
 
Join Date: May 2008
Posts: 369
Rep Power: 6
liquidws is on a distinguished road
Default

i had tried it like this.. is this the correct way?

HTML Code:
<vte:template>
	
	<vte:header type="script" href="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" />
	<vte:header type="script" href="{VIVVO_THEME}slider-nivo/js/jquery.nivo.slider.pack.js" />
	<vte:header type="css" href="{VIVVO_THEME}slider-nivo/css/nivo-slider.css" />
	

<div id="slider">

	<img src="{VIVVO_THEME}slider-nivo/img/nature-photo1.png" alt="" />
	<a href="http://dev7studios.com"><img src="{VIVVO_THEME}slider-nivo/img/nature-photo2.png" alt="" title="#htmlcaption" /></a>
	<img src="{VIVVO_THEME}slider-nivo/img/nature-photo3.png" alt="" title="This is an example of a caption" />
	<img src="{VIVVO_THEME}slider-nivo/img/nature-photo4.png" alt="" />
	
</div>

<div id="htmlcaption" class="nivo-html-caption">
    <strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>.
</div>

<script type="text/javascript">
jQuery.noConflict();
$(window).load(function() {
	$('#slider').nivoSlider();
});
</script>

</vte:template>
i also had tried it with j$ replacing the $

still not working. please help?? bobster65? micha? god? anyone?
liquidws is offline   Reply With Quote
Old 02-23-2011, 04:42 AM   #14
Nguyen
Guest
 
Posts: n/a
Default Nivo Slider

Hi, try to edit this javascript code follow:

<script type="text/javascript">
jQuery.noConflict();
jQuery(window).load(function() {
jQuery('#slider').nivoSlider();
});
</script>
  Reply With Quote
Old 09-24-2012, 02:52 PM   #15
tiger4501
New Vivvo User
 
Join Date: Sep 2012
Posts: 13
Rep Power: 0
tiger4501 is on a distinguished road
Default customise my box.tpl

Quote:
Originally Posted by liquidws View Post
@bobster65

totally understand that. i am swamped with projects. anyway, any chance of seeing a working version?
i would like to display at homepage in my box image its title link to article embeded youtube video
can you youhelp me to do that in my_box.tpl
tiger4501 is offline   Reply With Quote
Old 11-29-2012, 08:30 AM   #16
PTiCA
Vivvo User
 
Join Date: Apr 2009
Posts: 46
Rep Power: 0
PTiCA is on a distinguished road
Default

Use something in the prototype js

For example: http://www.protoshow.net/
PTiCA is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Order now:

Order your copy of Vivvo now and get:
bullet Six months free upgrades
bullet Free support
bullet Full source code
bullet Immediate download
bullet Starting at only $295.00
Order now

Support HelpDesk:

You can submit a trouble ticket in the support area at any time, using your client area email and password.

Vivvo CMS Resource Center:

The Vivvo CMS Resource Center is your window to a variety of resources that showcase Vivvo's features and technologies. So whether you're brand new to Vivvo or a seasoned user, you can find the information you need right here!

Latest Additions:

Contact us:

Business hours
Mon-Fri 9:00AM - 6:00PM GMT+1
(Europe)
Telephone Sales
381 11 311-50-20
Email inquiries
sales@vivvo.net
(Sales inquiries)
support@vivvo.net
(Support inquiries)

All times are GMT +1. The time now is 08:37 PM.
Contact Us - Vivvo Home - Archive - Privacy Statement - Top

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.