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
Comment #1
eugenmayer commentedSee 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.
Comment #3
thomasmuirhead commentedHi 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
Comment #4
thomasmuirhead commentedSorry, worked it out. For those who may also be wondering - the path is:
wysiwyg_imageupload/upload/*
thank you again
Thomas
Comment #5
thomasmuirhead commentedSorry 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
Comment #6
thomasmuirhead commentedoh, and:
ajax/wysiwyg_imageupload_browser/*
to get the admin theme on the browser too
Thomas