Any documentation for Baleen?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #378
    Anonymous
    Guest

    Is there any documentation for Baleen.

    For example, how does display of retina images work?

    Images don’t display as pop-ups but display image. How is this controlled?

    #945
    admin
    Participant

    Hi,

    Is there any documentation for Baleen.

    Baleen is so simple and self-explanatory. You may replace images, text etc by your own or you can simply extend any section by copying the existing markup.

    For example, how does display of retina images work?

    Upload a big version of your Portfolio image say 600×600 and rest will be handled by Baleen.

    Images don’t display as pop-ups but display image. How is this controlled?

    Image Pop-Up (Lightbox) is working properly. Make sure you have the following markup.

    FLASH


    [/CODE]

    Please replace text and image with your own.

    Thanks[CODE]


    FLASH


    [/CODE]

    Please replace text and image with your own.

    Thanks

    #946
    Anonymous
    Guest

    Thanks.

    Can you help with a further query, how can I make the map display a postcode, for example SW1A 2AA ?

    #947
    admin
    Participant

    Hi,
    It is very easy to find the address of your location,

    How To Find Address via Google Maps

    How To Modify Address In Baleen For Google Maps

    • Open file: baleen/lib/js/custom.js
    • Find function “gmapInit” nearly on line number 181
    • You can replace address “795 Folsom Ave, Suite 600 San Francisco, CA 94107” with your own.

    Enjoy!

    #948
    Anonymous
    Guest

    Thanks that works well. Is it possible to zoom the map in a little. Are there any other features that are hidden away?

    Baleen seems potentially very useful but would benefit from just a few notes explaining things like this.

    #949
    admin
    Participant

    Hello,

    Are there any other features that are hidden away?

    Baleen has no hidden features. You can extend any element by using its API.

    Is it possible to zoom the map in a little.

    Baleen is using Gmap3 Plugin for Google Maps. You can visit there site to explore the options.

    Baleen has integrated following options for Google Map.

    map: {
    options: {
    zoom: 7,
    mapTypeControlOptions: {
    mapTypeIds: [google.maps.MapTypeId.ROADMAP, ‘KAMN-location-gmap’]
    },
    mapTypeId: ‘KAMN-location-gmap’,
    mapTypeControl: true,
    navigationControl: true,
    streetViewControl: true,
    scrollwheel: 0
    }
    },[/CODE]

    So, you can control Zoom, Scroolwheel etc here.

    [B]Baleen seems potentially very useful but would benefit from just a few notes explaining things like this.[/B]

    We are working on another powerful Bootstrap WordPress theme, and we will document about Baleen and new one soon.

    Thanks.[CODE]map: {
    options: {
    zoom: 7,
    mapTypeControlOptions: {
    mapTypeIds: [google.maps.MapTypeId.ROADMAP, ‘KAMN-location-gmap’]
    },
    mapTypeId: ‘KAMN-location-gmap’,
    mapTypeControl: true,
    navigationControl: true,
    streetViewControl: true,
    scrollwheel: 0
    }
    },[/CODE]

    So, you can control Zoom, Scroolwheel etc here.

    Baleen seems potentially very useful but would benefit from just a few notes explaining things like this.

    We are working on another powerful Bootstrap WordPress theme, and we will document about Baleen and new one soon.

    Thanks.

    #950
    Anonymous
    Guest

    Thanks for excellent support and look forward to seeing future bootstrap themes

    #951
    admin
    Participant

    Thanks for the feedback and we are working hard to deliver themes with simplicity, speed and usability.

    #952
    Anonymous
    Guest

    hello,
    The theme is missing the style.css stylesheet.
    [COLOR=rgb(160, 160, 160)]
    please help
    [/COLOR]

    #953
    admin
    Participant

    Hi Abdellah,
    Baleen is not WordPress theme. It is standard Site Template which can easily be used for different purposes.
    Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.