Announcement

  •  » Themes
  •  » [Theme] Bootstrap default improvement

#1 2016-10-30 18:20:50

gbo
Member
Martigues
2006-11-01
456

[Theme] Bootstrap default improvement

Hello,
First of all,  thanks for this nice theme.

Two remarks
- The canonical url is missing.

- The theme is not compatible with the plugin CryptograPHP,
proposal to fix the issue (it's ok on my website),
in picture.tpl replace

<textarea class="form-control" name="content" id="contentid" rows="5" cols="50">{$comment_add.CONTENT}</textarea>

by

<p><textarea class="form-control" name="content" id="contentid" rows="5" cols="50">{$comment_add.CONTENT}</textarea></p>


Piwigo version: 2.8
PHP version: 7.0
MySQL version:
Piwigo URL:

Last edited by gbo (2016-11-02 16:26:05)

Offline

 

#2 2016-11-02 14:33:40

gbo
Member
Martigues
2006-11-01
456

Re: [Theme] Bootstrap default improvement

Little issue using javascript id with function "combine_script":

example:
in bootstrapdefault header.tpl
{combine_script id='jquery-ajaxmanager' require='jquery' path='themes/default/js/plugins/jquery.ajaxmanager.js'}
{combine_script id='thumbnails-loader'  require='jquery-ajaxmanager' path='themes/default/js/thumbnails.loader.js'}

in Gdthumb ...tpl
{combine_script id='jquery.ajaxmanager' path='themes/default/js/plugins/jquery.ajaxmanager.js' load='footer'}
{combine_script id='thumbnails.loader' path='themes/default/js/thumbnails.loader.js' require='jquery.ajaxmanager' load='footer'}

For a unique javascript file,the  id don't match, the  files are loaded twice in the header.js and in the footer.js

The default values are 'jquery.ajaxmanager' and 'thumbnails.loader'

Last edited by gbo (2016-11-02 15:23:25)

Offline

 

#3 2017-02-07 14:04:27

philb
Member
2014-07-22
30

Re: [Theme] Bootstrap default improvement

Sorry, I don't check the forums all that often and have been moving house n stuff so even less recently.

Best place to post issues is on Github: https://github.com/Philio/bootstrapdefault/issues

I'll have a look at your suggestions soon.

Offline

 
  •  » Themes
  •  » [Theme] Bootstrap default improvement

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact