Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • swarganga Friend
    #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 Moderator
    #548346

    Hi

    You can manually add the position writing inside the position field the name of the position

    Hope this helps


    1. Screenshot_5
    swarganga Friend
    #548356

    Thanks. 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 Moderator
    #548358

    Hi

    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


    1. Screenshot_6
    swarganga Friend
    #548360

    Pravit,

    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


    1. Screen-Shot-2014-09-04-at-5.13.09-PM
    pavit Moderator
    #548398

    Hi

    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

    swarganga Friend
    #549033

    Looks 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 Moderator
    #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

    swarganga Friend
    #549038

    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 ?

    pavit Moderator
    #549040

    Hi

    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 ?

    swarganga Friend
    #549044

    See the attached screen shots. The button and the slider actually work. But it appears at a weird position.


    1. Screen-Shot-2014-09-10-at-11.34.23-AM
    2. Screen-Shot-2014-09-10-at-11.34.31-AM
    pavit Moderator
    #549048

    Because it starts from the left limit of the template
    on the left there is no blocks or code where to add it


    1. Screenshot_2
    swarganga Friend
    #549050

    So 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 Moderator
    #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.

    swarganga Friend
    #549069

    Can you help me get started with it? Where to look/change ? I can take it from there.

Viewing 15 posts - 1 through 15 (of 18 total)

This 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