Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#85 2019-03-10 14:51:51
- whocarez
- Plugin Author
- From: Germany/Ukraine
- Registered: 2007-10-08
- Posts: 277
- Website
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