PSD to Joomla template - Joomla! Forum - community, help and support
hello,
is there easy way convert psd joomla template, maybe link tutorial meant noobs?
thanks
is there easy way convert psd joomla template, maybe link tutorial meant noobs?
thanks
no easy way depends trying do.
the way do.
1. create html css static template first.
2. convert joomla theme
joomla template structure
---------------------
css
images
js
html (contains overrides frontend modules , other stuff need override output for)
index.php (main template file)
templatedetails.xml( configuration file template)
---------------------
a. determite objects site requireds (components,modules other stuff)
b. name theme dir youtheme/. edit templatedetails.xml file , update such info
name of theme, positions etc.
c. edit or create index.php apply new html created add modules positions other logic.
d. upload new theme go extension manager click on discover install new theme.
e. install modules , components configure them etc.
done.
the way do.
1. create html css static template first.
2. convert joomla theme
joomla template structure
---------------------
css
images
js
html (contains overrides frontend modules , other stuff need override output for)
index.php (main template file)
templatedetails.xml( configuration file template)
---------------------
a. determite objects site requireds (components,modules other stuff)
b. name theme dir youtheme/. edit templatedetails.xml file , update such info
name of theme, positions etc.
c. edit or create index.php apply new html created add modules positions other logic.
d. upload new theme go extension manager click on discover install new theme.
e. install modules , components configure them etc.
done.
Comments
Post a Comment