• AAM doesn’t work properly on RTL WordPress;
    I’ve added scrolling="no" to aam iframe and it worked correctly;
    \wp-content\plugins\advanced-access-manager\application\Backend\tmpl\index.php
    Line 13.

    <iframe scrolling="no" src="<?php echo admin_url('admin.php?page=aam&aamframe=main'); ?>" width="100%" id="aam-iframe" style="border: 0; height: 100%; width: 100%; min-height: 450px;"></iframe>

The topic ‘AAM Issue on RTL WordPress’ is closed to new replies.