-
AuthorPosts
-
joomboom Friend
joomboom
- Join date:
- November 2007
- Posts:
- 144
- Downloads:
- 8
- Uploads:
- 6
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
October 1, 2010 at 3:17 pm #154826Hi, see the problem live here:
http://www.joomlart.com/demo/#templates.joomlart.com/ja_rasite/ (today’s hilights module)It replicated on my template too. I am sure it’s a simple solution – can you help please? Thank you so much!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 2, 2010 at 8:15 am #357442this is a strange issue, have got published two ja contentslide modules on this position?, if possible provide me the link to your site?
Thanks
joomboom Friendjoomboom
- Join date:
- November 2007
- Posts:
- 144
- Downloads:
- 8
- Uploads:
- 6
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
October 2, 2010 at 4:20 pm #357483sure, http://www.falconstor.thinkovi.com, but you can also see it on your own joomlart template demo – it’s the same issue. no, I don’t have 2 modules contentslide installed. Thank you so much.
By the way, as you will see, when I publish a tabs module on the home page – it gets badly deformed – how to deal with that? This one is a tough one:))
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 4, 2010 at 10:00 am #357659Hello joomboom,
For the issue of the content slider module you can try
Create the file templates/ja_rasite/css/ja_contentslide.css and put into it the below content/*
# ————————————————————————
# JA Rasite template for Joomla 1.5
# ————————————————————————
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license – Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com – http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
# ————————————————————————
*//* Content Slider */
#ja-contentsliderwrap {
margin: 0 0 20px 0;
padding: 0;
}.ja-contentslider {
margin: 0;
padding: 0;
position: relative;
width: auto !important;
width: 100%;
}#ja-contentsliderwrap div.moduletable {
margin: 0;
padding: 0 !important;
}/* Content Slider Center */
.ja-contentslider-center {
margin: 0;
padding: 0;
float: left;
}div.ja_slidetitle { font-size: 110%; padding: 5px 0; line-height: normal; }
div.ja_slidetitle a { color: #353535; font-weight: bold; text-decoration: none }
div.ja_slidetitle a:hover,
div.ja_slidetitle a:active,
div.ja_slidetitle a:focus {
color: #57212A;
}div.ja_slideimages {}
#ja-contentsliderwrap .ja_slideintro { padding: 10px 5px 0; }
div.ja-slidereadmore { margin: 10px 0 0; }
.ja-contentslider-center span {
width: 140px;
width: 100%;
margin: 0;
padding: 0;
text-align: center;
}.ja-contentslider-center img {
border: 1px solid #ddd;
margin: 0;
padding: 4px;
overflow: hidden;
}/* Left + right */
.ja-contentslide-buttonwrap {
background: url(../images/bw-bg.png) no-repeat left top;
position: absolute;
top: -41px;
right: 16px;
z-index: 20;
height: 22px;
width: 45px;
}.ja-contentslider-left,
.ja-contentslider-right {
float: left;
height: 14px;
margin-top: 4px;
width: 14px;
cursor: pointer;
position: relative;
}.ja-contentslider-left {
margin: 4px 5px 0 6px;
}.ja-contentslider-left:hover,
.ja-contentslider-right:hover {
cursor: pointer;
}/* nur fuer Opera */
#ja-contentslider-left,
#ja-contentslider-right {
float: left;
width: 27px;
position: relative;
}#ja-contentslider-left img,
#ja-contentslider-right img {
position: absolute;
top: 30px;
right: 8px;
}div.content_element {position:absolute;left:-999em;}
Also we will fix this issue on our demo soon !
joomboom Friendjoomboom
- Join date:
- November 2007
- Posts:
- 144
- Downloads:
- 8
- Uploads:
- 6
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
October 4, 2010 at 3:51 pm #357681Hi DATHQ,
I did that but now the navigation buttons are missing – do you think that perhaps I need to add something in the template above?
Thanks
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 5, 2010 at 4:01 am #357734<em>@joomboom 196830 wrote:</em><blockquote>Hi DATHQ,
I did that but now the navigation buttons are missing – do you think that perhaps I need to add something in the template above?
Thanks</blockquote>
Dear joomboom,
You can try as follow
Go to the templates/ja_rasite/css/ja_contentslide.css file,look for the css
.ja-contentslider {
margin: 0;
padding: 0;
position: relative;
width: auto !important;
width: 100%;
}
Change it to
.ja-contentslider {
margin: 0;
padding: 0;
position: relative;
width: auto !important;
width: 100%;
overflow:visible !important;
}Then look for the css
/* Left + right */
.ja-contentslide-buttonwrap {
background: url(../images/bw-bg.png) no-repeat left top;
position: absolute;
top: -41px;
right: 16px;
z-index: 20;
height: 22px;
width: 45px;
}Change it to
/* Left + right */
.ja-contentslide-buttonwrap {
background: url(../images/bw-bg.png) no-repeat left top;
position: absolute;
top: -26px;
right: 16px;
z-index: 20;
height: 22px;
width: 45px;
}And finally adding this css
.ja-contentslider-center-wrap{
overflow:hidden !important;
}I do hope this will help !
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Sherlock 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum