-
AuthorPosts
-
jayatunge Friend
jayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
July 5, 2011 at 1:04 am #165954I just downloaded the Minisite and installed locally. First thing I noticed is that in the Content slider module in the front page is missing buttons to move the content. I checked the module settings and ‘Show Button Driven’ is set to ‘Show’. And also checked the modulesmod_jacontentsliderassetsimages directory, and the button arrows are there. Why the arrows are not showing? How to get that arrow buttons to slide the content?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 5, 2011 at 3:49 am #399867Hi jayatunge,
You can fix it following way belwow :
1- Copy bc-lr.png file from modulesmod_jacontentsliderassetsimages folder to templates/ja_minisite/images folder.
2 – Open mod_jacontentslider.css file in templates/ja_minisite/css folder, find following code section at about line 18 :.ja-button-control{ display: none; }
change to :
.ja-button-control{ display: block; }
.ja-contentslider-left {
background: url(../images/bc-lr.png) no-repeat top left;
position: absolute;
height: 17px;
right: 45px;
top: -40px;
width: 17px;
}
.ja-contentslider-right {
background: url(../images/bc-lr.png) no-repeat top right;
position: absolute;
height: 17px;
right: 15px;
top: -40px;
width: 17px;
}Hope can help you.
1 user says Thank You to Sherlock for this useful post
jayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
July 5, 2011 at 4:10 am #399874Well, now the buttons show up, but no movement. I added a new article so the there are 04 in the category. The slider does not move! Please help.
jayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
July 6, 2011 at 2:21 am #400016Any one? Hm….m!
PleaseSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 6, 2011 at 4:25 am #400038Hi jayatunge,
i checked and confirmed that problem : “first the arrows button doesn’t show then when use css make it showed but the slide no move “ this is bug in ja contentslider in ja_minisite package i reported it to developer team to fix it.
you can check report in following link : http://pm.joomlart.com/browse/JATCMINISITE-105
thanksBigHug FriendBigHug
- Join date:
- September 2012
- Posts:
- 60
- Downloads:
- 17
- Uploads:
- 277
- Thanked:
- 11 times in 1 posts
July 6, 2011 at 10:10 am #400084Hello jayatunge,
We have fixed this issue and will release new version soon.
You can fix it following way below :
– Copy btn_prev.gif file to templates/ja_minisite/images folder.
– Copy mod_jacontentslider2.css file to templates/ja_minisite/css folder.
– Go to admin : Extensions -> Module Manager -> “Other Entries” mod_jacontentslider2 and edit value of “Width Of div ” to 146Hope can help you, please let me know if have any problem.
Regards,
1 user says Thank You to BigHug for this useful post
jayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
July 6, 2011 at 1:12 pm #400108dear minas69, Please do not hijack others thread. I am not finished yet.>:(
jayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
July 6, 2011 at 1:15 pm #400109<em>@trunghh 251728 wrote:</em><blockquote>Hello jayatunge,
We have fixed this issue and will release new version soon.
You can fix it following way below :
– Copy btn_prev.gif file to templates/ja_minisite/images folder.
– Copy mod_jacontentslider2.css file to templates/ja_minisite/css folder.
– Go to admin : Extensions -> Module Manager -> “Other Entries” mod_jacontentslider2 and edit value of “Width Of div ” to 146Hope can help you, please let me know if have any problem.
Regards,</blockquote>
NO, That did not fix the issue!:((
I did exactly noted here.jayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
July 6, 2011 at 3:36 pm #400131<em>@jayatunge 251758 wrote:</em><blockquote>NO, That did not fix the issue!:((
I did exactly noted here.</blockquote>OK, I figured it now that trunghh’s posting should be read as below, which will resolve the issue!
– Rename mod_jacontentslider2.css file as mod_jacontentslider.css and copy it to templates/ja_minisite/css folder, and replace the original file.I further went ahead and incorporate hainn84 solution in previous post to have the original buttons. And also after few tweaking I got the desired results.
In Summary, here is my new mod_jacontentslider.css, and I also set Width of Div to 155 instead of 146/*
$JA#COPYRIGHT$
*/
/* content slider */
#ja-content-bottom h3 { margin-bottom:10px; }
.ja-contentslider{ position: relative; width: 100%; }
.ja-button-control{ overflow:hidden; margin-bottom:5px }
.ja-contentslider-left {
background: url(../images/bc-lr.png) no-repeat top left;
cursor: pointer;
position: absolute;
height: 17px;
right: 45px;
top: -30px;
width: 17px;
}
.ja-contentslider-right {
background: url(../images/bc-lr.png) no-repeat top right;
cursor: pointer;
position: absolute;
height: 17px;
right: 15px;
top: -30px;
width: 17px;
}
.jsslide{
background: url(../images/bgd_line_02.gif) 86% 0 repeat-y;
float: left;
left: 0;
margin-right: 10px;
margin-bottom:10px;
padding-right: 10px;
}
.ja-contentslider .ja-image img{
border: #e8e8e8 solid 1px;
margin: 0 0 10px;
padding: 4px;
}
.ja-contentslider .ja-image:hover img{ background-color: #222; }
.ja-contentslider .ja_slidetitle{ color: #222; font-size: 125%; margin: 0 0 5px; }
.ja_slideintro{ margin-bottom: 10px; padding-right:20px }
.ja-contentslider-center { overflow:hidden; position:relative }
.ja-contentslider .ja_slidetitle { padding-right:20px; }Big thanks to trunghh and hainn84.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 6, 2011 at 4:06 pm #400137@ jayatunge : thanks for report , it will be helpful for more people 🙂
@ minas69 : Please send me url i want to have a close look on it.
thanksminas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
July 6, 2011 at 5:18 pm #400148🙂 ok
strange now it runs…
jayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
July 7, 2011 at 10:36 pm #400259Dear hainn84,
How to incorporate the roleover button to the script? (The same way shown in the http://www.joomlart.com front page under ‘From our Blog’). When you move the pointer the arrow buttton should change to black (or grey). The bc-lr.png has all the images needed. Can you please help to tweak the code, please?
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 7, 2011 at 11:03 pm #400261<em>@minas69 251806 wrote:</em><blockquote>
strange now it runs…</blockquote>
This is usually translates to: “Oh, my cache just cleared.” 🙂
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 8, 2011 at 3:10 am #400274Hi jayatunge,
Open mod_jacontentslider.css file in templates/ja_minisite/css folder, add following code section to it :.ja-contentslider-left:hover {
background: url(../images/bc-lr.png) no-repeat bottom left;
}
.ja-contentslider-right:hover {
background: url(../images/bc-lr.png) no-repeat bottom right;
}Hope can help you.
1 user says Thank You to Sherlock for this useful post
jayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
July 8, 2011 at 3:25 am #400276Hi hainn84,
You are the best! Thank you. :-*AuthorPostsThis topic contains 17 replies, has 6 voices, and was last updated by John Wesley Brett 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum