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 Major CSS issues on Payment Options Page | Event Espresso - Staging Server
OK. First off there are some break tags being added after every single form input, probably by the theme.
You can use CSS to fix it, but its addressing the symptom rather than the root cause
#paypal-payment-option-dv br {
display: none;
}
The extra empty boxes above and below the Check/Money Order box, is strange. It looks like there are additional copies of it added, which is not how it works with the default version.
Although it doesn’t look like it, has the payment_page.php or payment_overview.php template files been modified?
Again, you can probably fix it with CSS but it wont fix the underlying issue.
I was able to remove the blank spaces with the code you provided me. Looks much better!
#paypal-payment-option-dv br {
display: none;
}
Then I cleaned up the overall look of this page (font sizes, etc) modifying the CSS.
But I still can’t figure out what those empty, clickable boxes are below “Off-Line Payment Options”.
When you click on all 3 boxes they do the exact thing, they each toggle to open the Check / Money Order Payment detail information (mailing address, complete your registration link, etc)
I have not modified the payment_page.php or payment_overview.php template.
Great. The raw tags worked perfectly and even fixed a lot of the other layout problems I was trying to tweak in style.css.
THANK YOU.
Viewing 4 reply threads
The support post ‘Major CSS issues on Payment Options Page’ 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.