-
AuthorPosts
-
nvestor24 Friend
nvestor24
- Join date:
- March 2012
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
March 21, 2013 at 9:32 pm #186078hello guys,
your framework is really heavy !
a new problem – i would like to have fixed the width of the slideshow-module. i have changed the slideshow against a another. now i need more space at the right side. i made two examples. the first pic is the original – the situation today.
the second pic is my wish.at the moment, the width for the slideshow is 620px and i need 700px. the right site (position:slide-news) should be smaller. important is, that all runs in all template layouts (wide,auto,table and smartphone!
i only can say – Joomlart is the best TEMPLATE-PROVIDER in the whole joomlaworld with the greates support-heros.
best wishes
torsten-
kanenses Friend
kanenses
- Join date:
- December 2012
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 11
- Thanked:
- 16 times in 1 posts
March 22, 2013 at 12:05 am #487397Hello,
Can you provide me your link? I can take a look 😉
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
March 22, 2013 at 4:10 am #487404Hello nvestor24,
Please open “templatesja_mitiustplsblocksslideshow.php” file, modify the div with “left-slideshow” class name to “span9” and div with “right-slideshow” to “span3”.
Hope this helps.
Regards.
1 user says Thank You to Stork11 for this useful post
nvestor24 Friendnvestor24
- Join date:
- March 2012
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
March 24, 2013 at 7:53 pm #487628hello stork11,
you are the greatest king :).
I am totally excited. I would have never found it. is there somewhere a contribution to read more such ingenious tricks?
thank you very, very much.
best regards
torstenNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 26, 2013 at 10:26 am #487886You can try on this way again
Open templates/ja_mitius/tpls/blocks/slideshow.php file
from
<div class="row">
<div class="left-slideshow span8<?php $this->_c('slideshow')?>">
<div class="main-slideshow">
<jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="raw" />
</div>
</div>
<div class="right-slideshow span4">
<div class="main-siderbar">
<jdoc:include type="modules" name="<?php $this->_p('slidenews') ?>" style="T3Xhtml" />
</div>
</div>
</div>
change to
<div class="row">
<div class="left-slideshow span9<?php $this->_c('slideshow')?>">
<div class="main-slideshow">
<jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="raw" />
</div>
</div>
<div class="right-slideshow span3">
<div class="main-siderbar">
<jdoc:include type="modules" name="<?php $this->_p('slidenews') ?>" style="T3Xhtml" />
</div>
</div>
</div>
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 4 voices, and was last updated by Ninja Lead 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum