According to the Consumer Product Safety Commission, in the United States,

  • Unsafe consumer products cost the US economy $1 trillion each year.
  • The yearly economic impact of unsafe products comes to about $2,800 per person.
  • On average, more than 100 children’s products are recalled annually, but manufacturers typically only receive 10-30% of the units.

Victims of Unsafe Products Deserve Answers—and Justice

When you purchase a product for you or your family, you expect it to be free from defects and safe. But unfortunately, this isn’t always the case. From defective automobile parts that cause life-changing accidents to defective breast implants that cause a lifetime of health issues, product liability cases happen more often than you think. Regardless of the nature of the defective product, one thing holds true: it’s important to hold the manufacturer responsible. Consult Philadelphia Products Liability Lawyers for legal guidance.

Experienced Legal Advocates for Product Liability Cases in Pennsylvania, Proven Product Liability Lawyers Get Justice

Businesses that manufacture products have teams of legal professionals on their payrolls, ready to fight against any potential product liability challenges. That’s why it’s so important to choose a product liability attorney who has proven experience negotiating product liability settlements and litigating product liability cases. Choose the product liability attorneys at VSCP LAW. Our product liability lawyers know how to hold product manufacturers accountable for the injuries or damages that their products cause.

The product companies have vast resources to defend these cases. You need a firm that has access to equal resources and the requisite skill to litigate your case. Each senior partner at VSCP LAW personally handles cases; at no time will your product liability case be handed down to a junior-level staffer. Unlike other law firms, we take on fewer cases so that we can ensure personal, one-on-one service for each of our clients. Get in touch with us today for a free consultation on your product liability case and remember, there’s never a fee unless we recover compensation for you. Your trusted Philadelphia Products Liability Lawyers are here to help.

VSCP LAW Attorneys have assisted in obtaining numerous Product Liability Recoveries for clients including the following:

  • $19.65 Million Recovery – Defective product/construction site accident
  • $4.5 Million Recovery – Defective Product
  • $3.25 million product liability/wrongful death
tag on yout theme's header.php Read the detailed step-by-step at https://humbertosilva.com/visual-composer-infinite-image-carousel/ */ // auxiliary code to create triggers for the add and remove class for later use (function($){ $.each(["addClass","removeClass"],function(i,methodname){ var oldmethod = $.fn[methodname]; $.fn[methodname] = function(){ oldmethod.apply( this, arguments ); this.trigger(methodname+"change"); return this; } }); })(jQuery); // main function for the infinite loop function vc_custominfiniteloop_init(vc_cil_element_id){ var vc_element = '#' + vc_cil_element_id; // because we're using this more than once let's create a variable for it window.maxItens = jQuery(vc_element).data('per-view'); // max visible items defined window.addedItens = 0; // auxiliary counter for added itens to the end // go to slides and duplicate them to the end to fill space jQuery(vc_element).find('.vc_carousel-slideline-inner').find('.vc_item').each(function(){ // we only need to duplicate the first visible images if (window.addedItens < window.maxItens) { if (window.addedItens == 0 ) { // the fisrt added slide will need a trigger so we know it ended and make it "restart" without animation jQuery(this).clone().addClass('vc_custominfiniteloop_restart').removeClass('vc_active').appendTo(jQuery(this).parent()); } else { jQuery(this).clone().removeClass('vc_active').appendTo(jQuery(this).parent()); } window.addedItens++; } }); // add the trigger so we know when to "restart" the animation without the user knowing about it jQuery('.vc_custominfiniteloop_restart').bind('addClasschange', null, function(){ // navigate to the carousel element , I know, its ugly ... var vc_carousel = jQuery(this).parent().parent().parent().parent(); // first we temporarily change the animation speed to zero jQuery(vc_carousel).data('vc.carousel').transition_speed = 0; // make the slider go to the first slide without animation and because the fist set of images shown // are the same that are being shown now the slider is now "restarted" without that being visible jQuery(vc_carousel).data('vc.carousel').to(0); // allow the carousel to go to the first image and restore the original speed setTimeout("vc_cil_restore_transition_speed('"+jQuery(vc_carousel).prop('id')+"')",100); }); } // restore original speed setting of vc_carousel function vc_cil_restore_transition_speed(element_id){ // after inspecting the original source code the value of 600 is defined there so we put back the original here jQuery('#' + element_id).data('vc.carousel').transition_speed = 500; } // init jQuery(document).ready(function(){ // find all vc_carousel with the defined class and turn them into infine loop jQuery('.vc_custominfiniteloop').find('div[data-ride="vc_carousel"]').each(function(){ // allow time for the slider to be built on the page // because the slider is "long" we can wait a bit before adding images and events needed var vc_cil_element = jQuery(this).prop("id"); setTimeout("vc_custominfiniteloop_init('"+vc_cil_element+"')",500); }); }); });