-
AuthorPosts
-
August 19, 2008 at 4:32 am #132373
Guys,
All my products going to have long NAME, see image as example.
1. How do limit how many CHAR on the frist line?
for example:
Yamaha 4-channel PCI
Sound Card w/ Game/MIDI PortI want to show the name in two line.
2. If one product using two lines and one using one line only.
I want to know how can they align together so it look the same spacing1st item
Yamaha 4-channel PCI
Sound Card w/ Game/MIDI Port2nd item
xxxxxxxxxxxxxxxxxxxxxxxxx
PCI FX 5500 video cardI want to do like this on the second item.
Please show me step by step to do these two thing.
Thanks,
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 19, 2008 at 7:43 am #265999HI !
You can do it following way below :
Open template.css file in templates/ja_mesolite/css folder , add following code section to it :
#ja-topsl3 td span {width:80px;
display:block;
}
August 19, 2008 at 1:26 pm #266046How about on the Virtuemart Latest Products?
what class it use to set limit CHAR?Second, After I set limited CHAR per line on “Featured Products”
Is there any code that i can add to align “Add to cart” to the bottom with other product?Thanks,
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 20, 2008 at 3:46 am #266209Hi imos !
Please send url of your site .August 20, 2008 at 5:40 am #266222Also, when i click
# Forgot your password?
# Forgot your username?
on login form wiht IE7. it will crush my IE7Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 20, 2008 at 6:57 am #266238About vertical align of add to cart button :
i think there is only way for fix it :
Open template.css file in templates/ja_mesolite/css folder , find following code section at about line 950 :
#ja-topsl3 td {
margin:0;
padding:15px 0;
}
change to :
#ja-topsl3 td {
margin:0;
padding:15px 0;
vertical-align:bottom;
}
but top of the product will not align , so if you want to perpect i think that we must hack to code of virtuemart to modify layout of category product.
1 user says Thank You to Sherlock for this useful post
sfpkent Friendsfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
October 25, 2008 at 8:49 am #276887Hi hainn84,
I have the same problem with the name of a product too long for the Latest products but the code you post here to insert to template.css is not working:
#ja-topsl2 td span {
display:block;
width:165px;
}Attached with the problem in image file (after inserted the code to template.css). Here is the link as well:
http://daimingjewelry.com/Any other way to solve it??
Thanks!
Kent
sfpkent Friendsfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
October 25, 2008 at 1:16 pm #276897Hi,
I believe that I have found where should I edit but I am not familiar with css, somebody can help me edit and solve the problem of product name too long for latest products slide show.
I found the code at ja.vm.css.
.jsslide {
white-space: nowrap;
overflow: hidden;
text-align: center;
}What should I do next to make like my featured products at front page – http://daimingjewelry.com
Thanks!
Kentsfpkent Friendsfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
October 25, 2008 at 1:34 pm #276899Hi,
When I delete “white-space: nowrap;”, the attached image happened. So, what should I delete or add?
Thanks!
Kent
sfpkent Friendsfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
October 26, 2008 at 9:02 am #276942Hi,
When I use Firebug to inspect the font for the “What’s New”, Firebug gave me these codes:<div id=”jsslide_2″ class=”jsslide” style=”position: absolute; width: 165px; height: 190px; top: 0pt; left: -165px;”>
which file I should locate the code, I think I know how to change it but where is the file?
Thanks!
Kentsfpkent Friendsfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
October 27, 2008 at 1:18 pm #277048Hi,
I am very surprice that not even one can help after I paid to join this website and promised me good support. How about the author of JA Melosite?
Thanks!
KentAuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by sfpkent 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum