-
AuthorPosts
-
Kiên Trung Friend
Kiên Trung
- Join date:
- September 2014
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
June 16, 2013 at 2:36 am #188262Hi!
I want to set default display of module article category vertical
how to ?PLS
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 17, 2013 at 3:21 am #496009Hi PLS,
Could you tell me more details of how you want it display vertical? Some screenshots would be helpful here.
Regards
Kiên Trung FriendKiên Trung
- Join date:
- September 2014
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
June 17, 2013 at 3:38 pm #496071<em>@Saguaros 376961 wrote:</em><blockquote>Hi PLS,
Could you tell me more details of how you want it display vertical? Some screenshots would be helpful here.
Regards</blockquote>
pls view 2 pic before to know ,
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 10, 2013 at 9:59 am #498529Hi
You can try this way:
– Open file: /templates/ja_fubix/html/mod_articles_category/features.php
– Line 35:
<!-- Button -->
<div id="button">
<span class="btn-vertical active">vertical</span>
<span class="btn-horizontal">horizontal</span>
</div>
<!-- end button-->
<ul id="ja-ul-lastnews" class="category-module<?php echo $moduleclass_sfx; ?> vertical-layout clearfix">
change to:
<!-- Button -->
<div id="button">
<span class="btn-vertical">vertical</span>
<span class="btn-horizontal active">horizontal</span>
</div>
<!-- end button-->
<ul id="ja-ul-lastnews" class="category-module<?php echo $moduleclass_sfx; ?> horizontal-layout clearfix">
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Saguaros 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum