Is there a way to get the Popup to run with out admin theme rather then the default site theme? We've got an ipad customized front end which looks very different then admin theme we're using so the popup looks strange in the interface. Is there a way to overide the use of the default theme with the admin theme in the popup?

If there's no way to do this then this is a feature request. - Thank you.

Comments

eugenmayer’s picture

Status: Active » Fixed

See jquery_ui_dialog documentation for influencing the theme. You need to make a custom override here or fix the admin theme to trigger on that path or using a preprocess method.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

thomasmuirhead’s picture

Status: Closed (fixed) » Active

Hi there,

Thanks for this amazing module - it might finally put a nail in this endless problem!!

I was just wondering if you could identify the path of the popup for me, so i could set the admin theme to trigger.

Thank you

Thomas

thomasmuirhead’s picture

Status: Active » Closed (fixed)

Sorry, worked it out. For those who may also be wondering - the path is:
wysiwyg_imageupload/upload/*

thank you again

Thomas

thomasmuirhead’s picture

Sorry to keep adding things - but someone might find it useful.

I actually had to add wysiwyg_imageupload/* in order to make the admin theme work on all the pages in the popup.

thanks

Thomas

thomasmuirhead’s picture

oh, and:
ajax/wysiwyg_imageupload_browser/*
to get the admin theme on the browser too

Thomas