Re: All Business template Support Thread
Hi Anne,
Thanks for your fast response. Can you please advise about how I can get my images to appear in the slider? I appear to be doing everything correct per your instructions.
I did notice in stylesheet there's no mention of slide1.jpg only slide2.jpg? This may not mean anything but I only have an image in slide1.jpg.
Lynn
http://www.marketcafe-online.com
Re: All Business template Support Thread
hi perhaps i can try and help as I have got them working great
go to includes/templates/all business/images rename all you pics as slide1 slide2 and put them in there
than go to your define main page and change define(URL1,'http://www.change this to the correct link.com');
or in other words
define(URL1,'http://www.------- ');
define(URL2,'http://www.------- ');
etc
don't leave out the ');
then it should all work fine ..well it has for me my site is working great now except for 2 aspects
Re: All Business template Support Thread
have had a quick peek at your site and see that it's gone pear shaped
dunno if this will work but here is the code again
<?php
define(IMAGE1,'slide1.jpg');// default width 740px height 430px /
define(IMAGE2,'slide2.jpg');
define(IMAGE3,'slide3.jpg');
define(IMAGE4,'slide4.jpg');
define(IMAGE5,'slide5.jpg');
define(URL1,'http://www.');
define(URL2,'http://www.');
define(URL3,'http://www.');
define(URL4,'http://www.');
define(URL5,'http://www.');
?>
<script type="text/javascript" src="includes/templates/all_business/jscript/jscript_easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true
});
});
</script>
<div id="slider">
<ul>
<li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>
<li><a href="<?php echo URL2 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>" alt="second slide image" /></a></li>
<li><a href="<?php echo URL3 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>" alt="third slide image" /></a></li>
<li><a href="<?php echo URL4 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>" alt="fourth slide image" /></a></li>
<li><a href="<?php echo URL5 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>" alt="fifth slide image" /></a></li>
</ul>
</div>
here is my site and can see it's working well ...just need to make better pics that's all
www.atsworld.co.uk
Re: All Business template Support Thread
just thought you could always upload and overwrite the files again to get it working ..I've done that before when I messed up
Re: All Business template Support Thread
Thanks so much for the effort. I renamed my images and uploaded them (both at 740 by 430px). Still no luck. Just a huge error message where the pictures should sit! I changed the permissions on the images. Frustrating... I'm not sure what I'm doing wrong.
Re: All Business template Support Thread
I have also figured out how to extend the now green navigation bar, per my request. I do this by changing 100% to 1200px for example. However I find that when I do this the navigation bar only extends to the right and doesn't extend to the left. Why is this and how can I make it work so that the navigation bar is the full width of the screen? I worked this out through firefox developers tool.
Much appreciated, Lynn
Re: All Business template Support Thread
Aha! So I've figured it out thanks much to my helper :D
Apparently when I make changes in the Tools-Define Pages Editor in Admin the changes I make create funky code in the actual file. Here's an excerpt:
?>
<script type="text/javascript" src="includes/templates/all_business/jscript/jscript_easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true
});
});
</script>
So when I restored the original code and made changes through the file in CPanel my images work! :clap:
Hopefully if anyone else has issues this will help. Lynn
http://www.marketcafe-online.com
Re: All Business template Support Thread
Quote:
Apparently when I make changes in the Tools-Define Pages Editor in Admin the changes I make create funky code in the actual file. Here's an excerpt:
?>
<script type="text/javascript" src="includes/templates/all_business/jscript/jscript_easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true
});
});
</script>
So when I restored the original code and made changes through the file in CPanel my images work!
This is why in the install.txt file I tell you to make sure that the plain text is selected in the text editor drop down menu.
Re: All Business template Support Thread
Anne,
Thanks for the reminder but by default plain text is chosen. I just tried it again, making changes in through admin, ensuring that plain text is chosen, and the code did the same thing. I only mention this for others.
Regarding the horizontal navigation bar:
I changed this
#header-lan-curr {margin:0em;background-image:url(../images/background.jpg);height:30px;width:1100px;}
but I can't seem to get it to extend to the left. Could you please assist?
Much appreciated, Lynn
Re: All Business template Support Thread
Sorry...one more request :smile:
How do i remove the navMainWrapper? The top bar that was blue but now changed to white? Much appreciated again, Lynn