Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bootstrap3
#10
(2013-11-14, 03:36:07)Kolyok Wrote: The only "issue" with bootstrap is the navigation with dropdowns (if you use multilevel menus).
Well not exactly an issue but if you want to have parent menu items to be clickable(well to navigate to their links) then you need to hack/extend the core bootstrap navigation.

That was actually one of the things I liked about Bootstrap! The previous template I used on all my sites had to have what I would consider redundant pages to allow mobile visitors access to the sub-menu items since it was only possible for the to click on the parent (so clicking on the parent simply displayed a page containing a list of the sub-menu links). With Bootstrap that's no longer necessary since clicking on the parent expands/collapses on all devices.

I can see why some people would consider it a good thing to be able to click on the parent though. Maybe I'll look into adding a new "make parent clickable" option that will enable hovering on desktop and duplicating the parent menu item in the sub-menu on mobile. I previously looked at the hover mod that you linked to below, but haven't tried it yet to see how it messes with the menu, but hopefully that can be worked around (or will be fixed soon).

(2013-11-14, 06:41:29)stryker Wrote: I've just found out that if you place the following CSS in the css/Bootstrap3.css file then any inserted images scale gracefully in all devices and browser widths.

img, img a {
max-width:100%;
}

I debated on whether to add this to Bootstrap3.css or not. I'm using that CSS inline on my screenshots on randm.ca, so I agree it's useful, but I wonder if there may be circumstances where people wouldn't want it so then it wouldn't be good to have in the .css file.

(2013-11-17, 10:55:09)dayllack Wrote: I absolutely can't get this working, I can't find Bootstrap3Settings.xml, which i probably causing the total crash.. I'm extremely frustrated about this.. any help?

Poor coding on my part. What you're seeing are notices informing you that $Settings is undefined, which it will be the first time the page loads because I only define it if Bootstrap3Settings.xml exists (and it only exists after you save your settings). I'll have to update the code to assign default values to $Settings if the file doesn't exist, then the notices will go away.

Since they're just notices it shouldn't be causing a crash though. Are you able to fill out the form and hit save? If so I would expect the notices to go away at that point.
Reply


Messages In This Thread
Bootstrap3 - by Ree - 2013-11-14, 01:44:08
RE: Bootstrap3 - by shawn_a - 2013-11-14, 01:57:27
RE: Bootstrap3 - by Kolyok - 2013-11-14, 03:36:07
RE: Bootstrap3 - by stryker - 2013-11-14, 06:41:29
RE: Bootstrap3 - by shawn_a - 2013-11-14, 11:27:30
RE: Bootstrap3 - by stryker - 2013-11-14, 12:34:37
RE: Bootstrap3 - by Tzvook - 2014-01-11, 03:42:06
RE: Bootstrap3 - by shawn_a - 2013-11-15, 00:24:38
RE: Bootstrap3 - by Kolyok - 2013-11-15, 21:58:58
RE: Bootstrap3 - by dayllack - 2013-11-17, 10:55:09
RE: Bootstrap3 - by Ree - 2013-11-17, 11:20:49
RE: Bootstrap3 - by Kolyok - 2013-11-18, 01:29:00
RE: Bootstrap3 - by alex_d - 2013-11-18, 22:58:36
RE: Bootstrap3 - by n00dles101 - 2013-11-18, 23:53:59
RE: Bootstrap3 - by shawn_a - 2013-11-19, 00:18:47
RE: Bootstrap3 - by Ree - 2013-11-19, 00:54:16
RE: Bootstrap3 - by alex_d - 2013-11-19, 01:00:42
RE: Bootstrap3 - by alex_d - 2013-11-19, 01:29:09
RE: Bootstrap3 - by shawn_a - 2013-11-19, 02:48:14
RE: Bootstrap3 - by Ree - 2013-11-20, 04:32:22
RE: Bootstrap3 - by alex_d - 2013-11-25, 19:39:16
RE: Bootstrap3 - by Riianna - 2014-01-19, 05:17:08
RE: Bootstrap3 - by plutek - 2014-01-21, 08:13:34
RE: Bootstrap3 - by Ree - 2014-01-21, 10:42:50
RE: Bootstrap3 - by plutek - 2014-01-21, 13:07:33
RE: Bootstrap3 - by Ree - 2014-01-24, 00:25:21
RE: Bootstrap3 - by shawn_a - 2014-01-21, 11:03:48
RE: Bootstrap3 - by Rene - 2014-02-10, 23:19:32
RE: Bootstrap3 - by apt - 2014-02-14, 07:51:52
RE: Bootstrap3 - by lakaroth - 2014-02-16, 02:28:22
RE: Bootstrap3 - by Ree - 2014-02-18, 05:48:17
RE: Bootstrap3 - by apt - 2014-02-18, 07:11:40
RE: Bootstrap3 - by PrplHaz4 - 2014-02-28, 03:25:51
RE: Bootstrap3 - by snooze - 2014-03-15, 00:33:50
RE: Bootstrap3 - by Ree - 2014-03-15, 21:54:18
RE: Bootstrap3 - by alorence - 2014-05-08, 00:15:39
RE: Bootstrap3 - by Ree - 2014-05-08, 03:06:18
RE: Bootstrap3 - by kazu2015 - 2015-08-10, 00:47:56
RE: Bootstrap3 - by kazu2015 - 2015-08-10, 00:52:44
RE: Bootstrap3 - by wdburgdorf - 2014-06-24, 19:54:50
RE: Bootstrap3 - by Carlos - 2014-06-24, 20:11:44
RE: Bootstrap3 - by wdburgdorf - 2014-06-24, 20:16:18
RE: Bootstrap3 - by wakh - 2014-07-09, 05:03:33
RE: Bootstrap3 - by onapthanh - 2014-07-14, 18:22:06
RE: Bootstrap3 - by Ree - 2014-08-14, 05:42:35
RE: Bootstrap3 - by Mendex - 2014-08-16, 06:06:18
RE: Bootstrap3 - by harrisc - 2014-12-04, 17:22:43
RE: Bootstrap3 - by Ree - 2014-12-05, 02:30:33
RE: Bootstrap3 - by uhebeisen - 2015-03-27, 07:28:11
RE: Bootstrap3 - by wdburgdorf - 2015-03-27, 18:43:27
RE: Bootstrap3 - by Oleg06 - 2014-12-05, 03:35:30
RE: Bootstrap3 - by harrisc - 2015-04-16, 21:55:43
RE: Bootstrap3 - by Carlos - 2015-04-17, 00:16:40
RE: Bootstrap3 - by phimsexjavnet - 2015-04-17, 03:03:05
RE: Bootstrap3 - by harrisc - 2015-05-18, 23:09:44
RE: Bootstrap3 - by Oleg06 - 2015-05-18, 23:40:46
RE: Bootstrap3 - by harrisc - 2015-05-19, 09:36:50
RE: Bootstrap3 - by Oleg06 - 2015-05-19, 16:39:05
RE: Bootstrap3 - by harrisc - 2015-05-19, 18:14:56
RE: Bootstrap3 - by davetest - 2015-05-19, 21:26:03
RE: Bootstrap3 - by Carlos - 2015-08-10, 06:45:30
RE: Bootstrap3 - by kazu2015 - 2015-08-10, 18:51:50
RE: Bootstrap3 - by kazu2015 - 2015-08-10, 20:03:42
RE: Bootstrap3 - by Carlos - 2015-08-10, 23:40:47
RE: Bootstrap3 - by kazu2015 - 2015-08-11, 14:46:31
RE: Bootstrap3 - by pigsound - 2016-03-29, 23:49:46
RE: Bootstrap3 - by sremick - 2016-05-11, 00:23:17
RE: Bootstrap3 - by harrisc - 2016-05-11, 21:46:33
RE: Bootstrap3 - by sremick - 2016-05-11, 23:06:33
RE: Bootstrap3 - by pigsound - 2016-05-13, 03:01:26
RE: Bootstrap3 - by sremick - 2016-05-13, 06:17:08
RE: Bootstrap3 - by pigsound - 2016-05-17, 18:00:00
RE: Bootstrap3 - by pigsound - 2016-05-12, 02:36:59
RE: Bootstrap3 - by sremick - 2016-05-12, 07:30:36
RE: Bootstrap3 - by pigsound - 2016-05-12, 16:32:41
RE: Bootstrap3 - by pigsound - 2016-05-19, 16:42:11
RE: Bootstrap3 - by Inugami - 2016-07-29, 11:56:00
RE: Bootstrap3 - by Riianna - 2016-10-13, 18:52:33
RE: Bootstrap3 - by Carlos - 2016-10-15, 00:42:40
RE: Bootstrap3 - by Riianna - 2016-10-21, 11:23:40
RE: Bootstrap3 - by Wichtel - 2018-09-11, 19:25:03
RE: Bootstrap3 - by Carlos - 2018-09-11, 22:06:17
RE: Bootstrap3 - by Wichtel - 2018-09-11, 23:05:29
RE: Bootstrap3 - by Carlos - 2018-09-12, 04:56:33
RE: Bootstrap3 - by Wichtel - 2018-09-12, 08:37:54
RE: Bootstrap3 - by Wichtel - 2018-09-12, 10:27:14
RE: Bootstrap3 - by Wichtel - 2018-09-13, 00:02:40
RE: Bootstrap3 - by Wichtel - 2018-09-13, 00:57:57
RE: Bootstrap3 - by Wichtel - 2018-09-13, 01:47:47



Users browsing this thread: 1 Guest(s)