Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Removing Category Name | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Removing Category Name

Removing Category Name

Posted: October 4, 2013 at 12:11 am

Viewing 3 reply threads


Nat Davis

October 4, 2013 at 12:11 am

How do you go about removing the category name from a page that uses the EVENT_ESPRESSO_CATEGORY shortcode to show the data.

A good example is this page. There’s multiple instances of the name that we would like to remove.

Cheers. :)


Anonymous

October 4, 2013 at 2:40 am

Hi Nat,

In the page example above the catgory is wrapped within both an ID and a class.

<p id="events_category_name-46" class="events_category_name">Makeup 101</p>

So to target that specific instance of the Category name use the ID in css.

#events_category_name-46{
display: none;
}

To targat ALL category names

.events_category_name{
display: none;
}

Please be aware the Class selection is sitewide and may hide the Category name in unexpected places.


Dean

  • Support Staff

October 4, 2013 at 2:48 am

Hi,

You may be better off using the EVENTS_LIST shortcode, it is more flexible, can filter by category and doesnt show the category name. http://staging.eventespresso.com/wiki/shortcodes-template-variables/#event-list

If not some css can remove the title, add the following to your themes style.css file or a plugin such as My Custom CSS:

.events_category_name { display:none; }


Nat Davis

October 4, 2013 at 2:37 pm

I thought CSS would do it. Came to me last night, but wanted to be sure.

Thanks. :)

Viewing 3 reply threads

The support post ‘Removing Category Name’ 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 - Staging Server