Forum

Thread tagged as: Problem

Redactor not displaying after repeater

Hi

In a template, I've got a repeater which includes redactor.

After the repeater, I've got another textarea called id="footer" with redactor but it's not displaying, I just get a plain textarea box.

Any suggestions...

<section class="hw_can_hlp grp_help" id="how_help">
    <div class="container">
        <div class="row">
            <div class="your_hlp_desc">
                <div class="orange_heading">
                    <h2 class="yellow text-center mrgn_btm_50"><perch:content id="h2" type="text" label="Section H2 title" /></h2>
                </div>

                <div class="helping_desc">
                    <perch:repeater id="help" label="How WeCan Help You Text Blocks">
                        <div class="col-md-6 col-lg-6 col-sm-6 col-xs-12">
                            <div class="book_confrnce mrgn_btm_50">
                                <h4 class="orange mrgn_btm_30"><perch:content id="how_can_help_title" type="text" label="Title " required="true" title="true" /></h4>
                                <perch:content id="how_can_help_description" type="textarea" label="Description" html="true" editor="redactor" title="true" />
                            </div>
                        </div>
                    </perch:repeater>                   
                </div>

                <div class="take_holdy text-center mrgn_tp_100"><perch:content id="footer" type="textarea" label="Footer text" html="true" editor="redactor" title="true" /></div>
            </div>
        </div>
    </div>
</section>

No Redactor Screenshot

Glen Piggott

Glen Piggott 0 points

  • 4 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

Please post your Diagnostics Report - thanks!

Perch: 3.0.8, PHP: 7.0.15, MySQL: mysqlnd 5.0.12-dev - 20150407 - $Id: b5c5906d452ec590732a93b051f3827e02749b83 $, with PDO
Server OS: Linux, cgi-fcgi
Installed apps: content (3.0.8), assets (3.0.8), categories (3.0.8), perch_blog (5.6), perch_forms (1.9)
App runtimes: <?php $apps_list = [ 'perch_blog', 'perch_forms', ];
PERCH_LOGINPATH: /cms
PERCH_PATH: /home/wheels/69ZMR32J/htdocs/cms
PERCH_CORE: /home/wheels/69ZMR32J/htdocs/cms/core
PERCH_RESFILEPATH: /home/wheels/69ZMR32J/htdocs/cms/resources
Image manipulation: GD Imagick
PHP limits: Max upload 128M, Max POST 128M, Memory: 256M, Total max file upload: 128M
F1: 0c66c2e1f82f9e0b7617b2cb8270f2c7
Resource folder writeable: Yes
HTTP_HOST: wheels.dns-systems.net
DOCUMENT_ROOT: /home/wheels/69ZMR32J/htdocs/
REQUEST_URI: /cms/core/settings/diagnostics/
SCRIPT_NAME: /cms/core/settings/diagnostics/index.php
Drew McLellan

Drew McLellan 2638 points
Perch Support

This is a known issue - we're working on it.

Thanks Drew