Posted: December 26, 2019 at 9:23 am
|
Hi there. And this https://eventespresso.com/topic/removing-0-price-on-free-events/ for the column but not sure where to put the code. |
|
Hi there. And for the column but not sure where to put the code i found. |
Hi there, If its CSS we usually advise using Dashboard -> Appearance -> Customize -> Additional CSS. If its PHP we recommend you add that to a custom functions plugin on your site, we have some documentation on creating one here: https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/ Which code are you looking to add to your site? |
|
|
I’m looking to add a ninja form using this: In the DIVI theme that I am using there is an advanced Custom CSS location for the code, but maybe I am inputting it wrong? |
Hi, Both of the examples you linked to have PHP code, which is a different type of code than CSS. A recommended way to add PHP code to your site is add a small plugin. WordPress plugins are also PHP. We have a guide on how to add a small plugin to your site: https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/ |
|
|
I would prefer to use CSS, in the Divi theme there is a section to add custom CSS for just the module you are working within. Where would I go to find CSS that I can put in to alter this table? <div style=”width:100%; height: 500px;”> In the table I want to change the button color and remove the price column. |
Hi, There are some things that you just cannot do with CSS. Programmatically adding a Ninja Form is an example of something that cannot be done with CSS. Now with your table, you should note that iframes cannot be styled with CSS that’s normally applied to anywhere else on the page. What you could instead is use a shortcode there. Then you can use custom CSS for just the divi module. Some examples follow:
|
|
|
Thank you! |
Just to note, the code to add the Ninja Form as a waitlist for an event was created before the Waitlist add-on was available for Event Espresso. Just in case you are not aware that we have an add-on for this it is available here: |
|
The support post ‘Where to place the code I find in the forums’ 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.