how do i get the categories on the right side of the screen to be replaced by pics Screen Shot 2015-07-22 at 10.56.42 PM.jpg
Announcement
Collapse
No announcement yet.
Iron and Wool theme : too many categories
Collapse
X
-
Re: Iron and Wool theme : too many categories
If you can get access to the category structure from which you are generating this layout, it shouldn't be hard to get the category image itself. If images you are after are different than those possible to upload via admin(more likely), then you can use custom fields.
Comment
-
Re: Iron and Wool theme : too many categories
Not sure if this readytheme uses them, but try uploading an image for one of the sub-categories under the Category TREE image field.Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
-
Re: Iron and Wool theme : too many categories
Not sure about Iron and Wool, but on the base readytheme, you do get those images via uploading an image within Tree Image under Category Tree on the category. For mass import on the base readytheme, if not there, insert a CATEGORY_TREE_IMAGE column within a category file and upload....making sure you insert your images into the graphics/00000001/ folder. I would think it would be much the same at least.
JamieJamie Donaldson
JSDVS Web Design / Development
Web Design | Web Development | E-commerce Design & Integration
Comment
-
Re: Iron and Wool theme : too many categories
Originally posted by DHESS View Postthe category tree upload is not working. It doesn't show a image. How do I use the footer to write some html code that will do the trick
Example: If the subcategory code is subcat-code, then the image would need to be subcat-code.jpg.
JamieJamie Donaldson
JSDVS Web Design / Development
Web Design | Web Development | E-commerce Design & Integration
Comment
-
Re: Iron and Wool theme : too many categories
Also, since I do not know what code you have to enable display of subcategory images, nor know what the iron and wool offers for the display, you'll have to have the item image coded:
Code:<div class="item-image"> <mvt:if expr="l.settings:sub_category:image"> <a href="&mvt:sub_category:link;"><img src="&mvt:sub_category:image;" alt="&mvte:sub_category:name;" title="&mvte:sub_category:name;" /></a> <mvt:else> <a href="&mvt:sub_category:link;"><img src="graphics/00000001/NO_IMG.jpg" alt="&mvte:sub_category:name;" title="&mvte:sub_category:name;" /></a> </mvt:if> </div>
Hope this helps,
JamieJamie Donaldson
JSDVS Web Design / Development
Web Design | Web Development | E-commerce Design & Integration
Comment
-
Re: Iron and Wool theme : too many categories
Ok I got the images to show up on the subCatagory page, but I had to link them all back to my live store. I hope when we do the flip I don't lose them. Here is the copy of the code I used for the dev store. <!-- Code For New Model Category Page Below-->
<html>
<head>
<meta charset="UTF-8">
<title>Category Model Page</title>
</head><p><center>
<h1><b>DYNA</b></h1>
<table width=550><tr>
<td valign="middle" align="center" width="33%"><img src="http://www.metricthunder.com/catimgs...eglidedyna.gif" border=0><br><font face="verdana,helvetica,arial" size=2><b>Wide Glide</b></font></a></td>
<td valign="middle" align="center" width="33%"><img src="http://www.metricthunder.com/catimgs...chbackdyna.gif" border=0><br><font face="verdana,helvetica,arial" size=2><b>Switchback</b></font></a></td>
<td valign="middle" align="center" width="33%"><img src="http://www.metricthunder.com/catimgs...eetbobdyna.gif" border=0><br><font face="verdana,helvetica,arial" size=2><b>Street Bob</b</font></a></td>
</tr>
<tr>
<td valign="middle" align="center" width="33%"><img src="http://www.metricthunder.com/catimgs...wriderdyna.gif" border=0><br><font face="verdana,helvetica,arial" size=2><b>Low Rider</b></font></a></td>
<td valign="middle" align="center" width="33%"><img src="http://www.metricthunder.com/catimgs/15hdfatbobdyna.gif" border=0><br><font face="verdana,helvetica,arial" size=2><b>Fat Body</b></font></a></td>
</tr></table></center></p>
<body>
</body>
</html>
Comment
-
Re: Iron and Wool theme : too many categories
Originally posted by DHESS View PostOk I got the images to show up on the subCatagory page, but I had to link them all back to my live store. I hope when we do the flip I don't lose them. Here is the copy of the code I used for the dev store.
JamieJamie Donaldson
JSDVS Web Design / Development
Web Design | Web Development | E-commerce Design & Integration
Comment
-
Re: Iron and Wool theme : too many categories
Screen Shot 2015-08-31 at 7.04.00 PM.jpgthis is a picture of how I want the page to look. I'm just worried that when we go live the files
will not be connected to the site anymore. I have tried uploading the pics via FTP into the same folder in my dev directory tree, but I couldn't write the code correctly for it to see the pics.Last edited by DHESS; 09-01-15, 05:07 AM.
Comment
-
Re: Iron and Wool theme : too many categories
Can't get the attachment to open. When it is switched, the links should work and images display, so long as you have the folder/subcategory images replicated on the dev site, as well as the folder structure above that is the same as your "live". If not, your links won't work and images will not display.
JamieJamie Donaldson
JSDVS Web Design / Development
Web Design | Web Development | E-commerce Design & Integration
Comment
Comment