Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
B4G (Bootstrap for GetSimple)
#14
(2014-07-07, 18:16:21)gok Wrote:
(2014-06-19, 05:11:42)gok Wrote: Many thanks for the theme Smile
I have two problems:
1 Plugin FAQ - not working properly: http://gscms.ct8.pl/faq/
2 Gallery does not work: http://gscms.ct8.pl/podstrona/podstrona-podstrona/

Please help me.

In another installation is a problem in i18N Gallery:
http://fundacjawokulski.pl/tv/test/
In other templates is ok

Please help Huh

Well. Make new template, for example gallery.php. Copy the content of header.inc.php + any page template + footer.inc.php to gallery.php.
Move the code from end of file:
Code:
<script src="<?php get_theme_url(); ?>/js/jquery.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/holder.js"></script>
<script src="<?php get_theme_url(); ?>/js/bootstrap.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/template.js"></script>
to the top, between tags
Code:
<head>
and
<?php get_i18n_header(); ?>

New file will be start like this:
Code:
.
.
<html>
<head>
<script src="<?php get_theme_url(); ?>/js/jquery.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/holder.js"></script>
<script src="<?php get_theme_url(); ?>/js/bootstrap.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/template.js"></script>
<?php get_i18n_header(); ?>
<title><?php get_page_clean_title(); ?> :: <?php get_site_name();?></title>
<meta charset="utf-8">
.
.

Reply


Messages In This Thread
B4G (Bootstrap for GetSimple) - by bokor.pavol - 2014-05-20, 23:29:43
RE: B4G (Bootstrap for GetSimple) - by gok - 2014-06-19, 05:11:42
RE: B4G (Bootstrap for GetSimple) - by gok - 2014-07-07, 18:16:21
RE: B4G (Bootstrap for GetSimple) - by bokor.pavol - 2014-07-08, 07:40:10
RE: B4G (Bootstrap for GetSimple) - by gok - 2014-07-08, 15:14:50
RE: B4G (Bootstrap for GetSimple) - by chrimini - 2014-06-23, 01:30:43
RE: B4G (Bootstrap for GetSimple) - by Carlos - 2014-06-23, 03:56:42
RE: B4G (Bootstrap for GetSimple) - by chrimini - 2014-06-23, 04:20:13
RE: B4G (Bootstrap for GetSimple) - by Carlos - 2014-06-23, 05:05:29
RE: B4G (Bootstrap for GetSimple) - by patric1978 - 2014-07-02, 18:57:51
RE: B4G (Bootstrap for GetSimple) - by patric1978 - 2014-07-02, 23:13:12
RE: B4G (Bootstrap for GetSimple) - by klwisa - 2014-07-04, 11:50:45



Users browsing this thread: 1 Guest(s)