Blekathlon, DevTheme and WordPress Importer updated to 3.8.1
Changes
Blekathlon
- IMPORTANT: Due to some user complaints, the use of CDN for images and image resizing has been disabled.
If you want to use it again ininit.php
change this line:
$helper = new Helper($useCdn=false);
to
$helper = new Helper($useCdn=true);
- Support for Cyrillic in search.
- Search now is case-insensitive.
- Autofocus search field on open.
- All strings in front-end can be translated.
DevTheme
Similar changes as Blekathlon + some specific for this theme
v3.8.1
- IMPORTANT: Due to some user complaints, the use of CDN for images and image resizing has been disabled. If you want to use it again in
init.php
change this line:
$helper = new Helper($useCdn=false);
to
$helper = new Helper($useCdn=true);
- Removed top share box.
- Support for Cyrillic in search.
- Search now is case-insensitive.
- All strings in front-end can be translated.
- Default font changed to Rubik
- Fixed bug in not
pre
code
blocks. Now they are inline. - Changed design for code blocks.
WordPress Importer
- Fixed bug when WordPress and Bludit are on same domain.