Support

Home Forums Event Espresso Premium Removing the Filter Option inEvent Custom View

Removing the Filter Option inEvent Custom View

Posted: May 28, 2014 at 12:03 am


Mick French

May 28, 2014 at 12:03 am

Hi there,

I am using a [EVENT_CUSTOM_VIEW category_identifier=”ignitepass”] to display my events under tabs so the Visual “Event Filter dropdown menu” is not required.

Here is how it looks currently: http://qmjc.com.au/register-now-2/

How would I remove this as being an option?

I am not a programmer but happy to copy and paste/delete code from .PHP files as required (when pointed in the right direction!

Thanks in advance!

Mick


Dean

May 28, 2014 at 3:40 am

Hi,

Just add the following CSS to your themes style.css or to a plugin such as My Custom CSS

.category-filter { display: none; }


Mick French

May 28, 2014 at 5:12 am

Hi Dean,

Thanks for quick response. I have Custom CSS running and when I enter:
.category-filter { display: none; }

It breaks this particular URL (other pages are fine but this is the one with the filter displaying):
http://qmjc.com.au/register-now-2/

Any other thoughts? As mentioned, I’m not a programmer so my problem solving skills are limited 🙂


Dean

May 28, 2014 at 6:10 am

Well, for some reason the CSS is being added as a class to the head section of the page (not sure how or why).

I would undo whatever you did, and try again adding this to the My Custom CSS plugin (I would use that plugin over the theme style.css or a theme custom CSS section).

https://wordpress.org/plugins/my-custom-css/

You can also make it a little more specific to those tabs if needed:

<pre class=”brush: css; gutter: true; first-line: 1; highlight: []; html-script: false”>.x-tab-content .category-filter {
display: none;
}

The support post ‘Removing the Filter Option inEvent Custom View’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso