Tagged: custom code, customization, header
-
AuthorPosts
-
abdullah canipek Friend
abdullah canipek
- Join date:
- November 2014
- Posts:
- 133
- Downloads:
- 32
- Uploads:
- 22
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
February 18, 2016 at 12:51 am #885893I want to change Magz 2 header like attachments. How can i add to my codes into this area?
Best regards.
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 18, 2016 at 6:37 am #885992Hi You need to define new blocks/module position in the /tpls/blocks/header.php file define new module positions
<div class="col-md-4 <?php $this->_c('New_module') ?>"> <jdoc:include type="modules" name="<?php $this->_p('New_module') ?>" style="raw" /> </div>
Here : http://prntscr.com/a4qtbh
Define new module position in TemplateDetails.xml file .You need to define new class to give style to new module position yourself , it may depends on the design that u want to apply
1 user says Thank You to Pankaj Sharma for this useful post
abdullah canipek Friendabdullah canipek
- Join date:
- November 2014
- Posts:
- 133
- Downloads:
- 32
- Uploads:
- 22
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
February 20, 2016 at 12:22 am #887155Thank you for your answer Pankaj.
I have add this codes and working, but i dont understand thi code:
<div class="col-md-4 <?php $this->_c(‘New_module’) ?>"> in $this->_c(‘New_module’) should be echo "new_module" ?So i working on my design to html and css and i ask questions again if I encounter problems 🙂
Thanks a lot.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 20, 2016 at 2:38 am #887188Your are welcome .
Its personal customization and u need to do it yourself with suggested methods can do it via add new position .
Have a good day . -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum