Slider not working

This topic has been marked as resolved.

Hello everyone

I am having abit of a problem with open cart, i am am trying to use the shoppica slider but its not working, when you click on the buttons to change image it just stays still. Does any one know why this happens?

This is my URL http://www.cyclingexcellence.com/

March 5, 2012 at 12:57 pm #6784

Hi,

Is the problem still valid? We’ve checked the page you’ve given with all major browsers and saw no problem at all.

March 5, 2012 at 6:52 pm #6826

Hi, i thought i fixed it, but now i am having the same problem, i have added two images to the slider, but they are not changing

March 6, 2012 at 7:41 am #6841

can someone please help??????

March 6, 2012 at 7:15 pm #6884

Can’t spot a reason why your slider doesn’t work. Did you modified html templates ? If you haven’t modified anything and this is untouched Shoppica theme, you could give us FTP details, so we can login and check.

Best,
ThemeBurn team

March 7, 2012 at 4:12 pm #6908

I added an extention for shoppica that enables the cloud zoom effect.
I purchased the extension from the opencart website.
No one else seems to complain on the comments for the extension.
I have tried re-installing the entire thing, but i keep getting the same problem.
Where would i send the ftp details? would you also need the opencart admin details?

March 7, 2012 at 8:37 pm #6917

Got it sorted, if any else is using this extension http://www.opencart.com/index.php?route=extension/extension/info&extension_id=4544

And is having problems with the slider send a pm and i tell what i did

  • This reply was modified 4446 days ago by  oikonomakis.
March 8, 2012 at 2:49 pm #6953

Hi,

You can post the solution here as well. It will be useful to everybody for sure.

Best,
ThemeBurn team

March 12, 2012 at 10:41 am #7031

yes of course:

replace the header.tpl with this:

<?php echo '’ . “\n”; ?>

<html xmlns="http://www.w3.org/1999/xhtml&quot; dir="” lang=”" xml:lang=”" xmlns:fb=”http://www.facebook.com/2008/fbml”&gt;

<meta name="keywords" content="” />

<meta name="description" content="” />

document->shoppica_fb_meta; ?>

<base href="document->shoppica_base_ssl; ?>” />

<link href="” rel=”icon” />

<link href="” rel=”" />

<link rel="” type=”text/css” href=”" media=”" />

document->shoppica_modify_theme_css_temp)) echo $this->document->shoppica_modify_theme_css_temp; ?>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js”&gt;
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js”&gt;

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js”&gt;
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js”&gt;

<script type="text/javascript" src="”>

<bodydocument->shoppica_layout_type) && $this->document->shoppica_layout_type != ‘full’) echo ‘ class=”s_layout_fixed”‘; ?>>

document->shoppica_modify_theme)) echo $this->document->shoppica_modify_theme; ?>
<input type="hidden" id="main_color" value="#document->shoppica_color_themes_config['theme_colors']['main_color'] ?>” />
<input type="hidden" id="secondary_color" value="#document->shoppica_color_themes_config['theme_colors']['secondary_color'] ?>” />



<a id="site_logo" href="document->shoppica_base_http; ?>”>
<img src="” title=”" alt=”" />

<div id="top_navigation" class="s_config->get(‘shoppica_show_search_bar’) ? ‘static’ : ‘dynamic’ ?>”>

document->in_maintenance): ?>

config->get(‘shoppica_show_search_bar’) == ’0′): ?>

<a id="show_search" class="s_search_button" href="javascript:;" title="”>

<input id="filter_keyword" type="text" name="filter_name" value=”" title=”" />

<input id="filter_keyword" type="text" name="filter_name" value=”" title=”" />
<a id="search_button" class="s_search_button" href="javascript:;" title="”>

1 && !$this->document->in_maintenance): ?>
<form action="” method=”post” id=”currency_form”>

<a href="javascript:;" onclick="$('input[name=\'currency_code\']').attr('value', '’); $(‘#currency_form’).submit();”>

<input class="s_hidden" type="hidden" name="redirect" value="” />

1): ?>
<form action="” method=”post” id=”language_form”>

<img src="catalog/view/theme/shoppica/images/flags/” alt=”" />

<a href="javascript:;" onclick="$('input[name=\'language_code\']').attr('value', '’); $(‘#language_form’).submit();”>
<img src="catalog/view/theme/shoppica/images/flags/” alt=”" />

<input class="s_hidden" type="hidden" name="redirect" value="” />

document->in_maintenance): ?>

config->get(‘shoppica_cart_menu_position’) == ‘above’): ?>

config->get(‘shoppica_show_cart_label’) == ’1′): ?>
document->shoppica_text_cart;?>

document->shoppica_total_price); ?>

document->shoppica_cart_contents; ?>

document->in_maintenance): ?>

<a href="” id=”wishlist_total”>
<a href="”>
<a href="”>
<a href="”>

document->shoppica_categories; ?>

config->get(‘shoppica_cart_menu_position’) == ‘right’): ?>

config->get(‘shoppica_show_cart_label’) == ’1′): ?>
document->shoppica_text_cart;?>

document->shoppica_total_price); ?>

document->shoppica_cart_contents; ?>

March 12, 2012 at 11:03 am #7033
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.