When you login as a member and hit the link, 'Blog', the pop up window with the customized Item form doesn't show the alert div in blue clearly. Some white is covering it. I need that div to show clearly so the users will understand their blogs require admin approval. The arrow in the screenshot highlights the blue div that's not showing properly. It's about 1/2 covered.

The item form is customzied by the file itemform.php, located in /templates/newstream2/html/com_k2/default. It overrides the default K2 itemform.php.

    This works, but now when you click 'Close' the window doesn't close. I think someone is doing work in the back end so I'll wait till they are out. Assuming it's you. The window has to close when you click close.

    ah yes that would be me I have now logged out

    Cheers
    Paul

    Something went wrong. Neither the 'Save' nor 'Close' buttons work anymore.

    If you log in on the front end and hit blog, neither the 'Save' or the 'Close' button works.

    You have a z-index where the modal is above the content which makes the buttons below unclickable

    Cheers
    Paul

    Try adjusting the css

    #k2ModalContainer #adminForm {
    margin-top: 150px;
    }

    Write a Reply...
    You need to Login to view replies.