
Translang | Translation Services & Language Courses
FTP details are requested when installing the theme/plugin. The issue is connected with file permissions/ownership. Please edit wp-config.php file and add the following lines: define('FS_METHOD', 'direct'); define('FS_CHMOD_DIR', 0770); define('FS_CHMOD_FILE', 0660); The ...
How to Create Webfont Kits Using Font Squirrel Generator When adding a custom font to a theme, we need to generate a webfont kit, which would contain font source files and a stylesheet with @font-face rules. The easiest way to create it is by using an online generator. In this tut ...