Blockquote?

Support for Template related issues
Post Reply
Bluesplayer
Posts: 152
Joined: Sun Jan 06, 2013 3:03 pm

Blockquote?

Post by Bluesplayer » Thu Jan 31, 2013 11:25 am

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
Last edited by Bluesplayer on Thu Jan 31, 2013 1:31 pm, edited 1 time in total.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Blockquote?

Post by leo » Thu Jan 31, 2013 1:12 pm

We don't use blockquote in the template files.

Bluesplayer
Posts: 152
Joined: Sun Jan 06, 2013 3:03 pm

Re: Blockquote?

Post by Bluesplayer » Thu Jan 31, 2013 1:33 pm

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.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Blockquote?

Post by leo » Thu Jan 31, 2013 1:43 pm

Are you speaking about blockquote tag?
So <blockquote>?

Bluesplayer
Posts: 152
Joined: Sun Jan 06, 2013 3:03 pm

Re: Blockquote?

Post by Bluesplayer » Thu Jan 31, 2013 2:09 pm

Yes.

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

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Blockquote?

Post by Brent » Thu Jan 31, 2013 5:34 pm

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.

Bluesplayer
Posts: 152
Joined: Sun Jan 06, 2013 3:03 pm

Re: Blockquote?

Post by Bluesplayer » Sat Feb 02, 2013 5:53 pm

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?

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Blockquote?

Post by Brent » Sun Feb 03, 2013 12:27 am

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

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Blockquote?

Post by leo » Sun Feb 03, 2013 12:34 pm

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.

Bluesplayer
Posts: 152
Joined: Sun Jan 06, 2013 3:03 pm

Re: Blockquote?

Post by Bluesplayer » Sun Feb 03, 2013 1:18 pm

That worked.

Thanks

Post Reply