Support

Home Forums Event Espresso Premium Embed Ticket Selector

Embed Ticket Selector

Posted: November 15, 2015 at 6:37 am


TheiaStudios

November 15, 2015 at 6:37 am

I can embed my ticket selector to a wordpress page which is great!! Can I change the size of the font that displays? It is too big. I can resize the frame but I want to resize the content.

Thank you!!


Lorenzo Orlando Caum

  • Support Staff

November 16, 2015 at 7:36 am

Hi, could you share a link to a page with an embed so we can share feedback?

Thanks


Lorenzo


TheiaStudios

November 16, 2015 at 7:52 am

Hi Lorenzo!! Here are two links where I am testing embedding the ticket selector into pages.
http://www.theia.gallery/photo-shoot-friday
https://theia-studios.com/test-3-3/

I can insert the iframe into the page and the ticket selector shows up. I am trying to figure out how to present it more efficiently and professionally.

Here is how it looks in our pages with the short_code.

Thank you!!!!!
Lori


Lorenzo Orlando Caum

  • Support Staff

November 16, 2015 at 8:44 am

Hi Lori, are you trying to show the ticket selector including the register now button?

If so, try increasing the height to 725px.


Lorenzo


TheiaStudios

November 16, 2015 at 3:38 pm

Hi Lorenzo,
I want to match the font size and style to the page I am embedding it to.
ie http://www.theia.gallery/photo-shoot-friday
I want the embed text to match the page text…

Three Hours of Creative Shooting — THEIA Style!
Sets | Models | Lights


Josh

  • Support Staff

November 16, 2015 at 5:38 pm

Hi there,

You can remove the readymade styles that are included with the embedded Ticket selector with this code:

add_filter( 'FHEE__EED_Ticket_Selector__ticket_selector_iframe__css', 'my_custom_ticket_selector_css' );
function my_custom_ticket_selector_css() {
    return array(
                /* optionally include your custom stylesheet URL here */
                TICKET_SELECTOR_ASSETS_URL . 'ticket_selector.css?ver=' . EVENT_ESPRESSO_VERSION,
                includes_url( 'css/dashicons.min.css?ver=' . $GLOBALS['wp_version'] ),
                EE_GLOBAL_ASSETS_URL . 'css/espresso_default.css?ver=' . EVENT_ESPRESSO_VERSION
            );
}

You can add the above to a functions plugin or into your WordPress theme’s functions.php file. You can also add an additional URL, such as the website’s stylesheet URL to include its styles into the iframe.

The support post ‘Embed Ticket Selector’ 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