-
AuthorPosts
-
jennyblain Friend
jennyblain
- Join date:
- August 2012
- Posts:
- 21
- Downloads:
- 19
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
April 17, 2013 at 5:24 am #186834Two issues:
(a) the front page centre column WILPF NEWS with article title Make it Binding has loads of space at the bottom which pushes the main content down the page. I cannot get rid of this space.(b) left hand column – when you click on any article content it puts the page info at the bottom of the page but I want it to go to a new page – is this possible – when it displays on the bottom of the page you cannot see the text because the box is grey background and off the screen so the user would think that nothing has changed on the page because they only see the slideshow – can I change so that we click to a new page?
Thank you for your help.
jennyblain Friendjennyblain
- Join date:
- August 2012
- Posts:
- 21
- Downloads:
- 19
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
April 18, 2013 at 4:25 am #490258I have solved the issue (b) above by reading one of your other posts and creating a hidden menu named NEWS which displays all the articles that are in the category used by the slideshow. Thank you for this information. Part (a) remains a problem – where should I post this question to get a reply?
BTW I think this post may be in the wrong section of the forum and I apologise. Still finding my way around all this.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 19, 2013 at 11:28 am #490445<blockquote>(a) the front page centre column WILPF NEWS with article title Make it Binding has loads of space at the bottom which pushes the main content down the page. I cannot get rid of this space. </blockquote>
I tried to login admin of your site but no success. You can pm me again admin access of your site. I shall help you fix it
jennyblain Friendjennyblain
- Join date:
- August 2012
- Posts:
- 21
- Downloads:
- 19
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
April 21, 2013 at 9:40 am #490575Any suggestions as to how I can correct this issue?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 23, 2013 at 8:06 am #490794This way will help you fix this problem
Open templates/ja_nex/blocks/spotlight.php file
find
<script type="text/javascript">
window.addEvent('load', function (){
//equalHeight ('#ja-<?php echo $name ?> .ja-box-wrap');
equalHeightEx('#ja-<?php echo $name ?> .ja-box-wrap', '.ja-box');
});
</script>
change to
<script type="text/javascript">
window.addEvent('load', function (){
//equalHeight ('#ja-<?php echo $name ?> .ja-box-wrap');
equalHeightEx('#ja-<?php echo $name ?> .ja-box-wrap');
});
</script>
Remember to clear cache from Admin area. Let me know if it helps
jennyblain Friendjennyblain
- Join date:
- August 2012
- Posts:
- 21
- Downloads:
- 19
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
April 23, 2013 at 12:28 pm #490829Thank you – this has removed all the white space but of course now I have three boxes of different heights. I guess the code above was meant to try to equalise these boxes but it wasn’t working correctly. Is there anything I can do to equalise the boxes?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 24, 2013 at 9:52 am #490911Yes, the code above was used to equalise these boxes(sl1-1,sl1-2 position), i have added back code below into spotlight.php file
<script type="text/javascript">
window.addEvent('load', function (){
//equalHeight ('#ja-<?php echo $name ?> .ja-box-wrap');
equalHeightEx('#ja-<?php echo $name ?> .ja-box-wrap', '.ja-box');
});
</script>
Please check about on your site again
1 user says Thank You to Ninja Lead for this useful post
jennyblain Friendjennyblain
- Join date:
- August 2012
- Posts:
- 21
- Downloads:
- 19
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
April 26, 2013 at 8:46 am #491126YOu are a magician – many thanks
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by jennyblain 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum