Home Forums HelpUs – Ultimate Crowdfunding Solution I can’t get the filemanager to open

Tagged: 

  • #4291

    quentin_de
    Participant

    581

    I can’t get the filemanager to open

    Hi,

    I’m building a project with Helpus and I can’t get the “filemanager” to open.
    When I click on the image thumbnail the tooltip with edit and delete icon doesn’t show up.

    I’ve tried to move the content of filemanager.blade.php to a js file which sort of works but I can’t upload or delete any images due to token mismatch.

    I’m sure there’s a simpler way to do it.
    Thanks for the help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • #4314

    themeqx
    Keymaster

    Hello

    Can you make a short video to show us the exact error. After having the video, we will check it soon.

    Best Regards

    #4316

    quentin_de
    Participant

    Hi,

    Here’s the link https://up.ovpn.to/file/vtAMfwneoNrWom8tW8qXz3XiKS2uWNPVBKQVfm75/Screen%20Recording%202020-10-14%20at%2015.40.23.mov

    This is the profile edit page.

    I’ve added a console.log() to show that the button is clicked, but as you can see the filemanager popup doesn’t appear.
    The same happens with the start campaign form.

    Thanks.

    #4317

    quentin_de
    Participant
    This reply has been marked as private and you are not authorised to see.
    #4322

    themeqx
    Keymaster

    Hi

    I see an error at your page, maybe you customized, but you forgot something.

    Make sure your file resources/views/layouts/admin/footer.blade.php ended with this code.

    
    <script>
        var toastr_options = {closeButton : true};
    
        //Cookie Notice
    
        $('.cookie-ok-btn').click(function(e){
            e.preventDefault();
            var element = $(this);
            $.ajax({
                type : 'post',
                url : '{{route('cookie_accept')}}',
                data: {cookie_accept: true, _token : '{{csrf_token()}}'},
                success: function(data){
                    if (data.accept_cookie){
                        element.closest('.cookie-notice').slideUp();
                    }
                }
            });
        });
    
    </script>
    
    @yield('page-js')
    
    @if(get_option('additional_js'))
    {!! get_option('additional_js') !!}
    @endif
    
    @include('inc.filemanager')
    
    </body>
    </html>
    

    You must need to include filemanager view file before closing the body tag from the inc folder, like this way

    @include('inc.filemanager')

    so it will work perfectly.

    Best Regards

    #4323

    themeqx
    Keymaster
    This reply has been marked as private and you are not authorised to see.
    #4327

    themeqx
    Keymaster
    This reply has been marked as private and you are not authorised to see.
Viewing 6 replies - 1 through 6 (of 6 total)

Purchase for access

Buy a copy of HelpUs – Ultimate Crowdfunding Solution for access to our member center.

Buy