• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

unable upload photo when try to custom header menu

Status
Not open for further replies.

tobyilik

Chevereto Member
Hi
I change a code at header.php on my site gallery.vn-cinematic.net to display a link to my blog, when i do it, i can not upload a photo, everytime i clink to bouton upload nothing happen
my code
Code:
<div class="pop-box-inner pop-box-menu">
                        <ul>
                 <li><a href="http://vn-cinematic.net"><?php _se('Blog'); ?></a></li>
                            <li><a href="<?php echo G\get_base_url('page/tos'); ?>"><?php _se('Terms of service'); ?></a></li>
                            <li><a href="<?php echo G\get_base_url('page/privacy'); ?>"><?php _se('Privacy'); ?></a></li>
                            <li><a href="<?php echo G\get_base_url('page/contact'); ?>" rel="contact"><?php _se('Contact'); ?></a></li>
                        </ul>
                    </div>
It look like upload area has disappear very fast :(
Thank to support
 
Last edited:
I solve it, it happen when i choose a custom theme instead of Peaflow, it may have something wrong when i copy a theme
 
Status
Not open for further replies.
Back
Top