Removing magento cms page layout update from mobile theme - magento

I'm using cms HomePage in magento to show my block.
It reuqires some <action>, so I'm adding it on layout update tab. It works fine, but...
This layout update is applied on mobile theme too, what is wrong behaviour. How can i prevent it?
Thanks for any advice.

There is no simple solution... What you want from action? Maybe there is another way for that ;)

Related

Configurable product options not showing the options on Frontend

I am having problems with the configurable products not showing the options on the frontend. If I use the default theme that came with magento (rwd), all the options are there and working great. But if I select my custom theme, the dropdown options shows nothing but the default "choose an option..."
I have tried most of the troubleshooting but still the problem persist.
Console errors.
By the way, my custom theme is based on rwd built-in theme in magento. I only modified most of the styles and copied some phtml from the base folder.
This problem took me a day to figure out what was wrong and now I finally have an answer to my own problem.
Great Tip: Always check for jquery conflicts for this type of issue. thanks to #Chiragit007 for the hint.

How to change prestashop theme dynamically

I would like to establish an alternative theme for all my website visitors except for me.
If is not possible natively or by a module I would like to know where I can add a little conditions code that will redefine the theme during the page loading.
Thankz for your help
Finally, it seem that is not possible.
Setting Maintenance mode is the only way for do this kind of thing.

Which template do you edit to change doctype in Magento checkout?

Which template do you edit to change doctype on the Magento checkout page?
I am trying to implement a design change using an alternative package/theme for mobiles using the Magento's HTML5, "iphone" template but I have been having problems with doctypes on certain pages.
The checkout is one such page. Try as I have I haven't been able find the template.
IT is driving me insane.
Any help appreciated.
Using Magento 17.0.2
Go to app/design/frontend/default/yourtheme/template/page folder, then edit the 1-column.phtml, 2columns-left.phtml, 2columns-right.phtml and 3 columns.phtml
First go to layout/checkout.xml. Copy that into your design if it's not already there so you can change the section that references template/page/1column.phtml as the template. Override that with your own file and in there you'll be able to set any doctype.
If you want to change the doctype globally, and not just on the checkout page, you can just edit your 1column.phtml.
As you make changes to these files go into the admin and clear your cache if you don't see the updates immediately.

Magento top menu dropdown is not working in homepage

Top menu dropdown is not working only in homepage. It's working fine in innerpages. I'm having a banner slider extension and custom jquery slider in my homepage i thought the issue is with jquery conflict.
Did anyone overcome these kind of problem before? Please share your comments to solve this problem.
Thanks,
Use jQuery.noConflict() in your jQuery file, to avoid conflict with prototype library
See this link

Magento custom CMS overflowing at the bottom of the homepage

I am creating a custom CMS for the online store shop in magento. Just now i am facing this weird issue. The custom CMS which i have created is overflowing at the bottom, infact it is over lapping on top of the homepage footer. I have checked all the possible configuration but i am unable to find any. Has anyone faced such issue then please help me on this.
This is what is happening as shown below
You should mess around with display:block's and overflow:hidden's in your stylesheet.

Resources