• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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