V
V
Vadim Yagofarov2018-07-22 18:19:10
MODX
Vadim Yagofarov, 2018-07-22 18:19:10

Why is the content field not displayed in modx?

There is a site http://artplastorerenburg.rf/index.php?id=2. After the name there should be a description, it is in the content field. Other fields are displayed normally, be it longtitle, description, pagetitle, etc. everything except content. here is the chunk in which this field is displayed

<div class="col-lg-12">
                   <div class="products__item">
                       <div class="row">
                            <div class="col-lg-3 col-md-3 col-sm-12 col-12">
                                <div class="product__img">
                                <img src="" alt="">
                                </div>
                                <div class="product__submit">
                                    <a href="">Заказать окна</a>
                                </div>
                            </div>
                       <div class="col-lg-9 col-md-9 col-sm-12 col-12">
                            <div class="product__desc">
                                <div class="product__item_name">
                                    <h1></h1>
                                </div>
                                <div></div>
                                 
                            </div>
                           
                       </div>
                       </div>
                   </div> 
</div>

here is the whole section where I output this chunk through pdo with the parent specified
<section class="products" id="products">
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                    <div class="model__row">
                        <div class="model__item">
                            <a href="" class="model__name">KBE</a>
                        </div>
                        <div class="model__item">
                            <a href="" class="model__name">GUTWERK</a>
                        </div>
                        <div class="model__item">
                            <a href="" class="model__name">TROCAL</a>
                        </div>
                        <div class="model__item">
                            <a href="" class="model__name">KNIPPING</a>
                        </div>
                        <div class="model__item">
                            <a href="" class="model__name">NOVOLINE</a>
                        </div>
                    </div>
                </div>
            </div>
            <div class="row">
                
               
            </div>
        </div>
    </section>

5b549fb3472dc583220485.png
In other examples, everything is ok, but I can’t understand that the content field is not displayed here.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Golyagin, 2018-07-22
@GIRUPC

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question