-
AuthorPosts
-
iammontoya Friend
iammontoya
- Join date:
- June 2009
- Posts:
- 80
- Downloads:
- 38
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 4 times in 3 posts
July 25, 2011 at 3:14 pm #166685My images in the slideshow are slightly off-center. Slideshow is set for 900px.
I am also seeing a black “stripe” across my images on the left and right side that is making the images look horrible.I have looked for hours through the forums for answers. I have made several changes and tested, and then changed everything back (cleaning up after my changes). Nothing has helped.
Can someone please help with these two issues?
You can see the results at http://www.salsaorlando.com >:(
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 25, 2011 at 5:32 pm #402967your site admin details are not working
Go to this file /templates/ja_droid/css/mod_jaslideshow2.css
replace the following code
#ja-slideshow .ja-slide-mask,
#ja-slideshow .ja-slide-mask2 {
background: url(../images/sl-mask-left.png) no-repeat left top;
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 100;
top: 0;
left: 0;
}
With
#ja-slideshow .ja-slide-mask,
#ja-slideshow .ja-slide-mask2 {
background: none !important;
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 100;
top: 0;
left: 0;
}
Note: If you Find my Post useful please click on the Thanks Iconiammontoya Friendiammontoya
- Join date:
- June 2009
- Posts:
- 80
- Downloads:
- 38
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 4 times in 3 posts
July 25, 2011 at 5:43 pm #402968Thank you for your reply. Unfortunately, that did not work. Please see http://www.salsaorlando.com. That is the slideshow with your changes applied, but nothing looks different. By the way, I applied it to the left mask and the right mask. I tried individually and together, but none are working.
Any suggestions?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 25, 2011 at 5:48 pm #402970please do the change in this file http://www.salsaorlando.com/templates/ja_droid/css/mod_jaslideshow2.css
as suggested above. if this did not work , provide your site admin and the ftp details i will fix it
1 user says Thank You to chavan for this useful post
sedance Friendsedance
- Join date:
- May 2011
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
July 26, 2011 at 7:26 am #403044Hello Chavan, your code dont works. only the black background disappears. i check already…
my slideshow pictures is 1200-200 . wide at a resolution of 1024, the pictures are right side cut. we need a code, which cut the pictures left and right evenly, so center…iammontoya Friendiammontoya
- Join date:
- June 2009
- Posts:
- 80
- Downloads:
- 38
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 4 times in 3 posts
July 26, 2011 at 7:38 am #403046<em>@Chavan 255524 wrote:</em><blockquote>please do the change in this file http://www.salsaorlando.com/templates/ja_droid/css/mod_jaslideshow2.css
as suggested above. if this did not work , provide your site admin and the ftp details i will fix it</blockquote>
Chavan, mine is fixed. Thank you. Can you please tell me what you fixed? I’d like to learn this for next time.
iammontoya Friendiammontoya
- Join date:
- June 2009
- Posts:
- 80
- Downloads:
- 38
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 4 times in 3 posts
July 26, 2011 at 7:39 am #403047I should clarify that the ‘shadow’ or ‘mask’ over my images is fixed.
The pictures are still slightly off center (towards the left).chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 26, 2011 at 9:59 am #403085Do you need the images fit to the width of the site?
iammontoya Friendiammontoya
- Join date:
- June 2009
- Posts:
- 80
- Downloads:
- 38
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 4 times in 3 posts
July 26, 2011 at 12:32 pm #403113No. I just want them to be centered. They are several pixels off to the left.
Thanks again!Also, if you could please clarify the fix for the mask over the pictures. I’d like to learn how to fix it for future reference, please! Your help has been invaluable!
sedance Friendsedance
- Join date:
- May 2011
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
July 26, 2011 at 12:49 pm #403117<em>@Chavan 255667 wrote:</em><blockquote>Do you need the images fit to the width of the site?</blockquote>
Dear Chavan,
iammontoya and I search and ask for the same solution: we want the pictures, no matter what size is always centered in the middle (center) maybe we can use the code: text-align: center … (its not only for text)
But I do not know where and how, For that I am still not good enough and therefore I ask here.The original image has 1200×200 px. at a small monitor resolution of 1024 he cut the picture just right.
Here, for understanding:
With a resolution of 1600 of course everything is okay. in the center
tomkatstudios Friendtomkatstudios
- Join date:
- July 2009
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
July 26, 2011 at 8:25 pm #403186I am also looking to center my slideshow in Droid 1.6…
go to http://www.atlas-stands.com to see the slideshow on the left that I’d really like to be centered…
Thank you for any and all help! 🙂
-mchavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 27, 2011 at 4:46 am #403240please provide the admin and ftp details of this site http://www.atlas-stands.com/ via PM I will resolve this.
1 user says Thank You to chavan for this useful post
sedance Friendsedance
- Join date:
- May 2011
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
July 27, 2011 at 8:54 am #403276Hello all,
I suggest Chavan, or other supporters will be the admin and ftp access to this page:
http://www.joomlart.com/demo/#joomla16-templates.joomlart.com/ja_droid
there is also the fault….then you try to solve the problem, and then writes the solution for all of us in the Forum.
then update the download module for ja_slideshow for ja_droid template …….I think this is the right wayI mean this is not really bad, but I dont understand the private support via PM, etc.
sorry for my bad english because i am german
thankstomkatstudios Friendtomkatstudios
- Join date:
- July 2009
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
July 27, 2011 at 10:12 pm #403354I’ve sent you my information by pm.
I really appreciate your help.
Ever seen the attached image? I think it’s pretty funny.
And again, I do appreciate your help. 🙂 thanks!
iammontoya Friendiammontoya
- Join date:
- June 2009
- Posts:
- 80
- Downloads:
- 38
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 4 times in 3 posts
July 27, 2011 at 10:14 pm #403355There’s still no reply or solution? Can someone please help? We’re already live and I’m looking pretty bad right now.
AuthorPostsThis topic contains 21 replies, has 4 voices, and was last updated by chavan 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum