Xen Notices [Deleted]

@tommydamic68

Let's start again. I know your notifications work. I'm trying to help you work out why they are still showing to your mobile users.

Remove any existing code related to Notifications in EXTRA.css.

Replace it with:

Code:
@media (max-width:@maxResponsiveWideWidth)
{
    .Responsive #GritterContainer {display:none;}
}

Does it still show to iPad users? If it does, what orientation is their iPad in? Landscape or portrait or both?

@Chris Deeming - thanks for the help, I didn't think I would have to do this much work for a simple solution for an add on I paid for. No worries. :D

???
 
@tommydamic68

Let's start again. I know your notifications work. I'm trying to help you work out why they are still showing to your mobile users.

Remove any existing code related to Notifications in EXTRA.css.

Replace it with:

Code:
@media (max-width:@maxResponsiveWideWidth)
{
    .Responsive #GritterContainer {display:none;}
}

Does it still show to iPad users? If it does, what orientation is their iPad in? Landscape or portrait or both?



???
The code has been added as you suggested to the EXTRA.css, it DOES show on the iPad in landscape mode only, can this be worked around?
Thanks,
 
You can't. They are normally defined in PHP code.

However, if you right click on a tab and do Inspect Element, you will see the tab ID as one of the class names:

This is on this site:

upload_2013-12-19_19-8-48.webp

Tab ID for Resource Manager is "resources".
 
Press F12 in your browser and go to the Console tab. See if there are any errors logged in there after you have clicked the Preview button.
 
Editor (TinyMCE) does not work :(. Turn it on in the settings. And he is not.
What to do?

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Last edited:
Editor (TinyMCE) does not work :(. Turn it on in the settings. And he is not.
What to do?

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
Install the TinyMCE editor from 1.1.x series (if you upgraded your 1.2.x from a 1.1.x series it works fine - new installs do not since 1.2.x uses Redactor and not TinyMCE. Hopefully Chris will get this upgraded in the near future (after he gets the Gallery done) to work with 1.2.x editor. I know he has stated it is planned.
 
Back
Top Bottom