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 shopping cart table event registration | Event Espresso - Staging Server
Which .css file do i change to get the DATE and Time in the ‘center’?
And move the ‘Refresh Total’ to the ‘Right’?
and edit the ‘finish registration’ button?
You are currently using the themeroller-base style so you can either edit that stylesheet, or add the css to your themes stylesheet. You can even use one of the themeroller styles and create a custom stylesheet.
Editing the button cannot be done with CSS (CSS = looks, HTML = content). It looks like this is from the shopping_cart.php and has already been modified to say Finish Registration. If you search that file for “event_espresso_continue_registration” you will find the code needed.
If you meant to change the look of the button, you can use #event_espresso_continue_registration to style it
Those 2 bits of code have been added to my style.css in my child theme, and have worked.
In regards to the themeroller, it appears my wp theme .css over rides the themeroller, is that right? So if I just the correct #code, then I style it? Thanks.
If you have Themeroller turned on, and you want to add the CSS changes to your WP theme’s stylesheet, then you will need to use !important rules for each entry in your CSS for it to override the Themeroller. If you don’t use Themeroller, then you don’t have to use !important rules. You can just add the CSS into your theme’s style.css.
With all of that said, if you are going to have to use alot of !important rules, then I suggest just turning Themeroller off and entering the code into your style.css.
The support post ‘shopping cart table event registration’ 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.