• Hi,
    Great and easy to use plugin.
    I have used it on other site successfully.

    However on a new install i did today, I cannot control overlay option for the default theme. It used to be under “theme” sub-menu in Easy Modal menu. But it is not visible anymore on new installtion.

    Can you please tell if it is bug, or default theme is not included free anymore? Hope you will keep 1 theme included with free version as it was from start. Thank you!

    Any help in this regard will be great.

    Thank you!

    https://www.ads-software.com/plugins/easy-modal/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    Hey Mohsin, Definately includes theme editor for 1 theme. Sounds like your either not an admin or dont have theme editor capabilities ( typically because your host created your wp install and gave you limited access ),

    Basically the theme editor uses the same permissions as the Appearance -> Editor menu item which is also likely not there for you.

    You can either contact your provider and ask them to make you a full administrator and remove limitations, or we can add a filter to your themes functions.php to modify the required permissions for our theme builder.

    I would opt for #1 personally but its up to you.

    add_filter('emodal_admin_submenu_themes_capability', 'fix_my_emodal_theme_menu');
    function emodal_admin_submenu_themes_capability($capability) {
        return 'edit_posts';
    };
    Thread Starter Muhammad Ismail

    (@warmarks)

    Hi Daniel,

    Thank you so much for your help in this regard.
    You are right, it was the admin user with limited permissions.
    I have asked the host to check.

    Thank you again for your kind & prompt support!

    Plugin Author Daniel Iser

    (@danieliser)

    Not a problem, make sure to take a moment to rate and review the plugin or support. https://www.ads-software.com/support/view/plugin-reviews/easy-modal

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One free Theme no more included? Or it is Error as THEME sub Menu Not Showing’ is closed to new replies.