-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 25, 2010 at 3:37 am #360387<em>@nikiniko 200277 wrote:</em><blockquote>Ok, thank you aman204. i gone try right now.
Is there way to add some other infos/modules there..? and display them horizontal as the demo..?</blockquote>
you add the following code into the template.css file:.main-inner1 p {
float:right;
margin-right:43%;
width:230px;
}1 user says Thank You to Saguaros for this useful post
October 30, 2010 at 3:19 pm #361134Thanks tienhc,
But i like to look like the demo,
see in screen what i find with firebug and tel me please what code i have to add to look like this one.aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
October 31, 2010 at 12:19 pm #361177Upload the attached image to ::
template/ja_portfolio/images directory
and then, change this::
.main-inner1 p {
float:right;
margin-right:43%;
width:230px;
}to
.main-inner1 p {
float:right;
margin-right:43%;
width:230px;
background:url(../images/vert-sep.png) repeat-y;
}
November 2, 2010 at 11:27 am #361406I can’t download the image..
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 3, 2010 at 7:05 am #361481<em>@nikiniko 201642 wrote:</em><blockquote>I can’t download the image..</blockquote>
The image is too small due to which It is unable to be seen
You can download it from here::
November 3, 2010 at 9:07 am #361502aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 3, 2010 at 9:11 am #361505<em>@nikiniko 201760 wrote:</em><blockquote>No luck.. this not work :(</blockquote>
Can you please check as your site isnt accesible so as to have closer look
November 3, 2010 at 9:30 am #361508If you was looking at allreviews is offline now (Suspended) for increase traffic.. i sent you in pm the working site.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 3, 2010 at 9:37 am #361510<em>@nikiniko 201767 wrote:</em><blockquote>If you was looking at allreviews is offline now (Suspended) for increase traffic.. i sent you in pm the working site.</blockquote>
The above css attribute wont apply as the text is not wrapped around <p>..</p> tags
Other way, Change this::
ja-top-panel .main-inner1 {template.css (line 668)
}to
ja-top-panel .main-inner1 {template.css (line 668)
background:url(“../images/vert-sep.png”) repeat-y scroll 70% 0 transparent;
}and then, adjust 70% value accordingly
November 3, 2010 at 10:47 am #361521<em>@aman204 201769 wrote:</em><blockquote>The above css attribute wont apply as the text is not wrapped around <p>..</p> tags
Other way, Change this::
ja-top-panel .main-inner1 {template.css (line 668)
}to
ja-top-panel .main-inner1 {template.css (line 668)
background:url(“../images/vert-sep.png”) repeat-y scroll 70% 0 transparent;
}and then, adjust 70% value accordingly</blockquote>
You mean to add this code
ja-top-panel .main-inner1 {
background:url("../images/vert-sep.png") repeat-y scroll 70% 0 transparent;
}I did what you say with no luck.. 🙁
Here is the template.css
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 3, 2010 at 10:59 am #361524Whole css attribute reference cannot be seen now
Please ensure that it will be ::
#ja-top-panel .main-inner1 {background:url(“../images/vert-sep.png”) repeat-y scroll 70% 0 transparent;}
November 3, 2010 at 11:19 am #361526You missing the ” #” in begin i add it an works but not like i wand.
(look in atthacment )
i see in demo work better with ul and li.. maybe i have to do the same..?
ul.quick-contact {
border-left:1px solid #CACCCD;
border-right:1px solid #FFFFFF;
color:#88888A;
display:block;
float:right;font-size:92%;
overflow:hidden;
}
index....css&v=1 (line 50)
ul {
list-style:none outside none;
}look for this code and you understand what i say
<ul class="quick-contact">
<li class="phone"><strong>Sales: </strong>0987 989898</li>
<li class="email"><strong>Email: </strong><a title="Sample link" href="#">info@yourdomain.com</a></li>
<li class="sites"><strong>Sites: </strong><select class="inputbox"><option>USA</option><option>UK</option><option>France</option><option>Japan</option><option>South Africa</option></select></li>
</ul>
November 3, 2010 at 1:19 pm #361535Hey aman204 is that easy to tel me which .php file i have to edit to try add ul class/li class and css as say in last post..?
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 3, 2010 at 6:58 pm #361573<em>@nikiniko 201801 wrote:</em><blockquote>Hey aman204 is that easy to tel me which .php file i have to edit to try add ul class/li class and css as say in last post..?</blockquote>
You can ask in the specific developer forum where you downloaded specific date extension from and they would be able to tell you about the file which needs modification to add listed tags. Usually, It would be default.php file 🙂
Then, You can wrap the date with specific code::
<ul class=”quick-contact”><li>Your date here</li></ul>
AuthorPostsThis topic contains 29 replies, has 3 voices, and was last updated by aman204 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum