magento 1.9 switch theme on checkout page - layout

i want to switch theme on checkout page and cart page , i am developing custom Checkout page to work with default RWD theme ? i want to change theme to default rwd theme on checkout and cart page

I think just copy the files from the base theme to the RWD theme and edit the files in the RWD theme

Related

Opencart 3.0.2.0 How to set selected home page

I have downloaded a opencart theme (Theme link - https://elements.envato.com/wine-food-drink-theme-for-opencart-3-x-8VWE8Z)
Successfully installed it, but it shows default homepage
I want to set home page 3 for my default store
What I tried (and not worked)
1.Chanage layout in store settings
2.chage layout settings in design->layout
3.change layout in modules - this change the home page, but still shows styles from default home page .
How can I do this?

Liferay 7.1 : include my theme war in my panel app

I'm in Liferay 7.1.
I have a xxxTheme in the folder WARS. This theme is applied on public and private pages.
I've created an module panelApp, located in the user accordion in the side nav.
How could I apply my theme in the view of my panel app ?
Thanks,
The panel apps located in the user accordion will use the control panel theme. The public and private pages as you mentioned are not related to that section of your system.
You will be able to use by changing your control panel theme to your theme. Although, you might need to change some pieces of your theme to support the control panel components with your style.

How to display submenu to page in Orchard?

I'm using Orchard Cms 1.9 version. I want to add submenu to content pages?
This is example:
Displaying Current Page:

Liferay theme reset to default

I don't know if I'm the only one to have this problem, I'm developing a liferay theme using the plugin sdk and eclipse. I have a theme based on classic, when I turn off eclipse and turn on again I found that all changes on custom.css are gone and reset to default classic theme.
this was my fault I was making changes on docroot/custom.css directly, I should put the on _diff/.
You have to done your custom css in _diff/css/custom.css ok
when you create the theme your _diff folder is empty so you just take all css folder, template folder, js folder and images folder form classic theme and place in _diff folder then modify in _diff/css/custom.css file
Have look into following site for more info about liferay Liferay Savvy

Liferay theme remove css

I created new Theme in Liferay and now I want remove all default css from Welcome Page of Liferay, but I want keep this default css in admin panel.
How can I do that?
Since you have created a new theme, please apply that new theme on the welcome page. The new theme should contain all the css classes with custom look and feel that you want.
For e.g., if the welcome page has the login portlet, then please update the css classes that are used in the login portlet and have your desired look and feel in the theme.
The admin panel will not have your theme, it has default control panel theme.

Resources