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
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
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