Hello Anne - Before I start I wanted to thank you for your contribution.
I am having problems implementing the plugin. Following are some information that I though might be useful for you to view.
- I am using / revising the Classic Template came with Zen Cart 1.5.1.
- I have copied the following file structure to the server:
includes/templates/classic/css/stylesheet_back_to_top.css
includes/templates/classic/jscript/back_to_top.min.js- The follwing code has been added to includes/templates/classic/common/tpl_main_page.php (override)
$right_column_file = 'column_right.php';
$body_id = ($this_is_home_page) ? 'indexHome' : str_replace('_', '', $_GET['main_page']);
?>
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
<?php // ** BEGIN REVISED - FOR BACK_TOP PLUG ?>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
<script src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'jscript') . '/back_to_top.min.js' ?>" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
BackToTop({
text : 'Back to Top',
autoShow : true,
timeEffect : 750
});
});
</script>
<?php // ** END REVISED - FOR BACK_TOP PLUG ?>
<?php
if (SHOW_BANNERS_GROUP_SET1 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET1)) {- Following is the screen capture of the page source of the Main / index page:
- Page width is 950px.
The "BACK TOP" button does not show up on any of my pages, regardless of the length.
I don't see any stylesheet reference anywhere. Could that be it?
I would appreciate your help. Thanks.
Using Zen Cart 1.5.1
Can anyone help me on this?
Using Zen Cart 1.5.1
If you post a link to your site I can take a look.
Thanks,
Anne
I took out the plugin. As soon as I install it again i will let you know. Thank you.
Using Zen Cart 1.5.1