Hello! I have an HTML slider and I'm deploying PHP to make it manageable, however, when I put PHP, the slider has stopped working. I think it's an error in the following part of the code:
echo '<div class="col-md-12" style="top:15px;">';
echo '<div class="lightbox" data-plugin-options=".{"delegate":"a","gallery":{"enabled":true,"tPrev":"Anterior","tNext":"Pr\u00f3ximo"},"image":{"verticalFit":false}}.">';
echo '<div class="owl-carousel text-center controlls-over" data-plugin-options=".{"items":1,"singleItem":true,"lazyLoad":true,"navigation":true,"pagination":false,"transitionStyle":"fadeUp","autoHeight":true,"autoPlay":false}.">';
echo '<div class="item">';
I think the concatenation is wrong. What to do?