![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Store ID: 38409
Website URL: http://superherowear.com URL to page in question: all going to datafeedr> Factory Home » Superhero Wear » Cosplay » Cosplay By Udreamy Costumes>category Property we find a entry space called Description I seem to be able to only place text into this box which than appears on the category page under the category title. http://superherowear.com/store/categ...eamy-costumes/ I would like to place a call of action and maybe even a video here. a.) is it possibel and b.) if it is possible where do I enter the html? Michael |
#2
|
||||
|
||||
![]() Hi
Yes, it's possible. Just enter the HTML into the Description field. Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() please look at
http://superherowear.com/store/categ...tumes-on-sale/ I placed this code into the description of Factory Home » Superhero Wear » Cosplay » Buy Cosplay Costumes. Cheap Cosplay Costumes on Sale! <div style="float: left; margin-right: 10px;"><a href="http://superherowear.com/wp-content/uploads/2012/07/batman-the-dark-knight-adult-costume-medium-38-401.jpg"><img class="aligncenter size-full wp-image-182" title="batman-the-dark-knight-adult-costume-medium-38-40" src="http://superherowear.com/wp-content/uploads/2012/07/batman-the-dark-knight-adult-costume-medium-38-401.jpg" alt="" width="250" height="250" /></a></div> <strong>Now </strong><span style="color: #ff0000;">This is an</span> <span style="text-decoration: underline;">HTML</span> <em>test</em></div> of course this was a test, but something I did is wrong because the results show twice, once where they belong under the category and once on the background of my website. Michael |
#4
|
||||
|
||||
![]() Hi
That's because the description is also getting displayed in your <head> elements. I would suggest changing this: HTML Code:
<meta name="description" content="[category.description]" />
HTML Code:
<meta name="description" content="<?php echo substr(strip_tags($category->description), 0, 160); ?>" />
Eric
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Page Redirecting All Over The Place | rossboardman | Problems | 2 | March 7th, 2012 01:58 AM |
Widgets appearing in wrong place on store page | luckcactus | Problems | 2 | November 13th, 2011 03:03 PM |
html in category properties | sylviathewitch | Problems | 2 | September 24th, 2011 02:27 AM |