0
Welcome Guest! Login
0 items Join Now

SOLVED Maintenance Page Login Not Working since updating to Gantry 4.1.25

  • SOLVED Maintenance Page Login Not Working since updating to Gantry 4.1.25

    Posted 10 years 8 months ago
    • Hi,

      I just updated a website under development to Gantry 4.1.25 and the offline page login no longer works.

      I enter the username and password but nothing happens when I click on the login button.

      The website is tasmanlandcare dot org dot au and uses the Anacron version 1.1 template.

      Neil.

      Edit: I have tried clearing the Joomla and browser cache to no avail.
    • Last Edit: 10 years 8 months ago by Neil Robertson.
    • Webilicious
      Web Design and Development Services
      https://www.webilicious.com.au
      https://iconifier.net
      https://webhostingdownunder.com.au
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Maintenance Page Login Not Working since updating to Gantry 4.1.25

    Posted 10 years 8 months ago
    • I can see your offline page just fine
    • Check my services at: Mihha-Vision
  • Re: SOLVED Maintenance Page Login Not Working since updating to Gantry 4.1.25

    Posted 10 years 8 months ago
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Maintenance Page Login Not Working since updating to Gantry 4.1.25

    Posted 10 years 8 months ago
    • I see the issue. I can only report this to our devs and ask you to revert back to the previous working version of Gantry until the fix for this issue
    • Check my services at: Mihha-Vision
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Maintenance Page Login Not Working since updating to Gantry 4.1.25

    Posted 10 years 8 months ago
    • This message contains only secure information that is visible to Who?, moderators and administrators
    • The following users have thanked you: Neil Robertson

    • Check my services at: Mihha-Vision
  • Re: SOLVED Maintenance Page Login Not Working since updating to Gantry 4.1.25

    Posted 10 years 8 months ago
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Maintenance Page Login Not Working since updating to Gantry 4.1.25

    Posted 10 years 8 months ago
    • This will give you a workaround for now until DEVS can look into this issue.
      body#rt-offline .rt-footer-surround-pattern:before {
          display: none; 
      }
      This is how to create a custom CSS compatible with Gantry 4...

      Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_fracture). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED Maintenance Page Login Not Working since updating to Gantry 4.1.25

    Posted 10 years 8 months ago
    • In Gantry 4.1.25 we removed the equivalent of .rt-container {position: relative;} due to some 3rd party extension compatibility problem. Most templates would not be affected by this but Anacron is. Therefore ~line 47 in /less/offline.less, change to the following:
      #rt-subscription-form,
      #rt-authorized-form {
      	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
      	border-top: 1px solid rgba(0, 0, 0, 0.2);
      	.rt-container {
      		position: relative;
      	}
      }

      We just need to add the position: relative; here. This fix will be in the next release of Anacron.
    • The following users have thanked you: Neil Robertson

    • James Spencer / Developer & Support / Hull, UK
  • Re: SOLVED Maintenance Page Login Not Working since updating to Gantry 4.1.25

    Posted 10 years 8 months ago
    • The same fix also applies to comingsoon.less, starting ~line 103.
    • The following users have thanked you: Neil Robertson

    • James Spencer / Developer & Support / Hull, UK
  • Re: SOLVED Maintenance Page Login Not Working since updating to Gantry 4.1.25

    Posted 10 years 8 months ago

Time to create page: 0.073 seconds