-
AuthorPosts
-
gilles007 Friend
gilles007
- Join date:
- December 2010
- Posts:
- 59
- Downloads:
- 8
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
September 23, 2011 at 11:31 am #168863When I disable readmore button it shows a partial image of the readmore button. it is not entirely removed by the module.
see attached.
what’s the solution?
Cheers,
Gilleskhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 23, 2011 at 2:43 pm #414460Hi,
Could you give me a link to your page as you said?gilles007 Friendgilles007
- Join date:
- December 2010
- Posts:
- 59
- Downloads:
- 8
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
September 23, 2011 at 3:08 pm #414469HI khoand,
I’m working on localhost (WAMP) so no link until live. I’m attaching another screen shot for you though. if you look in the forums, someone else had this problem but there wre not solutions provided. I need this fixed for my client.
Cheers,
Gilles
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 23, 2011 at 3:18 pm #414474You find this code from /templates/ja_community_plus/css/mod_jaslideshow2.css
#ja-slideshow .readon {
background: url(../images/btn-bg.png) no-repeat scroll right bottom #EAE8E0;
border: 0;
color: #69472F;
padding: 0 20px 0 0;
cursor: pointer;
position: absolute;
left: 30px;
bottom: 40px;
z-index: 11;
text-transform: none;
display: none; < add this line
}gilles007 Friendgilles007
- Join date:
- December 2010
- Posts:
- 59
- Downloads:
- 8
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
September 23, 2011 at 3:32 pm #414475Is this not simply a workaround?
I thought of this but will what if I re-enable the readon in the module? will the button not appear then?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 23, 2011 at 3:38 pm #414477I will solve your problem when you give me a link to your website.
gilles007 Friendgilles007
- Join date:
- December 2010
- Posts:
- 59
- Downloads:
- 8
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
September 23, 2011 at 3:57 pm #414481As mentioned, it’s not live.
Is there not a fix to this bug?
gilles007 Friendgilles007
- Join date:
- December 2010
- Posts:
- 59
- Downloads:
- 8
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
September 23, 2011 at 5:40 pm #414494by the way, my site does not contain the file you mentioned: /templates/ja_community_plus/css/mod_jaslideshow2.css
the css files for this appear to be these:
<link rel=”stylesheet” href=”/ccac-j/modules/mod_jaslideshow/assets/themes/default/style.css” type=”text/css” />
<link rel=”stylesheet” href=”/ccac-j/modules/mod_jaslideshow/assets/themes/community/mod_jaslideshow.css” type=”text/css” />what gives?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 26, 2011 at 3:31 am #414956Could you give me a snapshot of configuration of slideshow module?
gilles007 Friendgilles007
- Join date:
- December 2010
- Posts:
- 59
- Downloads:
- 8
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
September 27, 2011 at 9:20 pm #415385khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 28, 2011 at 6:23 pm #415510Your version of joomla is 1.7. I use joomla 1.5. So apply joomla 1.7, you find this code from /modules/mod_jaslideshow/assets/themes/community/mod_jaslideshow.css
#ja-slideshow .readon {
background: url(images/btn-bg.png) no-repeat scroll right bottom #EAE8E0;
border: 0;
color: #69472F;
padding: 0 20px 0 0;
cursor: pointer;
position: absolute;
left: 30px;
bottom: 40px;
z-index: 11;
text-transform: none;
display: none; < add this line
}gilles007 Friendgilles007
- Join date:
- December 2010
- Posts:
- 59
- Downloads:
- 8
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
September 29, 2011 at 1:14 am #415584Hi khoand,
This is all very nice but… As I mentioned in a previous reply.
<blockquote>Is this not simply a workaround?
I thought of this but will what if I re-enable the readon in the module? will the button not appear then? </blockquote>
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 29, 2011 at 5:14 am #415602OK.
It’s a bug of slideshow of community plus 1.7. There is a patch: you replace this code from /templates/ja_community_plus/html/mod_jaslideshow/default.php
if ($showDescription=='desc')
with
if ($showDescription=='desc' && $readmoretext!='')
gilles007 Friendgilles007
- Join date:
- December 2010
- Posts:
- 59
- Downloads:
- 8
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
September 30, 2011 at 8:55 pm #415967this worked. Thanks khoand.
I don’t understand how this simple switch didn’t get tested properly by Joomlart in the module prior to releasing this template/slideshow module thus causing quite a waste of time.
G
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 6, 2011 at 2:57 pm #417299I have reported the bug to develop team. Sorry about inconvenience.
AuthorPostsThis topic contains 16 replies, has 2 voices, and was last updated by gilles007 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum