Hi,
I’m using the Sponsors section plugin and want to change the position where its displayed on the page. I want it displayed last.
I’ve tried various changes to function but none have worked.
add_action( ‘AHEE_event_details_after_the_content’, ‘ee_event_sponsor_area’ );
I want to change the re-arrange template display order in admin (Desc, TS, D&T, V) followed by Sponsors. When I do this the sponsors info is place after description. I want it after Venue.
Are you using the latest version of both Event Espresso (4.8.29) core and the People Add-on (1.0.4)?
Do you have any functions for changing the order active on the site? When using the custom ordering within the admin if you also have custom functions active it can cause problems.
So the problem is that the hook you are using currently is ‘AHEE_event_details_after_the_content’, that is always run directly after the event description.
The support post ‘Sponsors Section Placement’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.