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
Pricing drop down missing | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Pricing drop down missing

Pricing drop down missing

Posted: December 16, 2012 at 11:17 am

Viewing 3 reply threads


jadea

December 16, 2012 at 11:17 am

Hi. I’ve just updated to 3.1.29.1 and the event pricing is missing. I’ve deleted the old template folder and re-installed event espresso and the prices are still not showing up.

Here is the website: http://www.gycsouthwest.org/event-registration?ee=40


Dean

  • Support Staff

December 17, 2012 at 3:24 am

Hi,

For some reason you have this code in your theme style sheet

p.event_prices {
display: none;
}

which is hiding the prices. Removing that code will restore your price dropdown.


jadea

December 17, 2012 at 8:17 am

That code was to hide the price on the event list. In any case, I just removed it (so now you can see the price on the event list http://www.gycsouthwest.org/event-registration ) and the drop down is still missing. http://www.gycsouthwest.org/event-registration?ee=40


Josh

December 17, 2012 at 9:19 am

Hi there,

It looks like there is still a style rule that is hiding this. (Line 47 of style.css.) Please see this screenshot.

If you’d like to hide the price display in the event list, it would actually be:

.event_price{ display:none;}

So the list view uses .event_price, and the registration page view uses .event_prices.

Please note that you may need to clear your browser’s cache after making a change to the stylesheet to see them. The browser will typically cache the previous version of the stylesheet.

Viewing 3 reply threads

The support post ‘Pricing drop down missing’ 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