Forum

Thread tagged as: Problem, Error

Image upload button not visible in Perch admin

I've just added a template for my homepage slider, the image upload choose file button is visible for a split second when the page is loading in admin then disappears, it's obstructed by the grey bar that is at the bottom of the repeater field when editing inside Perch admin.

perch

Maybe I'm being really stupid!

Elliot Davies

Elliot Davies 0 points

  • 7 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Can you show me your template?

Here's my slider template:

    <perch:repeater id="banner" label="Banner images" max="6">
        <perch:before><ul class="rslides" id="slider"></perch:before>
            <perch:content id="banner-image" type="image" label="Banner image" />
        <perch:after></ul></perch:after>
    </perch:repeater>

But, it also interestingly happens with every repeater I'm using on this site.

My FAQ's template:

<perch:repeater id="faqs" label="FAQ's">
    <perch:before></perch:before>
        <div class="faqst"><perch:content id="faq-question" type="text" label="FAQ question" /></div>

        <div class="faqp"><perch:content id="faq-answer" type="textarea" editor="redactor" label="FAQ answer" /></div>
    <perch:after></perch:after>
</perch:repeater>

And also on the list and detail repeater that I'm using from your solutions site. If it helps I've copied it from another Perch site I have that it was working fine on.

(I'm running Perch 2.6)

The other template too:

<perch:repeater id="details" label="Additional item information" order="6" max="15" help="Helpful information about the item (Fabric, style).">
    <perch:before>
    <div class="productinfo">Additional information:</div>

    <ul class="productinfo-list">
    </perch:before>
            <li><perch:content id="detail" type="text" label="Item attribute" /></li>
    <perch:after></ul></perch:after>
</perch:repeater>

The input fields are there in Perch Admin, just hidden after the page loads. (I'm logged in as an Admin)

Drew McLellan

Drew McLellan 2638 points
Perch Support

Do you get any errors in your browser's console?

Nope, I don't think so. It's the add another text that isn't appearing allowing me to enter info. Interestingly, I can see it in Chrome, just not in Safari (7.0.6).

Did you want the login for the perch account?

Drew McLellan

Drew McLellan 2638 points
Perch Support

Can you show me the diagnostics report?

Perch: 2.6, PHP: 5.5.10, MySQL: mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $, with PDO
Server OS: Linux, apache2handler
Installed apps: content (2.6), assets (2.6), categories (2.6), perch_blog (4.1)
App runtimes: <?php $apps_list = array( 'content', 'categories', 'perch_blog', );
PERCH_LOGINPATH: /perch
PERCH_PATH: /home/kored/public_html/perch
PERCH_CORE: /home/kored/public_html/perch/core
PERCH_RESFILEPATH: /home/kored/public_html/perch/resources
Image manipulation: GD (image sharpening disabled, #66714)
PHP limits: Max upload 2M, Max POST 8M, Memory: 32M, Total max file upload: 2M
Resource folder writeable: Yes
HTTP_HOST: www.kokored.com
DOCUMENT_ROOT: /home/kored/public_html
REQUEST_URI: /perch/core/settings/diagnostics/
SCRIPT_NAME: /perch/core/settings/diagnostics/index.php
Drew McLellan

Drew McLellan 2638 points
Perch Support

And this was a fresh install of Perch 2.6?

Yes, it was.

Drew McLellan

Drew McLellan 2638 points
Perch Support

I'll keep trying to reproduce it.

Do you want login access to the perch install (I can give FTP too if that's helpful)?