Opencart 3.0.2.0 How to set selected home page - layout

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?

Related

magento 1.9 switch theme on checkout page

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

Custom CSS code in SharePoint Online site not showing for all users

I have a site created in SharePoint Online that I have applied a custom css file through the Master Page - Alternate CSS. The css file is saved in the Style Library, it is checked in and published as a major version. I am using the default master page and it is also checked in. As an admin I can see the CSS changes on the site but as another user that has read access I cannot see the CSS changes. The read only users can see the top level site. I have checked the site features at site collection and site and all publishing features are active. What setting could I be missing that would cause this CSS not to show? The CSS changes are specifically to hide some buttons on the app launcher just for this site.
Thanks for your help.
CSS on Master page page will be shown to all authenticated users if CSS(style library) and master page both are checked in and published as major version.
also try removing cache and so proper revision of CSS and JS file before deployment.
also check console of browser for non accessible file :)

Set JomSocial as root path in Joomla 3.4

I installed JomSocial as a component in my Joomla 3.4 deployment. whenever I access this component, the URL is like http://example.com/jomsocial/profile. How can I make it default/main/dominating component, which has URL like:
http://example.com/profile
http://example.com/inbox
and http://example.com/ pointing to JomSocial homepage.
Open the Manage Extensions page in JoomSEF, open the JomSocial extension parameters, and on the Common tab you can either disable this by setting "Show Menu Title" to "No" or use the "Custom Menu Title" field to set your own.
I found out the way myself:
1. Go to admin page > Menus
2. Click on link Home
3. Click button Select > chose Home beneath tree Community
4. Save

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

How to get to the admin page in Drupal

I've downloaded Drupal 6 and installed it on my local server, and ported a basic web site as a custom theme. I've set this as the default theme and everything works okay; the page appears nice with all the images and layout.
The problem is that now, no matter what I type as the URL I always get to my page. So how can I go to the admin page? /q=user does not work. I can change the theme from the database but that is not what I want. I just want to keep this theme and be able to access all the Drupal functionality.
For the custom page i've created the page.tpl.php and .info file. Along with the CSS file I've put them all in a new folder in the themes directory.
#abhaga's answer is spot on - you've turned the entire site's theme into a single page's HTML, so they're all going to be the same.
If you'd like to avoid glitching the admin side of things with a bad template file, you can set one of the core themes as your "administration theme" (in Site Configuration) - that way, the admin backend will always use that theme regardless of the other templates.
Ah! Basically page.tpl.php specifies the over all structure of site. Look at the original page.tpl.php file - it will be printing a variable called $content somewhere. That is the variable holding all the content of your specific page. You will need to print it at appropriate place in your pge.tpl.php
You should check out the right way of creating a theme here: http://drupal.org/theme-guide/6

Resources