Woothemes

Add custom font

Add custom font 1) Upload font files to your website, for example, into …/wp-content/uploads/fonts/ or your child theme folder, make sure you are uploading Webfonts, you can generate Webfont files here 2)Then add @font-face in Theme Option > Advacned > Custom CSS this way: @font-face {font-family: ‘Gruppo’;src: url(‘/wp-content/uploads/fonts/Gruppo_reg.eot’);src: url(‘/wp-content/uploads/fonts/Gruppo_reg.eot’) format(’embedded-opentype’),url(‘/wp-content/uploads/fonts/Gruppo_reg.woff’) format(‘woff’),url(‘/wp-content/uploads/fonts/Gruppo_reg.ttf’) format(‘truetype’),url(‘/wp-content/uploads/fonts/gruppo_reg.svg#Gruppo’) format(‘svg’);} 3) Add…

Woothemes

Less css is not writable

Less css is not writable 1) Make sure you have an up-to-date theme version.2) Please try to apply 755 or 777 CHMOD to:…/wp-content/themes/dt-the7/css/custom.less …/wp-content/uploads/ …/wp-content/uploads/wp-less/dt-the7/css/ folder and files inside. Then you need to navigate to Theme Options -> General and click “Save Options” button. Warning message will not bother you after that. 3) Please check…

Fig. 1. Minify

W3 Total Cache (W3TC) Settings

W3 Total Cache (W3TC) Settings We suggest to use W3 Total Cache plugin to speed up your web-site. General Settings Page cache – enabled Minify – enabled (fig. 1) Fig. 1. Minify Database Cache – disabledObject Cache – disabledBrowser Cache – enabledCDN – may leave it disabledReverse Proxy – disabledStatistics – disabledMonitoring – disabled Miscellaneous –…

Autooptimize Js

Settings for Autoptimize cache plugin. The7

Settings for Autoptimize cache plugin. The7 Autoptimize plugin works perfectly for JS / CSS / HTML minification. The following settings are recommended: Fig. 1.  Autoptimize JS settings Fig. 2.  Autoptimize CSS and HTML settings Fig3. Autoptimize misc setting Fig4. Autoptimize image setting (add lazy load exclusion class “.lazy-load”) Please consider that depending on third-party plugins…