Noob Question's

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Aug 18, 2013 3:27 pm
Reply with quote
Report this post
Hi All,

2 noob questions you can hopefully help me with:

1. How can I change the "Ask a Question" text on a Virtuemart product page to instead use an image?
2. On a product category page I want to fix it so that the price always stays in the same place... eg some product descriptions have 3 lines of text and some 4 but the so the price would appear on line 4 for some and line 5 for others... I want the price to ALWAYS appear on line 5 so its consistent right the way through.

Thanks,
Fionn
User avatar
Senior Boarder

teitbite
Sun Aug 18, 2013 9:40 pm
Reply with quote
Report this post
Hi

1. You can use css to make it:

Code: Select all
a.ask-a-question {
background: url([path_to_image]) no-repeat 0 0 transparent;
display: block;
text-indent: -999em;
height: [height_of_image]px;
width: [width_of_image]px;
}


2. Please show me Your site where an example of this is visible.
User avatar
Moderator

GK User
Mon Aug 19, 2013 9:25 am
Reply with quote
Report this post
Have a look at:

http://www.caseys.ie/index.php/living/b ... s-cabinets

You can see on 2 product have prices on but if we were to add a price to:

Bevan Breakfront Inlay Bookcase 3 Section

Its price wouldnt be in line with the first 2 as the description is longer.

Thanks,
User avatar
Senior Boarder

teitbite
Wed Aug 21, 2013 12:27 am
Reply with quote
Report this post
Hi

Try add this code to css:

Code: Select all
h3.catProductTitle {
height: 40px;
}


this will set the space for title equal for all products. Value may not be accurate, so please test it with other values.
User avatar
Moderator

GK User
Wed Aug 21, 2013 5:55 pm
Reply with quote
Report this post
Perfect! Thanks a million for that!
User avatar
Senior Boarder

teitbite
Thu Aug 22, 2013 6:32 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron