You'll have to change the main layout and its CSS files, which you can do via this click-path:
(administration)
-> Extensions menu -> Template Manager
-> Templates (sidebar submenu after you arrive at Template Manager)
-> Purity 3 Details and Files
Beware: the main file is PHP code mixed with HTML and Joomla's jdoc tags, which are template directives. Being PHP code means you can make very powerful mistakes here, and modifying jdoc directives you don't understand will break things as well. Always backup before you work, and then after that, save benchmarks of each file as you make progress. For that matter, it is a very bad idea to edit your template live on a site which gets visitors -- major overhauls like this should be at least tested on a copy of the site before duplicating the finished version on the live site.
Talk to the template vendor's community about any advice more specific to their stuff.
And just to be clear, you are going to need to pay very close attention as you shuffle bits of your header and its contents around; some of those jdoc calls and the bits of PHP which surround and punctuate the HTML code, must remain logical and functional in order to accomplish module presentation logic (mainly involving conditional blocks to only render module positions if they will have contents this page-click).
via Joomla! http://ift.tt/1CRK1UO
(administration)
-> Extensions menu -> Template Manager
-> Templates (sidebar submenu after you arrive at Template Manager)
-> Purity 3 Details and Files
Beware: the main file is PHP code mixed with HTML and Joomla's jdoc tags, which are template directives. Being PHP code means you can make very powerful mistakes here, and modifying jdoc directives you don't understand will break things as well. Always backup before you work, and then after that, save benchmarks of each file as you make progress. For that matter, it is a very bad idea to edit your template live on a site which gets visitors -- major overhauls like this should be at least tested on a copy of the site before duplicating the finished version on the live site.
Talk to the template vendor's community about any advice more specific to their stuff.
And just to be clear, you are going to need to pay very close attention as you shuffle bits of your header and its contents around; some of those jdoc calls and the bits of PHP which surround and punctuate the HTML code, must remain logical and functional in order to accomplish module presentation logic (mainly involving conditional blocks to only render module positions if they will have contents this page-click).
Statistics: Posted by NathanHawks — Tue Apr 14, 2015 3:26 am
via Joomla! http://ift.tt/1CRK1UO
No comments:
Post a Comment