install a template with content - joomla

I am new to Joomla, trying to install this template http://demo.web-komp.eu/jomi/#page, following the instructions from here http://docs.joomla.org/J3.2:Installing_a_template.
But i am not getting any features of theme like menus, sliders, images. This is the out put on activating the theme :
How can I import theme with content in Joomla 3.2?

Follow these steps:
1) Install the template: Extensions->Extension Manager->Upload zip file and install.
2) Choose your new template as the default template of the site: Extensions->Template Manager->Click on the star next to the new template installed.
3) Assign the modules to your new template: You must go to the Module Manger and changes the positions of all of the modules to the new positions of the template you installed.
If you would like to know what positions your template has do the following:
Go to Template Manager and on the right top corner click on options. You will see this: Preview Module Positions. Click enabled and save and close.
Now to view the positions your template has just type in the url this: ?tp=1
Example: www.test.com/demo?tp=1
Hope this helps you out :).

Related

How to add Magento extension in other theme except default

I want to add extension - All Category Product Carousel in my Magento Website and it has RWD theme.The components of the extension are by default installing in:
app/design/frontend/default/default/layout
app/design/frontend/default/default/template
skin/frontend/default/default
I have moved the components in my theme folder i.e. RWD, and components are now in the following folders:
app/design/frontend/rwd/default/layout
app/design/frontend/rwd/default/template
skin/frontend/rwd/default
But after this also the extension is not working. I am new to Magento so does not know much things about it. Does anything else be done?
The products are there but css and js is not getting applied on them. The data is showing like: Please View Here
You can paste your extension key here. Now you can check if you have copied all the files to RWD.
The extension tell to insert below block in cms page. Include it in your cms->home page.
{{block type="pcarousel/pcarousel" pcarousel_id="carousel id" template="pcarousel/pcarousel.phtml"}}
After that navigate to system->permission->blocks->Add new block and add the type pcarousel/pcarousel there and allow it.
The css and js files were not loading in the main page, have added them externally. Now working

How can I install new theme in Magneto ?

I want to install new theme in magento and I have also followed step of this link (https://www.siteground.com/tutorials/magento/magento_themes.htm) but I am not abling to get theme in magento. Please suggest me how can I install theme in magento ?
Thanks
If you already have the pre-built theme, then in magento project folder navigate to
app/design/frontend/default
Place your theme folder here.
Now to activate your theme. Log in to your admin panel.
Navigate to
system->configuration
Click in the design tab in the left hand side
Under the "Pakage Name" put you package name i.e "default" in this case and under you theme In the "Template" put your theme name "Your_theme_name" i.e your theme folder name that you copied inside default directory.
If you are creating a new theme, just create a new folder inside default directory and follow the step as described above.
In this way you can install a new theme.
Hope this will help.
It depends how theme you want to use is distributed. If it is a package, just extract it to your root folder and you should get proper folders in skin and app/design dirs and what you need to do then is to set correct package and / or theme in backend (Configuration > Web > Design). For full package theme name would probably always be default. Although if you are only adding new theme, you should pick its name app/design/frontend/default/{theme_name} and same in skin folder (if it includes some additional css, images and / or javascript).

Magento - Changing the name of a theme

I'm trying to change the name of a theme which I have downloaded recently.
These are the procedures I did.
I have created an Interface folder named x And a theme folder named y. Under app/design/frontend/ and skin/frontend/ And I moved all contents of the downloaded theme into the theme folder I have created.
Next I have changed the Current Package Name name to x under package.
And the Default to y under themes of Configurations->Design
After saving the configurations when I refreshed the store I'm getting only blank page.
Please anyone help me to resolve this issue and setup the theme.
Hope you are doing well.
1) As of you are required to change you magento's current store to new theme. For changing the theme in magento we are having three folder in magento which are as under
1)app
2)js
3)skin
So your old theme which is there right now will have this 3 folders in it. Now for change of store to new theme all you are required to do is you have to replace this 3 folders by the theme which you want to replace.
Suppose X is theme is there right now and you want to replace it by y. Then you are required to replace app,js and sking of x theme with y.
And then you are required to make some changes in the admin pannel under
->system->configuration->design->theme
Give appropriate name of the theme which you using right now and then save it. Refresh the front end you theme will be changed.
2) Another way to change the theme or you can install the magento theme is you can use the magento connect from
->Magento Connect -> Magento Connect Manager -> Get the key of the theme which you want to install ->click on install.
Hope this solutions will be use full to you.

How do I prepare fresh magento install (ver. 1.8.1) for local theme developement?

Just installed a fresh copy of Magento and I would like to know what settings/configurations have to be made in order to begin theme development. I'm running php 5.4 on a mac and for coding the theme I will use SCSS.
You have to create a new theme folder and theme package folder (optional) as followig
app/design/frontend/{theme package name}/{theme folder name}/
then create two folders layout and template and work in them.
Then create the skin related folders in skin/frontend/{theme package name}/{theme folder name}/ and place all your theme related css and images here.
Note that you have to keep the theme package name same for both.
To activate this theme on the site, log-in to your admin panel, go to
system >> configurations >> Design and click the Package Tab and enter your theme package name then open the Theme tab beneath it and enter the Template, Skin and layout theme folder names, if the theme folder name is same for all of them then just enter it in the Default field and leave others empty and save the settings. Now clear the site Cache by going to system >> Cache Management, select all the options and click Submit button and reload the frontend. The new theme will be in action.

phpFox Template change

I have installed phpFox and I have HTML( only html,css,js ) template. I want to change to my own html template instead of default template! I could to do this task! Please help me to change default template to my own html template. phpFox 3.3.0
Go to your admin area.
Then
Create a new theme here.
http://yousite.com/index.php?do=/admincp/theme/add/
Now create a new style here and select your theme
http://yousite.com/index.php?do=/admincp/theme/style/add/
add a new style here
Now go to folder
yoursite/theme/frontend/
Copy cosmic folder and rename it with the name which you had given in admin while creating style.
Also rename folder inside this folder cosmic to new folder name.
Now you can change the html
yourfolder/template/template.html.php
You can also change the CSS
frontend\yourfolder\style\yourfolder\css\custom.css
Activate your theme
http://yousite.com/index.php?do=/admincp/theme/
And make your theme default
Hope this will helps you.
Firstly, you tell us what exactly you want to modify or change. For instance if you want to change user profile head information, you should find the related template file from module "user".
Anyway before doing it I suggest you to backup the original files.
If you want just to create a template with new styles, then do as KESHU VAT's way.

Resources