Jump to content

alexistkd

Members
  • Posts

    288
  • Joined

  • Last visited

Posts posted by alexistkd

  1. when the plugin is installed and i click unblock menu as client the logo of blesta dissapears shows this in the html:

     

                <div class="container">
                    <div class="logo">
                        <a href="/portal/client/">
                                                        <img src="/portal/plugins/cpanel_csf/views/client/bootstrap/images/logo.png" alt="Blesta" />
                                                </a>
                    </div>

     

    that path doesnt exists cpanel_csf/views/client/bootstrap/images/logo.png

     

    you should add in plugins/cpanel_csf/cpanel_csf_controller.php

        public function preAction() {

    this:

        $this->structure->setDefaultView(APPDIR);
    

    with this the logo will be rendered propertly

  2. awesome work looks clean, as suggestion the order pages should be different between each other in that way we can have more options right out of the box without too much customization. Will be awesome to have one order page template more colorful that could impact more the client just a suggestion. Can we see the wizard boxes and slider? :)

     

    thank you for this great work

×
×
  • Create New...