0
votes
1answer
12 views

Expression Engine categories channel outputting empty list

I have a problem with outputting categories in to a list. It seems to create another ul(one for the channel:categories) within the my ul, and also creates empty lists before each list. I used the ...
0
votes
1answer
14 views

Filter GWCODE categories by entry count

I am using the GWCODE categories plugin for my sidebar in ExpressionEngine. Is there a way to only show children (depth_2) categories that have 15 or more entries? I know there a entry_count ...
0
votes
2answers
97 views

How to get various sized vimeo videos to display (new video pushes previous video to new size) in ExpressionEngine

I am a beginner in ExpressionEngine (and other code languages for that matter). Anyways, I am creating a video tutorial site, I have my expression engine site set up so I have categories in one ...
0
votes
1answer
96 views

Expression Engine Related Categories

I've been trying to get a sub navigation going for quite some time, and can't seem to find a solution to my problem. First things first, here is the closest example of what I'm trying to get my sub ...
1
vote
1answer
201 views

Expression Engine Categories

I have 1 template, and 45 categories. When I click on the link "products" which is my only category group, my side nav shows all of the categories parents and childs, which is good. I now want to be ...
4
votes
3answers
391 views

Working with Stash, Context and Categories in ExpressionEngine

I'm hoping there is a way to use Stash Context with Categories, for example, like so: {exp:channel:entries channel="channel-name" dynamic="no" disable="member_data|pagination"} ...
1
vote
1answer
137 views

Can't get blog categories to pull stylesheet styles - Expression Engine

So i'm trying to get the category filter on my Expression Engine blog to stay within the same layout when a category is clicked...but everytime i click on a category it jumps me over to a blank white ...
0
votes
1answer
246 views

Displaying expressionengine entries in certain category with custom URL structure

Let me explain, I have a website that I need to display a category structure that displays one category depth at a time, then when the final depth is reached, it will display the entries in that ...
0
votes
1answer
138 views

Expression engine: list categories of results, preventing category name duplication

I'm trying to achieve something like this Category 1 | Category 2 | Category 3| Category 4 | Category 5 | Category 6 Product 1 (in category 1) Product 2 (in categories 1 and 2) Product 3 (in ...
0
votes
4answers
556 views

Expressionengine mysql help needed! - get entry from category A & (B OR C)

I've been struggling with this for a couple of days and I'm getting nothing back from the EE forums. Essentially I'm trying to do this (see the category bit): {exp:channel:entries channel="events" ...
0
votes
2answers
218 views

How to select multiple buttons and display these filtered results dynamically?

I have 9 different categories and I want to select them (by clicking or unclicking a button) and have the results display as I select what I want to see filtered. I have it set up to have 3 different ...
0
votes
2answers
1k views

ExpressionEngine If no categories results, show nothing

I am using ExpressionEngine 2.2.1 And am trying to show a section of my page based on categories. If no entries have a certain category selected, I would like to hide the entire section. For example, ...
0
votes
2answers
120 views

Embedding Templates in the Header File Based On Categories

I am using ExpressionEngine 2.2.1 and am trying to create a conditional that will cause a page to show a specific navigation template based on the page's category. For example, I am creating a public ...
0
votes
2answers
686 views

Simple expressionengine category filter

Despite working on EE for about 3 weeks now, believe it or not, this is the first time I've tried to use categories. I basically have an events channel with categories of hotel, restaurant, golf etc. ...
1
vote
2answers
6k views

Displaying entries per category in ExpressionEngine

So, I've searched, and found a few posts that kinda get me what I want, but it still doesn't quite work. This post especially seemed closest to what I was trying to achieve, and I built my code off of ...