You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
Hi All,
relatively new to Hobo, but loving it - great job and I hope to contribute as I get more experience.
Not sure if I'm missing something, but... I've tried selecting the bootstrap theme (on v2.0 pre4) from setup wizard, it then asks which JQuery template to use, but no matter which jQuery template I select the theme always looks the same
Or are the jQuery themes just icon and button styling? (though I still couldn't see a difference)
How do I use other available Bootstrap and/or jQuery based themes, and how can I modify the default one (can't seem to find the css for modification or any guidance on how).
Thanks, Anthony.
Bryan Larsen
unread,
Oct 24, 2012, 9:50:17 PM10/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
The jQuery-UI theme just affects dialog boxes, datepickers and the
elements in the jQuery-UI tab of the cookbook.
Changing the bootstrap theme is something I haven't completely figured
out yet. You can override css in your front_site.scss file, as well
as set different values for some of the bootstrap variables like
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
Thanks for the quick reply Bryan,
yes, I thought it would be possible to override the scss. Didn't seem to work at first. Had to figure out what order the includes were - front.scss is loaded before bootstrap, application.scss is loaded after, I think it would be better if front.scss was the last to load, but may be reasons why you can't do that? And my front and application folder contents don't seem to load, not sure why.
Anyways, got things working the way I needed.
Thanks, Anthony.
Bryan Larsen
unread,
Oct 25, 2012, 9:21:01 AM10/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
front.scss is the only file loaded, it includes everything else. You
will notice that there's a "require application" line in front.scss
near the top. You can move that line wherever you want.
If you want to set some bootstrap variables, I recommend that you
create a "bootstrap_overrides.scss" file, and then require it from
front.scss before bootstrap gets required.