Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bootstrap3
#75
(2016-05-13, 06:17:08)sremick Wrote:
(2016-05-13, 03:01:26)pigsound Wrote:
(2016-05-11, 23:06:33)sremick Wrote:
(2016-05-11, 21:46:33)harrisc Wrote: To activate the Contact page in the Bootstrap3 theme you must add the Contact Email Address on the Theme menu page and the Bootstrap3 Theme Settings item.
Chris

That would explain why it "just worked" for me. I went into the Theme Settings right after installing Bootstrap3 and it made me put in an email address.

hm. i never was asked my email address in the theme settings... anybody can help?

Make sure you also installed the included plug-in that came in the Bootstrap3 zip, and that it's activated. Then, go to the "Theme" tab, and select "Bootstrap3 Theme Settings" from the black column of buttons on the right (under "View Sitemap").

thank you for your reply – with your help i could track my problem down:
since i have costumized the bootstrap3 theme and created a child theme, the bootstrap plugin did not work with my child theme. only when i switched my site to the original bootstrap 3 theme, the theme settings could be accessed.
so i changed the lines 28 to 32 in the Bootstrap3.php and changed the template names to my customized template name:

PHP Code:
# hooks
# enable side menu if theme is bootstrap3 or on theme page and enabling bootstrap3, handle plugin exec before global is set
if ($TEMPLATE == "Bootstrap3-customized" || (get_filename_id() == 'theme' && isset($_POST['template']) && $_POST['template'] == 'Bootstrap3-customized')) {
 
 if (!($TEMPLATE == "Bootstrap3-customized" && get_filename_id() == 'theme' && isset($_POST['template']) && $_POST['template'] != 'Bootstrap3-customized')) {
 
   add_action('theme-sidebar''createSideMenu', array($PluginId_Bootstrap3i18n_r($PluginId_Bootstrap3 '/BOOTSTRAP3_TITLE'))); 
 
 }

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)