Thanks for your help. I think author of the theme will not fix my problem. Do you know if I can execut a PHP function to disable caching? I'd like to execut this function:
if ( wp_is_mobile() ) {
DO NOT CACHE and do not display pages that have been cached
} else {
ALLOW CACHING
}
Thanks