I have a menu item in a modal that does not display the registration page correctly.
It displays fine on the full page, but the colors change in the modal window. The text and background are the same color. How do I control the CSS of the modal in Joomla V4.4.0?
/presentation?ml=1 - appears to strip off the parameter, no change in the display
/presentation?tmpl=component - removes most all the formatting making a black & white text, left-aligned.
Neither changed the appearance of the modal
Disabling the Redirect Script also made no difference.
I'll try my buds over a YOOtheme.
BTW - we added this CSS in J3, but did not work in J4.
/* start registration modal code */
#rl_modals
{
color: #000;
background:#ccc;
}
.page-header .cassone
{
color:#000;
}
/* end registration modal code */
/presentation?ml=1 - appears to strip off the parameter, no change in the display
Not if you disable the redirect script.
The custom CSS of Joomla 3 won't work on the Joomla 4 version.
As the documentation describes, the Joomla 4 version is a completely different beast than the Joomla 4 version.
For more info about how elements get their styling, you can use the Element Inspector of your browser.
And/or look at the css files that come with Modals.
Thank you we've been through those documents and did a lot of testing based on your styling article, but no luck.
We used the inspector and could not find the CSS that formatted the modal.
After turning off the redirect script, the ?ml=1 did cause the page to have a white border around it, but had no effect on the model.
Can you give me (super) admin and (s)ftp access so I can take a look?
You can use the 'Confidential information' button in the forum editor to hide sensitive information.
How do you set the order of loading?
When upgrade the live site to J4 (this and a couple of other things have been holding up the upgrade for weeks) how do I implement this and make sure things load in the right order?