I'd appreciate if you could give a step-by-step instruction since I'm not well versed in this kind of stuff.
Thanks in advance.
Osman —-
1:06 pm January 8, 2010
Market Admin
Admin
posts 4728
3
Yeah, that was for an older version of Market.
To add the Categories widget (and other widgets), simply click the "Widgets" menu item under "Appearance".
From there, select the "Categories" widget and enable it.
Click the "Save" button.
Now, you can choose the method that the categories are displayed, by clicking the "Edit" button and choosing the option of your liking.
Click Save when done.
9:53 pm January 31, 2010
wboswell
Member
posts 37
4
I did the widget that adds categories, but it doesn't make them show up on the home page. There's got to be an easier way to do something that is so basic, rather than digging into the CSS.
7:24 pm February 1, 2010
Market Admin
Admin
posts 4728
5
Are you using a recent version of Market or an older one?
The newer releases have widgets enabled on the front page.
Or, are you using the grid-view storefront as your home page?
10:49 pm February 1, 2010
wboswell
Member
posts 37
6
I just downloaded it two days ago. So it's pretty recent.
yes, I am using the grid-view storefront as the home page. Does that mean that the categories don't show up? That seems short-sighted if true.
11:19 am February 2, 2010
Market Admin
Admin
posts 4728
7
There are a couple of code changes you'll need to do.
1. Edit your "frontdoor.php" file.
around line # 41 you'll see:
<?php /* get_sidebar(); */ ?>
You'll need to remove the "/*" and the "*/" so that it looks like this:
<?php get_sidebar(); ?>
Save the file.
2. Now, you'll need to edit your "functions.php" file.
Lastly, I think you may need to go to your Market Theme options settings area in your WP dashboard, and change the number of thumbnails that it displays on that page.
From memory, I think that's all.
9:03 pm February 2, 2010
wboswell
Member
posts 37
8
Seriously?!?!? I really don't have the time or inclination to goof around with CSS. I thought this theme was ready out of the box. This is a pretty basic need that's covered in every WP theme I've ever dealt with – categories on the front page. Why wasn't this included in this release?
7:24 pm February 3, 2010
Market Admin
Admin
posts 4728
9
Well, you want to do something that's not standard.
If you check the online demo, you'll see that the default setup not to show the categories.
You wanted to customize it, so there's the code.
You don't even need to mess with CSS. All you've got to do is disable a line, and enable one in two places.
You probably could've made the changes in less time than it took to write your message above.
11:53 am February 23, 2010
wboswell
Member
posts 37
10
I apologize, didn't mean to be rude. Appreciate the help!