Answer the question
In order to leave comments, you need to log in
How to cut tags inserted by Drupal?
The code is inserted through the node
FireBug shows the following code:
<div class="m-slider">
<div class="sliderBox">
<div class="owl-stage-outer">
<div class="owl-stage" style="width: 810px; transform: translate3d(0px, 0px, 0px); transition: all 0.25s ease 0s;">
<div class="owl-item active" style="width: 810px; margin-right: 0px;">
<div class="view view-flock-salon view-id-flock_salon view-display-id-block_1 view-dom-id-daf568a99ac877d7cf32c6c7dc214cf5">
<div class="view-content">
<div class="views-row views-row-1 views-row-odd views-row-first">
<pre class="xdebug-var-dump" dir="ltr">
!!!!!!!<div class="item">!!!!!!!
<div class="m-slider">
<div class="sliderBox">
!!!!!!!<div class="item">!!!!!!!
<div class="owl-stage-outer">
<div class="owl-stage" style="width: 810px; transform: translate3d(0px, 0px, 0px); transition: all 0.25s ease 0s;">
<div class="owl-item active" style="width: 810px; margin-right: 0px;">
<div class="view view-flock-salon view-id-flock_salon view-display-id-block_1 view-dom-id-daf568a99ac877d7cf32c6c7dc214cf5">
<div class="view-content">
<div class="views-row views-row-1 views-row-odd views-row-first">
<pre class="xdebug-var-dump" dir="ltr">
Answer the question
In order to leave comments, you need to log in
<div class="owl-stage-outer">
<div class="owl-stage" style="width: 810px; transform: translate3d(0px, 0px, 0px); transition: all 0.25s ease 0s;">
<div class="owl-item active" style="width: 810px; margin-right: 0px;">
<div class="view view-flock-salon view-id-flock_salon view-display-id-block_1 view-dom-id-daf568a99ac877d7cf32c6c7dc214cf5">
<div class="view-content">
<div class="views-row views-row-1 views-row-odd views-row-first">
To cut out the unnecessary, you need to know perfectly well what is theming, the Drupal API and module templates. Having dealt with this, you will make “clean” sites. When developing sites, nothing remains of Drupal (in code) for me, practically
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question