92.9 F
San Fernando
Wednesday, May 7, 2025

No More Fines for ‘Open for Business’ Signs

Los Angeles City Council member Bob Blumenfield successfully led an effort Tuesday to end one small but aggravating issue for local retailers during the pandemic: Fines for businesses that put up banners saying they were open. Blumenfield, who represents the San Fernando Valley, moved to temporarily suspend sign laws that outlaw many banners and temporary signs. The motion, seconded by Paul Krekorian, who also represents the Valley, passed unanimously. The issue was brought to light by NBC-4 Los Angeles, which reported more than a month ago that a Studio City café got a $356 fine from the city’s Building and Safety Department for putting up a banner outside that read “Open for takeout and delivery.” Neighboring businesses reportedly received similar fines because such signs violate the city’s sign ordinances. Blumenfield said 14 businesses were cited over the past few months. Although small in scale, the tickets were seen by the business community as an example of a city government that was unsympathetic to the existential trials of its restaurants and other small businesses. “This is a common-sense step to help empower local businesses in the wake of a devastating emergency,” Blumenfield said in a press statement. “Neighborhood business owners continue to face mounting economic fears, and signs should be the last thing they should be worried about.”

Charles Crumpley
Charles Crumpley
Charles Crumpley has been the editor and publisher of the San Fernando Valley Business Journal since March 2016. In June 2021, it was named the best business journal of its size in the country – the fourth time in the last 5 years it won that honor. Crumpley was named best columnist – also for the fourth time in the last 5 years. He serves on two business-supporting boards and has won awards for his civic involvement. Crumpley, a former newspaper reporter, won several national awards and fellowships for his work, and he was a Fulbright scholar to Japan.

Featured Articles

Related Articles

' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->