Add attribute to background-image elements
-
Hi,
I would like to add an attribute ‘data-bg’ to elements that contain background-images, such as columns. For this I edit bt_bb_column.php as such
$output = '<div ' . $id_attr . ' class="' . implode( ' ', $class ) . '" ' . $style_attr . ' data-width="' . $width . '" data-bg="' . $background_image_url . '">';
I would expect this to work but it didn’t.Could you kindly point me to the right direction on how to accomplish that?
Thanks
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Add attribute to background-image elements’ is closed to new replies.