-
AuthorPosts
-
James Weston Friend
James Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
November 21, 2011 at 2:10 pm #170920Evening All,
I am trying to build a new site using JA Tiris. I seem to have a background image under the JA Side News Images on the home page. http://www.myjakartaconcierge.com/index.php/en/ Does anyone know how to get rid of this?
If you click on http://www.myjakartaconcierge.com/index.php/en/ you can see grey text above and around the images where the Jakarta Hotel & Restaurant images and boxes are.
Jim
kobenes Friendkobenes
- Join date:
- April 2010
- Posts:
- 177
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 29 times in 28 posts
November 21, 2011 at 2:27 pm #425700It is not a background image, it is a Custom HTML module which published on Content Mass Top module position. You can unpublish it from the Module Manager.
James Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
November 21, 2011 at 3:55 pm #425724Hi Kobenes, I followed what you suggested but it is still there. Any other ideas?
Jim
swillett Friendswillett
- Join date:
- February 2011
- Posts:
- 53
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
November 21, 2011 at 8:13 pm #425798Go to the following file: /templates/ja_tiris/css/template.css
Around line 22, find:
body#bd {
background: url("../images/bg-body.png") repeat-x scroll 0 0 #FFFFFF;
color: #666666;
}Replace with:
body#bd {
/* background: url("../images/bg-body.png") repeat-x scroll 0 0 #FFFFFF; */
color: #666666;
}Hope this helps.
James Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
November 22, 2011 at 2:00 am #425828Thanks Swillett,
I tried that but nothing has changed. I also tried changing the home page to a blog page but those markings still came across when I made the change. It is really strange. Jim
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 22, 2011 at 3:11 am #425839Hi,
You disable module has id=56.James Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
November 22, 2011 at 3:43 am #425843Hi Khoand,
That got rid of a little bit of it but there is still some in between the jakarta hotels and restaurant images. Also it has now moved the images up to high on the page so half of them are missing. It is becoming a bit of a mystery as to why it is still there.
Jim
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 22, 2011 at 3:56 am #425844I can’t access your website. You check your website again.
James Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
November 22, 2011 at 4:04 am #425848It is back up now. I seem to lose it for 5 minutes everytime i make a major change and then clear the cache.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 22, 2011 at 4:36 am #425854You disable module has id is 142 (position is content-mass-bottom)
James Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
November 22, 2011 at 5:22 am #425859ok did that but now i have lost most of my front page view 🙁
Jim
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 23, 2011 at 3:03 pm #426116You try this way:
– You add this code into /templates/tiris/css/template.css
#ja-content-mass-top{
min-height: 396px;
position: relative;
}
.ja-sidenews-wrap{
width: 951px;
left: -9px;
}
James Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
November 30, 2011 at 5:30 pm #427358thanks. It fixed itself but then today I removed something to try and get rid of a photo gallery that was appearing behind the JA sideshow. Now it has gone back to only showing 3 of the six sideshow features and is again to close to the top. I have added the code you suggested so now the code looks like this:
/* CONTENT MASS TOP
——————————————————— */
#ja-content-mass-top .moduletable p {
margin: 15px 0;
}
#ja-content-mass-top{
min-height: 396px;
position: relative;
}
.ja-sidenews-wrap{
width: 951px;
left: -9px;
}
/* SPOTLIGHT
——————————————————— */But nothing happened is still missing 3 of the side show news items and to close to the top.
Jim
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
December 3, 2011 at 10:33 am #427707You try add this code into /templates/your_template/css/template.css
#ja-content-mass-bottom{
min-height:350px;
}
And you disable module has id is 142James Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
December 3, 2011 at 3:22 pm #427744Thanks khoand,
The six displays are back now. Unfortunately, however I have now lost my Partners module that had the logos moving across the bottom of the page?
Jim
-
AuthorPosts
This topic contains 19 replies, has 4 voices, and was last updated by khoand 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum