-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 29, 2016 at 1:56 am #905958Hi
I this case you need to add a new module position in the slideshow block and give it style via custom.css
Go to template folder /tpls/blocks/slidesshow.php file
Define new module position code
for example :<div class="col-sm-4"> <?php $this->_c('slideshow_sidebar') ?>"> <jdoc:include type="modules" name="<?php $this->_p('slideshow_sidebar') ?>" style="raw" /> </div>
Here > http://prntscr.com/aldbv5
Give the positions custom style from custom.css file and add new module position name from templatedetails.xml.
Hope it helps .March 29, 2016 at 3:12 am #905979Thanks Pankaj!!
When I used the module position, it added it under the slideshow instead of to the right. Also the layout in the template looks weird.
See attachments
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 29, 2016 at 3:26 am #905985Hi
Could u post your site super user details via Private reply . I will take a lookMarch 29, 2016 at 3:38 am #905990I will put my site online tomorrow. Currently, it’s on my localhost machine. Unless you want me to send you the teamviewer account creds.
March 29, 2016 at 4:12 am #905995This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 29, 2016 at 6:48 am #906037Hi
The slideshow position is designed only for the slideshow ,, If you will add another position it needs to override the previous slideshow class and you will not get the same view . I attached the slideshow.php code below if you still want to change the view You need to do pretty customization in css to achive the demo site design . I suggest you to hire developer if you are not able to do custom work .<?php /** * ------------------------------------------------------------------------ * JA Platon Template * ------------------------------------------------------------------------ * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved. * @license - Copyrighted Commercial Software * Author: J.O.O.M Solutions Co., Ltd * Websites: http://www.joomlart.com - http://www.joomlancers.com * This file may not be redistributed in whole or significant part. * ------------------------------------------------------------------------ */ defined('_JEXEC') or die; ?> <div class="col-sm-12"> <?php if ($this->countModules('slideshow')) : ?> <!-- SLIDESHOW --> <div class="t3-slideshow col-sm-9 <?php $this->_c('slideshow') ?>"> <jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" /> </div> <!-- //SLIDESHOW --> <?php endif ?> <?php if ($this->countModules('slideshow_sidebar')) : ?> <div class="col-sm-3" > <?php $this->_c('slideshow_sidebar') ?>"> <jdoc:include type="modules" name="<?php $this->_p('slideshow_sidebar') ?>" /> <?php endif ?> </div> </div>
Regarding the position 6,7 its look like this because there are 3 positions in this block and you published only with that using col-md-3 size .
You can change the size from template options . Here is docPS : Do not update your Joomla to latest version till template is not ready for it . Template update will comes soon for latest Joomla compatibility .
1 user says Thank You to Pankaj Sharma for this useful post
March 30, 2016 at 2:18 pm #906739Great. That did what I wanted. I know I have to work on the css for this module. But this seems to caus an issue where the width of the content are is larger than the width of the header. See attachment and/or site.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 31, 2016 at 1:28 am #906930Hi
its looks fine at my end . Did u solved it ?
Here : http://prntscr.com/am9u33March 31, 2016 at 2:55 am #906974Yes I did.
Added <div class="wrap t3-slideshow"> to the beginning.
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by dibson 8 years, 8 months ago.
The topic ‘Add a module position to right of slideshow’ is closed to new replies.
Jump to forum