• Resolved ijil

    (@ijil)


    I am trying to incorporate a SinglePlatform menu into a page by using the following code:

    <div id="menusContainer"></div>
    
    <script type="text/javascript" src="http://menus.singleplatform.co/businesses/storefront/?apiKey=ke09z8icq4xu8uiiccighy1bw">
    
    </script>
    <script>
        var options = {};
    
        options['PrimaryBackgroundColor'] = '#d9d9d9';
        options['MenuDescBackgroundColor'] = '#d9d9d9';
        options['SectionTitleBackgroundColor'] = '#f1f1f1';
        options['SectionDescBackgroundColor'] = '#f1f1f1';
        options['ItemBackgroundColor'] = '#ffffff';
        options['PrimaryFontFamily'] = 'Roboto';
        options['BaseFontSize'] = '15px';
        options['FontCasing'] = 'Default';
        options['PrimaryFontColor'] = '#000000';
        options['MenuDescFontColor'] = '#000000';
        options['SectionTitleFontColor'] = '#555555';
        options['SectionDescFontColor'] = '#555555';
        options['ItemTitleFontColor'] = '#555555';
        options['FeedbackFontColor'] = '#555555';
        options['ItemDescFontColor'] = '#555555';
        options['ItemPriceFontColor'] = '#555555';
        options['HideDisplayOptionPhotos'] = 'true';
        options['HideDisplayOptionDisclaimer'] = 'true';
        options['MenuTemplate'] = '2';
        //options['MenuDropDownBackgroundColor'] = '#f1f1f1';
    
        new BusinessView("christophers-at-eagle-hill", "menusContainer", options);
    </script>

    Right now, the page is completely empty except for that block of code, but the menu does not show up: http://community.nbtsc.org/~ijil/chris/?page_id=71

    What do I do to make it show? Can I change the page manually and upload using FTP?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘incorporating SinglePlatform menu into page’ is closed to new replies.