-
AuthorPosts
-
September 28, 2009 at 5:28 pm #144668
I want to use your fabulous Front Page News module in Opal and want it to have the same layout it has in Teline III with the Featured article on the left and the Normal articles on the right.
I copied the settings from the Teline Demo, but as you can see in the attached screen shot, the main articles all appear below the feature one and there is a big open space on the right.
What am I doing wrong?
Thanks,
HL
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
September 29, 2009 at 7:42 am #318975Hi torenewa
It is so hard to debug. I think you are missing css file.
If not, please kindly send me your live url via PM so that i could have a closer look on the issue
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
September 30, 2009 at 6:49 am #319091Hi torenewa
Thank you for your PM
It is so hard to debug this issue.I should try to upload files to a server and send me your information for checking.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
October 1, 2009 at 4:28 am #319253Hi torenewa
Thank you for your PM again.
To solve it, please open modules/mod_janews_fp/assets/style.css file,
– find this block section:
.ja-zinfp-normal { width: 50%; }
and change to:
.ja-zinfp-normal { width: 50%; float: left;}
– find this block section:
.ja-zinfp-featured {
width: 50%;
background: url(dot.gif) repeat-y right #EBF2F7;
overflow: hidden;
}
and change to:
.ja-zinfp-featured {
width: 50%;
background: url(dot.gif) repeat-y right #EBF2F7;
overflow: hidden;
float: left;
}
1 user says Thank You to JA Developer for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Anonymous 15 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Using Front Page News in Opal Template
Viewing 4 posts - 1 through 4 (of 4 total)