I am using using Views for a Jcarousel slider, and I have it on my front page as a block.
The block stopped working, and when I am going to the URL for the Views, I see an "Apply" button on the left side and the slider underneath it.

Comments

dawehner’s picture

Status: Active » Postponed

I'm sorry but what do you mean with "stopped working"? Some more details would really help to help you.
Therefore please read http://drupal.org/node/571990 it gives you a lot of help to provide enough information

dawehner’s picture

Status: Postponed » Postponed (maintainer needs more info)

Ups

abi2’s picture

the slider is blank; doesn't show any images,

I found some errors on the page:

Uncaught TypeError: Cannot read property 'defaults' of undefined
Drupal.behaviors.ucAjaxCart=function(context){if(!Drupal.uc_ajax_cart){Drupal.uc_ajax_cart={};Drupal.uc_ajax_cart.cart_open_state=true;Drupal.uc_ajax_cart.cart_wrapper=jQuery('#block-uc_ajax_cart-0',context);Drupal.uc_ajax_cart.cart_pane=jQuery('#ajaxCartUpdate #cart-block-contents-ajax',context);Drupal.uc_ajax_cart.update_container=jQuery('#ajaxCartUpdate',context);Drupal.uc_ajax_cart.unblock_handler=function(){Drupal.uc_ajax_cart.blockUI_blocked-=1};Drupal.uc_ajax_cart.blockUI_blocked=0;jQuery.blockUI.defaults.growlCSS.opacity=1;jQuery.blockUI.defaults.timeout=Drupal.settings.uc_ajax_cart.TIMEOUT;jQuery.blockUI.defaults.onUnblock=Drupal.uc_ajax_cart.unblock_handler;jQuery('.hidden-update-bt').hide();Drupal.uc_ajax_cart.cart_wrapper.addClass('cart-open');if(Drupal.settings.uc_ajax_cart.COLLAPSIBLE_CART)if(Drupal.settings.uc_ajax_cart.TRACK_CLOSED_STATE){ajaxCartCheckCookieCartState()}else if(Drupal.settings.uc_ajax_cart.INITIAL_CLOSED_STATE)ajaxCartCloseCart()};$('#ajax-cart-view-handler',context).attr('href','#').text(Drupal.t('Load cart content')).click(ajaxCartUpdateBlockCart);jQuery('a.ajax-cart-link',context).not('.ajax-cart-processed').each(function(){var $elem=$(this);if(_checkAjaxify($elem))$elem.bind('click',function(){ajaxCartBlockUI(Drupal.settings.uc_ajax_cart.ADD_TITLE,'

'+Drupal.settings.uc_ajax_cart.ADD_MESSAGE+'

');jQuery.get(Drupal.settings.uc_ajax_cart.CART_LINK_CALLBACK,{href:this.href},ajaxCartFormSubmitted);return false})}).addClass('ajax-cart-processed');jQuery('form.ajax-cart-submit-form input.ajax-cart-submit-form-button',context).not('.ajax-cart-processed, #edit-update').each(function(){var $elem=$(this);if(_checkAjaxify($elem))$elem.click(function(){var form=jQuery(this).parents('form').eq(0);form.ajaxSubmit({url:Drupal.settings.uc_ajax_cart.CALLBACK,beforeSubmit:function(){ajaxCartBlockUI(Drupal.settings.uc_ajax_cart.ADD_TITLE,'

'+Drupal.settings.uc_ajax_cart.ADD_MESSAGE+'

')},success:ajaxCartFormSubmitted,type:'post'});return false})}).addClass('ajax-cart-processed');if(jQuery('#ajaxCartUpdate',context).not('.ajax-cart-processed').hasClass('load-on-view')){jQuery('#ajaxCartUpdate').addClass('ajax-cart-processed');ajaxCartUpdateBlockCart()};ajaxCartCartBlockBehaviors(context);ajaxCartCartPageBehaviors(context)}

dawehner’s picture

Project: Views (for Drupal 7) » Ubercart
Version: 6.x-2.16 » 6.x-2.x-dev
Component: block displays » User Interface
Drupal.behaviors.ucAjaxCart
longwave’s picture

Project: Ubercart » Ubercart AJAX Cart
Component: User Interface » User interface

ucAjaxCart is a separate contrib module.

tunic’s picture

Priority: Major » Normal

Please provide a link to your site to test it.