WordPress Themes, Plugins and HTML Templates › Forums › Baleen – One Page Bootstrap Parallax Template › Any documentation for Baleen?
- This topic has 9 replies, 1 voice, and was last updated 10 years, 10 months ago by admin.
-
AuthorPosts
-
August 23, 2013 at 10:16 am #378AnonymousGuest
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?
August 23, 2013 at 6:10 pm #945adminParticipantHi,
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.
[/CODE]
Please replace text and image with your own.
Thanks[CODE]
[/CODE]
Please replace text and image with your own.
Thanks
August 23, 2013 at 6:56 pm #946AnonymousGuestThanks.
Can you help with a further query, how can I make the map display a postcode, for example SW1A 2AA ?
August 24, 2013 at 4:37 am #947adminParticipantHi,
It is very easy to find the address of your location,How To Find Address via Google Maps
- Go to – https://maps.google.com/
- You can find your address string.
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!
August 25, 2013 at 7:28 am #948AnonymousGuestThanks 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.
August 25, 2013 at 1:34 pm #949adminParticipantHello,
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.
August 25, 2013 at 7:59 pm #950AnonymousGuestThanks for excellent support and look forward to seeing future bootstrap themes
August 26, 2013 at 4:07 am #951adminParticipantThanks for the feedback and we are working hard to deliver themes with simplicity, speed and usability.
December 8, 2013 at 3:20 pm #952AnonymousGuesthello,
The theme is missing thestyle.css
stylesheet.
[COLOR=rgb(160, 160, 160)]
please help
[/COLOR]December 8, 2013 at 7:42 pm #953adminParticipantHi Abdellah,
Baleen is not WordPress theme. It is standard Site Template which can easily be used for different purposes.
Thanks -
AuthorPosts
- You must be logged in to reply to this topic.