Support

Home Forums Event Espresso Premium Full width long page (Site origin page builder)

Full width long page (Site origin page builder)

Posted: March 29, 2016 at 6:21 am

Viewing 2 reply threads


koldtoft

March 29, 2016 at 6:21 am

For some events, I would like to be able to build a “long page”, specifically for that event.

I would like to do the “full with bars” that stretch from side to side of the browser, regardless of resolution, but then have content inside that is never wider than 1110px or whatever.

See: Example / Explanation screenshot

I use a plugin called “page builder” from site origin and that gives me the option of doing that, without having to do any “html / css” hacks.

However, that plugin only works for pages and posts (not for events).

I can do this in an event by using the following code, but it is not very elegant, and is very bad for scaling.

<div style="background-color:#eb6e78; position:absolute; left:0; right:0;">
	<div style="margin-left:auto; margin-right:auto; max-width: 1110px; color:#FFFFFF;">
	Centent here
	</div>
</div>

Any help achieving this would be much appreciated.

Thanks.


koldtoft

March 29, 2016 at 6:31 am

Progress 🙂

Ok, so I just figured out that I can use the shortcode [ESPRESSO_TICKET_SELECTOR event_id=154] and basically build my event page as a normal page, which pretty much solves my problem.

The only thing is that everything else points to the “standart” event page and not my newly created custom event page.

So is there a way to redirect visitors to my custom events page, instead of the default page? (so for example if they click in the event calendar or the event table list or whatever other plugin that i integrated, it links to my custom page)

Or am i going about this all wrong?


Lorenzo Orlando Caum

  • Support Staff

March 29, 2016 at 10:14 am

Hello,

If I understand you correctly, you are wanting to use a custom WordPress page with the ticket selector on it instead of the default events page (example.com/events/my-fun-event/).

If that is what you need, then you could use a free plugin like Redirection (https://wordpress.org/plugins/redirection/) to create a redirect from the existing page to your custom page.

Let us know if that helps.


Lorenzo

Viewing 2 reply threads

The support post ‘Full width long page (Site origin page builder)’ 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