-
AuthorPosts
-
September 4, 2014 at 7:43 pm #201085
For some reason i dont see the module position contentslider when I try to go and edit the modules, however the module position exists in the ja university home style which is what I have selected. can you please tell me how can I set my JA Content SLider to the contentslider position?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 4, 2014 at 7:53 pm #548346Hi
You can manually add the position writing inside the position field the name of the position
Hope this helps
September 4, 2014 at 8:44 pm #548356Thanks. That worked. To tag on to this, do you know why my main articles are only looking half width and not full width ? http://www.swarganga.org/beta3/index.php/databases/artistbase
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 4, 2014 at 9:01 pm #548358Hi
You should check the menu item Artistbase which layout has assigned you should assign to it the layout that has full width for content block and not one with sidebar so the no-sidebar layout
Hope was clear
September 4, 2014 at 9:09 pm #548360Pravit,
Thanks for the quick response. What I am doing or want to do is the side bar to be floating on the right and open when clicked. That way I can use the full width. I am using the “home” layout of the template. How can I do this ?
Can I some how delete these “auto none” boxes ? That will give me what I want.
Adwait
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 5, 2014 at 5:16 am #548398Hi
If i correctly understood you should change the maincontent block inside your home layout , copying it from the no-sidebar layout
You can create a new php file ( floating.php ) and copy the blocks declarations from home.php
<div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
<?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') ?>
</div>
Then you can change the block home in this way
<div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
<?php $this->loadBlock('header') ?>
<?php $this->loadBlock('mainnav') ?>
<?php $this->loadBlock('slideshow') ?>
<?php $this->loadBlock('department') ?>
<?php $this->loadBlock('spotlight-1') ?>
<?php $this->loadBlock('mainbody/no-sidebar') ?>
<?php $this->loadBlock('contentslider') ?>
<?php $this->loadBlock('spotlight-2') ?>
<?php $this->loadBlock('spotlight-3') ?>
<?php $this->loadBlock('navhelper') ?>
<?php $this->loadBlock('footer') ?>
</div>
Then create a new style and assign it the floating layout and apply this new style to your needed menu items
September 10, 2014 at 2:50 pm #549033Looks like that worked. But why dont I see the floating sidebar that I can open ? Secondly do you know why my search image is missing ? http://www.swarganga.org/beta3/
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 10, 2014 at 3:11 pm #549037<blockquote>But why dont I see the floating sidebar that I can open ? </blockquote>
Probably because it is published in sidebar position ?
With this new style your page is not using sidebar blocks <?php $this->loadBlock(‘mainbody/no-sidebar’) ?> so position is not available .
<blockquote>Secondly do you know why my search image is missing ?</blockquote>
Please send me via Private Message a temp super user account to your backend so i can take a look at it and discover why image is not showing correctly
September 10, 2014 at 3:12 pm #549038I actually see the button on top of the menu on the home side, how can I move it to go truly to the side ?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 10, 2014 at 3:29 pm #549040Hi
Your search image now is showing
<blockquote>I actually see the button on top of the menu on the home side, how can I move it to go truly to the side ?</blockquote>
Could you explain in details it ?
September 10, 2014 at 3:35 pm #549044See the attached screen shots. The button and the slider actually work. But it appears at a weird position.
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 10, 2014 at 3:51 pm #549048Because it starts from the left limit of the template
on the left there is no blocks or code where to add it
September 10, 2014 at 3:57 pm #549050So can I move it to the right, next to the user menu ? There is space there and it will fit perfectly? Also then the side bar needs to open on the right as well not the left. This is what I prefer actually!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 10, 2014 at 4:08 pm #549051<blockquote>So can I move it to the right, next to the user menu ?</blockquote>
Yes you can move it , but other features requires a bit of customizations code, because are not part of the released template.
September 10, 2014 at 5:58 pm #549069Can you help me get started with it? Where to look/change ? I can take it from there.
AuthorPostsThis topic contains 18 replies, has 2 voices, and was last updated by pavit 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum