magento - Disable a Module in Certain Theme - Stack Overflow

    2024-10-20 11:34

    Is it possible to disable certain modules when running a certain theme? I'm working on a mobile friendly version of our Magento store and I've run into some issues with a few extensions. Rather than customize them, the default iphone theme is sufficient, so I'd like to just disable those modules so it runs the default code when on a mobile device.

    disable html output magento mobile theme

    How To Disable Module Per Theme Via Xml in Magento

    I was hoping to find a way to disable particular extensions on a theme by theme basis? Hypothetical scenario: I would like to develop a mobile theme for my existing magento website. The site has a

    Solved: Disable module output - Magento Forums

    Hello, I'm using magento CE 2.2.3. I have multiple website with different theme in a single installation. I need your help: I would like to disable a module (MGS_Mmegamenu) only in a website. How can I do? I have already read the guide, but it seems to ignore the setting: https://devdocs.magento.c...

    Disable extension for mobile theme - Magento Stack Exchange

    I have implemented an extension for my desktop theme, and I want to disable this extension on mobile theme (added as exception).

    Disable module output | Magento 2 Developer Documentation

    By default, all modules are configured so that a module's output can be written to a view. Turning off output offers a way to essentially disable a module that can not be disabled due to hard dependencies.

    Disable Modules Output · Issue #21875 · magento/magento2

    The ability to disable module output has been removed from Admin. If you disabled module output from Admin in a previous release, you must manually configure these settings. See Disable module output for details.

    Blocks HTML output - Magento Forums

    Blocks HTML output. Hello everyone, I have a new problem to solve, I installed version 1.9.2 as advised I disabled the Blocks HTML output and everything works! my problem is that every day car enabled the Blocks HTML output and every day I have to disable it! You find this problem in your site?

    How to disable module in Magento 2 - NWDthemes.com

    There are 3 ways to disable module in Magento 2. Well, actually 3rd way only disable module output, but it can be done directly from admin.

    How to Enable or Disable Modules in Magento 2 - SimiCart

    Magento 2 allows you to enable or disable currently available modules; in other words, any Magento-provided module or any third-party module that is currently available.

    Magento: How to enable/disable module output per website level?

    3. Yes, adding store specific handle to your theme layout update file is the right way for magento CE 1.5.x.

    Create a custom command to disable a module in Magento 2

    Sometimes, in Magento 2, we create a custom attribute with custom source options, but when we disable the module, we face errors.

    How to disable modules in Magento? | Techawaken

    It is advised to disable unused modules in Magento for website optimization. Also while troubleshooting issues we can temporarily disable module(s) to see which module(s) is/are causing the issues. Let see how we can disable the modules in Magento: 1. Login to Magento admin and go to Admin >> System >> Configuration. On the left hand side click on the Advanced section under Advanced tab.

    Disable modules output Magento - Stack Overflow

    So, there is a tool at Magento's admin backend which allows "Disable modules output". This tool has a completely weird logic. I can't find anywhere what means "Disable modules output".. I thought it should disable module, but.. If you have custom module, for example "custmodule". This module have some rewrites in config.xml and custom template layout for create/remove some blocks (custmodule.xml).

    Disable 'effects' on mobile - Support - Themeco Forum

    We do not have an option that you can disable the effects for mobile or smaller screens only. It will only be possible with custom coding to override the effects on mobile. I would suggest you please contact a developer who can assist you with your concern or you can subscribe to One where customization questions are answered.

    magento 1.7 - Mobile & tablet showing different themes randomly ...

    Me again. Got a new problem now, which is fixed bij disabling the Block_HTML cache. I'm using the Blog Pro extension from Amasty and out of the blue Magento started switching between mobile and desktop code for the blogposts. So if desktop is used on desktop, it is also used on mobile.

    admin - Blocks HTML output cache issue, static blocks not displayed ...

    I have an issue, When I enable Blocks HTML output cache My static blocks were not displayed in product description page, when I disable this everything is working fine.

    How to Disable Mobile View in Magento and Display the Desktop screen ...

    I was Using Venus theme on Magento, When i am trying to load my site on mobile , the content is been displayed in irregular format. i want to disable responsive layout so that the same desktop st...