-
AuthorPosts
-
July 10, 2008 at 5:56 pm #130706
Hello,
Adding any Modules to the left position causes the template not to function correctly.
Following is a before and after screen shot.Joomla 1.0.15
CB 1.2 RC2
MyBlog Pro 236
JA Drimia from JoomlArtI need help figuring out where this issue is coming from? CB, Joomla, MyBlog or the template?
Best,
Sam-
Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 11, 2008 at 3:48 am #259135HI
Can you send your URL ?July 11, 2008 at 1:20 pm #259222<em>@nguoiabcd 65751 wrote:</em><blockquote>HI
Can you send your URL ?</blockquote>
Hello,Here you are, and thank you in advance 🙂
http://voyagefares.ca/tr15final/index.php?option=com_comprofiler&task=userProfile&user=63&Itemid=65
Best,
SamMenalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
July 11, 2008 at 1:32 pm #259230Try to open this file here: http://voyagefares.ca/tr15final/templates/ja_drimia/scripts/ja.script.js
And find this code here:
//Content and wrap col
var ja_content = $ ('ja-content');
var ja_colwrap = $ ('ja-colwrap');
if (ja_content && ja_colwrap) {
//get bottom position
var content_coor = ja_content.getCoordinates();
var colwrap_inner = $E('.ja-innerpad', ja_colwrap);
var colwrap_coor = colwrap_inner.getCoordinates();
var offset = 10;
if (content_coor.bottom > colwrap_coor.bottom)
{
//colwrap_inner.setStyle('height', colwrap_inner.getStyle('height').toInt() + content_coor.bottom - colwrap_coor.bottom);
colwrap_inner.setStyle('height', content_coor.bottom - colwrap_coor.top - offset);
} else {
ja_content.setStyle('height', colwrap_coor.bottom - content_coor.top + offset);
}
}
Delete it and see if it helps out?
Remember to take a backup of it before start up:)July 11, 2008 at 1:51 pm #259235It is OK now, thanks for your prompt reply and help.
What am I loosing else where by deleting this chunk of the code?
Best,
Sam -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by Menalto 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-