WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Have tried in functions.php to extend the time selection with 0.5s, 1.5s ... but this will not shown after saving. Seems to work in frontend.Code: [Select]$secs[] = '0.5s';$secs[] = '1s';$secs[] = '1.5s';$secs[] = '2s'; ...What is the trick to see this in backend?
$secs[] = '0.5s';$secs[] = '1s';$secs[] = '1.5s';$secs[] = '2s'; ...
<?php //color the code// in functions.php$secs[] = '800'; ...// in frontend.css.minihero .duration800 {-webkit-animation-duration: 0.8s;animation-duration: 0.8s;}...
my fix...in attachement a german translation, feel free to use it...
[11-Jan-2018 17:54:38 Etc/UTC] PHP Fatal error: Call to a member function fetchRow() on null in G:\Website\Wb-Portable-2.10.x-php56\root\mysite2.10.0\modules\minihero\modify.php on line 34r[11-Jan-2018 17:55:00 Etc/UTC] PHP Fatal error: Call to a member function fetchRow() on null in G:\Website\Wb-Portable-2.10.x-php56\root\mysite2.10.0\modules\minihero\view.php on line 19r
Is there anything you know about how your modules function which might have resulted in this error? Or might you suggest how this might have happened from a user error perspective... or how I might repair it. I am only asking you here, because it appears only your two modules have been affected.
I just downloaded the 0.4 version of MiniHero - but there is no magic.css file in the zip-folder. Neither is there the animate.css that was in the previous 0.3 version.
Quote from: astricia on April 25, 2018, 09:41:04 PMI just downloaded the 0.4 version of MiniHero - but there is no magic.css file in the zip-folder. Neither is there the animate.css that was in the previous 0.3 version. Both of them are now included in the frontend.css itself.
/*! * animate.css -http://daneden.me/animate * Version - 3.5.2 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2017 Daniel Eden */.animated{animation-duration:1s;animation-fill-mode:both}....... very long line..../*Magic - Ver 1.2.0 - https://minimamente.comLicensed under the MIT licenseCopyright (c) 2016 Christian Pucci*/.magictime{animation-duration:1s;animation-fill-mode:both}...... very long line....
And I guess I could now delete the animate.css which still sits in the module folder.