Quote:
Originally Posted by jstear
Line 9 is
HTML Code:
<link rel="stylesheet" href="{vb:var css_dir}/themes/{vb:var nivo_theme}/{vb:var nivo_theme}.css" type="text/css" media="screen" />
Are you sure that is the right line?
I know HTML and CSS3, but have no experience with VB templates before now. Thank you for the help and the great extension!
|
Hello,
You should edit the line below and change the condition which displays the slider as you prefer:
Code:
<vb:if condition="$page['ishomepage'] or $nivo_in_all_pages">
Thank you.