Hi all,
If you are using MD Slider and you're not able to select “settings” when configuring a slide in administrative theme (but still work fine with Seven, Bartik, etc)
Please open file page.tpl.php of the administrative theme and
replace:
<?php print render($page['content']['system_main']); ?>
with:
<?php print render($page['content']); ?>
Regards,
Hi,
How to access the administrative theme page.tpl.php in MD Make?
Appetals,
Make is not a theme for admin so when you choose Make to display with admin appearance, there are many incompatible things. We would like to recommend you do not use our Make theme as admin theme.
Hi,
I'm using "Seven" theme - the deault drupal one for administration. So, can you please help to fix the settings selecion issue on MD Slider.
Sorry,
But as our instruction, please open file page.tpl.php of the your administrative theme - Seven theme (in \themes\seven).