-
AuthorPosts
-
AHMED Friend
AHMED
- Join date:
- August 2013
- Posts:
- 119
- Downloads:
- 377
- Uploads:
- 34
- Thanks:
- 20
- Thanked:
- 2 times in 1 posts
October 28, 2013 at 10:57 am #191759Hello,
I have updated the Ja_Mitius template to 1.0.5 which supports RTL, but the slideshow width changed (Im using JM Slideshow Responsive).
Could you please assist me to get back the slideshow to 100% width ?
I attached a screenshot to show you what I need.website URL:
http://www.goldenageofislam.com/Thanks in advance.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 28, 2013 at 3:54 pm #510415Getting a “500 – Internal Server Error” when clicking on the link you provided
AHMED FriendAHMED
- Join date:
- August 2013
- Posts:
- 119
- Downloads:
- 377
- Uploads:
- 34
- Thanks:
- 20
- Thanked:
- 2 times in 1 posts
October 28, 2013 at 4:59 pm #510419I am sorry for that. It works now.
Could you please check again ?Thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 28, 2013 at 5:05 pm #510420What are the current dimensions of the images you are using for your slideshow?
AHMED FriendAHMED
- Join date:
- August 2013
- Posts:
- 119
- Downloads:
- 377
- Uploads:
- 34
- Thanks:
- 20
- Thanked:
- 2 times in 1 posts
October 28, 2013 at 5:16 pm #5104211050 px width
300 px heightNazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
October 29, 2013 at 7:23 am #510485Hi linkmsr,
Please refer and try the tip here : http://www.joomlaman.com/blog/item/4-jm-slideshow-a-powerful-responsive-joomla-slideshow.html
Hope this helps
Regards
AHMED FriendAHMED
- Join date:
- August 2013
- Posts:
- 119
- Downloads:
- 377
- Uploads:
- 34
- Thanks:
- 20
- Thanked:
- 2 times in 1 posts
October 30, 2013 at 5:02 pm #510706This is the correct solution.
I paste it here for assist others, even the slideshow images padding right outside the slideshow (30px) but hopefully it will be solved soon.Hi Ahmed,
The default concept of JA Mitius Template have divided left slideshow and right slideshow but if you want to customize it to show full page. Please follow my solution
Open templates/ja_mitius/tpls/blocks/slideshow.php file
From
<!– SLIDESHOW –>
<div class=”wrap ja-slideshow”>
<div class=”container”>
<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>
</div></div>
<!– //SLIDESHOW –>Change to
<!– SLIDESHOW –>
<div class=”wrap ja-slideshow”>
<div class=”container”>
<div class=”row”>
<div class=”main-slideshow <?php $this->_c(‘slideshow’)?>”>
<jdoc:include type=”modules” name=”<?php $this->_p(‘slideshow’) ?>” style=”raw” />
</div></div>
</div>
</div>
<!– //SLIDESHOW –>Let me know if it helps
Regards
Ninja Lead
JoomlArt Development Team1 user says Thank You to AHMED for this useful post
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by AHMED 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Slideshow width 100%
Viewing 7 posts - 1 through 7 (of 7 total)