Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bootstrap3
#31
(2014-02-10, 23:19:32)Rene Wrote: Initially this was my new favorite theme (I use GS 3.3.0). But during testing I tried to rename a page (capital letter) and in odd way the change was not picked up. In the code I saw that there was a private function get_navigation_bootstrap() was written for the menu structure but I still prefer get_i18n_navigation() combined with the 'nav' component.

Yeah other people have mentioned the i18n navigation, but I haven't had a chance to look at it. And actually, I'm in the process of creating my own custom CMS so I probably won't end up investigating the i18n stuff.

I really like get-simple, but the lack of a multi-site feature is a huge minus to me...I hacked multi-site in there, but it's probably going to be a pain to re-do it for each new release, so I figured I'd just write my own really stripped down CMS that only does what I need (and is .NET based, so I can host for free at work!).

The theme is up on GitHub if anyone wants to clone and continue working on it (for example to get it compatible with i18n navigation).

(2014-02-14, 07:51:52)apt Wrote: Great theme. Is there anyway to integrate the bootwatch API ( http://bootswatch.com/help ) so that future themes are available automatically?

Sorry for not responding to your email sooner. Since you posted here I'll reply here instead of by email. Anyway, I wasn't even aware the bootswatch people had an API! I guess in theory it could be done, the only issue may be the fact that bootstrap is a moving target, so if you try using a brand new bootswatch theme without the same version of bootstrap that it uses, it may not appear correctly. Personally I'd rather not use the API for that reason.

(2014-02-16, 02:28:22)lakaroth Wrote: awesome theme... it works perfect but pretty photo dont work...
i try to add copy this in header.php and put the js file in the right directory

Code:
<script src="<?php get_theme_url(); ?>/js/jquery.prettyPhoto.js"></script>

dont work... who can help me?

jquery is loaded in footer.php, so probably you'll need to load jquery.prettyPhoto.js there as well, after jquery itself is loaded.
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)