Jump to content

JNdev

Members
  • Posts

    120
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by JNdev

  1. Is there something wrong with my code?

    Did not show any value. But invoices and other works smoothly

    Div call

    <div class="count-active-service"></div>

     

            $this->Javascript->setInline('
                $(document).ready(function() {
                    fetchServices("active");
                });
                
                function fetchServices(status) {
                    $(this).blestaRequest("GET", "' . $this->Html->safe($this->base_uri . "plugin/client_data/client_main/count_services") . '" + status, null, function(data) {
                        if (data)
                            $(".count-active-service").html(data);
                    },
                    null,
                    {dataType:"json"});
                }
            ');

     

  2.  

    Version 2 Now Available

    Add kit order form (Kit Wizard with sidebar menu) Demo https://blesta-dev.jawanet.com/order/main/packages/vps-kvm/?group_id=1

    What's new?

    1. Added Sidebar Menu
    2. 20 bug fix with blesta 4
    3. Replace original jquery.sticky.js from blesta with theia-sticky-sidebar.js
    4. Update Bootstrap to latest stable 3.3.7
    5. Replace jQuery Animation With Hardware Accelerated
    6. Sticky Box Order Summary
    7. Deletion Unused Jquery
    8. Color changed on blesta demo
    9. And More

    ------------------------------------------------------------------------------------------------------

    Kit Material Theme provide multy different UI accent colors. You can change the accent color just editing class without change css. The element is designed for make your work more pleasant. 100+ Preset color & Background included plus 100+ icon included.

    Super flexible Hosting HTML template. Highly recommended for small and big hosting company. The layout looks beautiful at any size, be it a laptop screen, Android Mobile or tablets.

    Redesigned blesta theme & add avatar profile looks beautiful user interface. Integrated with awesome BlestaCms

    Have blestacms license? Get material blesta theme for free, open ticket with licensecart.

    Free Installation

    Web Demo http://theme-demo.jawanet.com/kit-theme/

    ------------------

    Blesta Demo http://blesta-dev.jawanet.com/

    Username: demo@jawanet.com

    Password: demouser

    -----------------

    Main Features

    1. Ultra Responsive
    2. Html5 & Css3
    3. Blesta Theme Integrated & Redesigned
    4. Top Menu
    5. Mega Menu Standar
    6. Mega Menu Advanced
    7. Label Menu
    8. Structured Html Element
    9. Shortcode Hosting Features 20+
    10. Animation Element 20+
    11. Includes Material Icon, FontAwesome Icon, Flat Icon
    12. Google Fonts
    13. Parallax backgrounds
    14. 2 Simple Slider ( Revolution Slider Coming Soon)
    15. Vps Box Swicth & Vps Slider
    16. Bootstrap 3.3.x
    17. BlestaCms Ready
    18. New Feature/Module On Request

    Blesta Features

    1. Clean Design Interface
    2. Redesign To Material Interface
    3. Avatar Profile
    4. Based On Default Theme
    5. Material Login

    Seo Setting

    General Google Meta

    Editing features

    1. Only 1 File To edit navigation
    2. Only 1 File To edit footer

    You can easy add/edit menu from 1 file to every page. No need edit per page.

    All help can see on ducumentation file

    Blesta Integration

    You can easy add menu/footer from 1 file to every page.

    • Designed for Blesta 4
    • Compatible With Blesta 3.6.x
    • Minimum Blesta 3.6

     

    Price $30 [Order Now]


    If you have any idea, feature request, questions and more info
    please don't hesitate to contact us hendra@jnhost.co.id Or Submit Ticket

    We are always happy to hear from you :)

     

    ---------------------------------------------------------------------------------------------------

     

     

    blesta-login.pngblesta-order2.png

    blesta-theme1.pngblesta-order3.pngblesta-client-area.png

     

     

     

    blesta-edit-contact.pngblesta-edit-contact.pngblesta-ticket.png

     

     

     

  3. How to get fullname of country, state? eg

    State: Norborg

    Country: Singapore

     

    <?php	echo (!empty($contact->city) ? $this->Html->_($contact->city, true). "":""); ?>
    <?php	echo (!empty($contact->state) ? $this->Html->_($contact->state, true). "":""); ?> 
    
    I try but not work
    <?php   echo (!empty($contact->country->alpha3) ? $this->Html->_($contact->country->alpha3, true). "":""); ?>

     

    Tanks very much for help me :)

×
×
  • Create New...