Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: aks_cache: Partial caching web pages. SpeedUp your site!
In textpattern 4.7.3 the design breaks a little bit the options screen of aks_cache – td elements have “vertical-align:middle” associated. With a lot of cached elements the options form is somewhere below and one has to scroll down. A small workaround could be to change
echo <<<EOF
<style type="text/css">
#aks-list td{
to
echo <<<EOF
<style type="text/css">
td{vertical-align:top}
#aks-list td{
Offline