-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 11, 2016 at 7:49 am #843841Hi
You can create a new template layout and assign to it the no-sidebar layout then assign this new template style to your video menu item
eagle75au Friendeagle75au
- Join date:
- March 2011
- Posts:
- 43
- Downloads:
- 71
- Uploads:
- 15
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 11, 2016 at 8:55 am #843893Thanks for your response Pavit! ..
I have also worked out another way to get what i need to work but it required extra module positions to be added. I have added screenshots of current and what i need, can you help with this?
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 11, 2016 at 9:23 am #843903Hi
It is the spotlight-2 block
Simply add it to the layout.php or move it
Example : the home layout ( /templates/ja_university_t3/tpls/home.php ) have it below the contentslider block
<?php $this->loadBlock('header') ?> <?php $this->loadBlock('mainnav') ?> <?php $this->loadBlock('slideshow') ?> <?php $this->loadBlock('department') ?> <?php $this->loadBlock('spotlight-1') ?> <?php $this->loadBlock('home') ?> <?php $this->loadBlock('contentslider') ?> <?php $this->loadBlock('spotlight-2') ?> <?php $this->loadBlock('spotlight-3') ?> <?php $this->loadBlock('navhelper') ?> <?php $this->loadBlock('footer') ?>
so if you want to change positions simply move the block just below the spotlight-1
<?php $this->loadBlock('header') ?> <?php $this->loadBlock('mainnav') ?> <?php $this->loadBlock('slideshow') ?> <?php $this->loadBlock('department') ?> <?php $this->loadBlock('spotlight-1') ?> <?php $this->loadBlock('spotlight-2') ?> <?php $this->loadBlock('home') ?> <?php $this->loadBlock('contentslider') ?> <?php $this->loadBlock('spotlight-3') ?> <?php $this->loadBlock('navhelper') ?> <?php $this->loadBlock('footer') ?>
Hope was clear enough
eagle75au Friendeagle75au
- Join date:
- March 2011
- Posts:
- 43
- Downloads:
- 71
- Uploads:
- 15
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 11, 2016 at 10:54 am #844027That works great thanks, how do i adjust the size of the blocks within spotlight 2 to be same as spotlight 1? Currently if i set to be 6 blocks wide it goes onto the next line
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 11, 2016 at 10:58 am #844030to change width for modules you should edit layout from backend and switch on the responsive layout tab then with your mouse change positions width
eagle75au Friendeagle75au
- Join date:
- March 2011
- Posts:
- 43
- Downloads:
- 71
- Uploads:
- 15
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 11, 2016 at 11:31 am #844057Sorry to be pain, that did work I don’t know how I missed how easy that was! .. Unfortunately it still doesn’t fix my issue 🙁 … as I already have the positions in spotlight 1,2 & 3 filled. Is it possible to duplicate any of the spotlight to gain a 4th? ..
Home page I am using Spotlight 1 with 4 even positions but on a different page I need 3 even positions on the same level as Spotlight 1, hope you can understand what im trying to do!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 11, 2016 at 11:49 am #844063hope you can understand what im trying to do!
No, maybe a screenshot could help
eagle75au Friendeagle75au
- Join date:
- March 2011
- Posts:
- 43
- Downloads:
- 71
- Uploads:
- 15
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 12, 2016 at 7:44 am #845244Hi Pavit,
As per my earlier post, i am trying to achieve an extra spotlight position (with 3 even spaced module positions), the template already has 3 spotlight positions, i need 4, directly under spotlight 1, the positions can be any number they don’t need to be consecutive, just so i can add 3 evenly spaced modules to it and so they are centred on the page.
On the home page i have spotlight 1 using 4 even positions, i need 3 even positions on the videos page shown in the same area above positions 5,6 & 7
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 12, 2016 at 9:50 am #845344Hi
I created a new page and named it video.php at this page layout i assigned spotlight-2 block below spotlight-1 and assigned this layout to the new template style named ja_university_t3-video-page , then i assigned this template layout style to the videos menu item , now your video page and only it has this template style assigned.
eagle75au Friendeagle75au
- Join date:
- March 2011
- Posts:
- 43
- Downloads:
- 71
- Uploads:
- 15
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 14, 2016 at 8:15 am #847521Thank you!
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 2 voices, and was last updated by eagle75au 8 years, 10 months ago.
The topic ‘Component Full Width in different position?’ is closed to new replies.
Jump to forum
Component Full Width in different position?
Viewing 10 posts - 1 through 10 (of 10 total)