Page 1 of 1

Blockquote?

Posted: Thu Jan 31, 2013 11:25 am
by Bluesplayer
Hi

Where can I find blockquote in a file as I need to add some tags to it so that I can apply an image to the bottom right:

apet4life.co.uk/creature-clothes/classic-leather-dog-collar-with-silver-stars.html

Regards

Re: Blockquote?

Posted: Thu Jan 31, 2013 1:12 pm
by leo
We don't use blockquote in the template files.

Re: Blockquote?

Posted: Thu Jan 31, 2013 1:33 pm
by Bluesplayer
It must be a part of the core files as it is in use when you add a product and when the product is displayed. I will try a bit harder and go through all the core files as there must be a reference to it somewhere.

Re: Blockquote?

Posted: Thu Jan 31, 2013 1:43 pm
by leo
Are you speaking about blockquote tag?
So <blockquote>?

Re: Blockquote?

Posted: Thu Jan 31, 2013 2:09 pm
by Bluesplayer
Yes.

If you visit the page I posted you can see it in use by viewing source.

Re: Blockquote?

Posted: Thu Jan 31, 2013 5:34 pm
by Brent
Check the description on this product. I think you will find the blockquote is added in the description. I check some of your other products and they do not have this blockquote. The placement between the DIv tags is all coming from the description for that product.

Re: Blockquote?

Posted: Sat Feb 02, 2013 5:53 pm
by Bluesplayer
Yes I am adding the quote myself on some product descriptions. I have altered the css for the blockquote but need to add a span tag in the template so that I can get the lower right quote image to show. Trouble is I can't find where it is in the template files. I think it must be elsewhere in the main files?

Re: Blockquote?

Posted: Sun Feb 03, 2013 12:27 am
by Brent
Do you just want to add additional images to the product page?
If so, you can add additional images in the product file. Just upload the image, and select in the product file under additional images and it is automatically added. Example in the demo.
http://www.alegrocart.com/demo/?control ... oduct_id=2

Re: Blockquote?

Posted: Sun Feb 03, 2013 12:34 pm
by leo
OK, now I see what you want. Go to admin/product, press the Source button in the editor and simple enter for testing

Code: Select all

<blockquote><span>test</span></blockquote>
Then save it. Test the result in the catalog with firebug.

Re: Blockquote?

Posted: Sun Feb 03, 2013 1:18 pm
by Bluesplayer
That worked.

Thanks