-
AuthorPosts
-
February 12, 2008 at 4:43 pm #125654
I have installed this mod in a different tamplate. But, it’s not working. I was wondering what else might need to be installed for the rollover to work.
Thanks,
BrianMenalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
February 12, 2008 at 5:28 pm #238992Whats happening with it?
February 12, 2008 at 5:35 pm #238993Actually, nothing. The images are there. But, the rollover doesn’t even appear. I have installed this in Drimia and it works flawlessly. You can take a look at http://newenglandmultimedia.com/CMS/index.php and see what it’s (not) doing.
Thanks for the help,
Brianredlight_traitor Friendredlight_traitor
- Join date:
- October 2006
- Posts:
- 211
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 32
- Thanked:
- 8 times in 1 posts
February 14, 2008 at 9:40 pm #239185let me know if you figured this out. the rollovers aren’t work for mine either, robynrittersimon.com
February 14, 2008 at 9:42 pm #239186Nothing yet. I have it working perfectly on another site. But, using this with a different template doesn’t seem to be cooperative.
redlight_traitor Friendredlight_traitor
- Join date:
- October 2006
- Posts:
- 211
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 32
- Thanked:
- 8 times in 1 posts
February 14, 2008 at 9:55 pm #239187Yea, I think we have edit the CSS.
redlight_traitor Friendredlight_traitor
- Join date:
- October 2006
- Posts:
- 211
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 32
- Thanked:
- 8 times in 1 posts
February 14, 2008 at 10:02 pm #239188I think I got it….. install the module into another template.. and then go to the other template’s CSS file and add this code to the very bottom:
/* SPOTLIGHT
——————————————————— */
/* Spotlight Box Style */
.ja-box-left, .ja-box-leftcol, .ja-box-center, .ja-box-right {
float: left;
overflow: hidden;
}.ja-box-full {
float: none;
overflow: hidden;
}.ja-box-left div.moduletable {
padding: 0 10px 0 0;
}.ja-box-right div.moduletable {
padding: 0 0 0 10px;
}.ja-box-left div.module {
margin: 0 0 0 20px;
}.ja-box-right div.module {
margin: 0 0 0 20px;
}/* Top Spotlight */
#ja-topsl {
}#ja-topsl ul {
margin: 0;
padding: 0;
}#ja-topsl li {
background: url(../images/arrow.png) no-repeat 2px 10px;
margin: 0;
padding-left: 12px;
}#ja-topsl div.moduletable {
margin-bottom: 20px;
}/* Bottom Spotlight */
#ja-botsl {
clear: both;
padding: 30px 0 0;
}/* Common Style for Spotlight */
#ja-botsl ul {
margin: 0 0 0 2px;
padding: 0;
}#ja-botsl li {
background: url(../images/arrow.png) no-repeat 0 8px;
margin: 0;
padding-left: 12px;
}#ja-topsl td, #ja-botsl td {
padding: 0;
}#ja-topsl .article_seperator, #ja-botsl .article_seperator {
display: none;
}#ja-topsl table, #ja-botsl table {
border-collapse: collapse;
border-spacing: 0;
}#ja-botsl a, #ja-botsl a:focus, #ja-botsl a:active, #ja-botsl a:focus {
color: #666666;
}/* MISCELLANOUS
———————————————————– *//* SLWI */
.ja-slwi-container {
width: 100%;
}.ja-slwi-container h3 {
color: #545454 !important;
font-family: “Lucida Grande”, Tahoma, Arial, Helvetica, sans-serif;
font-size: 100% !important;
line-height: normal !important;
margin: 0 !important;
padding: 7px 10px !important;
}.ja-slwi-container h3 span {
background: none !important;
}.ja-slwi-text p {
color: #666666;
margin: 0;
padding: 0 10px;
}1 user says Thank You to redlight_traitor for this useful post
February 19, 2008 at 12:01 am #239468Hi redlight,
I have added the code to the bottom of the CSS for this template and it’s still not working.
Any other ideas?
Anyone????
Thanks!
Scott
February 19, 2008 at 12:05 am #239469Just a side note:
I am getting the following error…
Line: 37
Char: 2
Error: Object doesn’t support this property or method
Code: 0
URL: (this goes to my joomla folder)Any ideas?????????
redlight_traitor Friendredlight_traitor
- Join date:
- October 2006
- Posts:
- 211
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 32
- Thanked:
- 8 times in 1 posts
February 19, 2008 at 9:39 am #239500Hi nenpro,
I have been asking this question to many people and still gotten no response. The funny thing is, I see other people’s questions getting answered but not mine.
Is yours working on FF at least? Or does it not work on both FF and IE?
February 19, 2008 at 12:30 pm #239516Hi redlight,
This is not working in FF or IE. I don’t know what else to do at this point.
Anyone?
redlight_traitor Friendredlight_traitor
- Join date:
- October 2006
- Posts:
- 211
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 32
- Thanked:
- 8 times in 1 posts
February 21, 2008 at 6:21 pm #239742What’s your URL link again? The one in the thread doesn’t seem to work.
February 22, 2008 at 9:01 am #239793Got it!
The SWLI module is using the MooTools script but it wasn’t included in the module package (at least that I know of).
I got a copy of MooTools, unzipped the file “mootools.v1.1.zip” and placed the file “mootools.v1.1.js” in the template folder I want to use the SWLI in.
For instance:
{joomla_root_folder}/templates/jsn_epic_pro/js/*I had to make sure to change the permissions on the folder (might need to contact hosting company for this).
Then I opened the file index.php and add following string inside the <head> tag (right before the closing </head> tag).
<script type=”text/javascript” src=”<?php echo $template_path; ?>/js/mootools.v1.1.js”></script>
That’s it…it works!
redlight_traitor Friendredlight_traitor
- Join date:
- October 2006
- Posts:
- 211
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 32
- Thanked:
- 8 times in 1 posts
February 23, 2008 at 11:23 am #239902thanks for the tip but which index.php am I editing the index.php for the template? or the one for the joomla site?
redlight_traitor Friendredlight_traitor
- Join date:
- October 2006
- Posts:
- 211
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 32
- Thanked:
- 8 times in 1 posts
February 24, 2008 at 3:47 am #239948hey nempro, you mind posting a URL? i still can’t seem to figure out how to do this.
thanks!
-
AuthorPosts
This topic contains 18 replies, has 7 voices, and was last updated by montano 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum