pandamalaya Posted November 21, 2013 Share Posted November 21, 2013 Hello rockstars! I'm a newbie in PS, please be gentle Here's the issue, I know how to set the 'under construction' mode, Preference > Maintenance > Tick the 'No'. Okay done. But the default under construction landing page is kinda 'cute', so I made a customize landing page myself and the problem is: How do I link to the new 'under construction' page? Link to comment Share on other sites More sharing options...
tdr170 Posted November 22, 2013 Share Posted November 22, 2013 You will probably need to customize the standard maintenance page, In the Prestashop folders/files go to themes/default/maintenance.tpl and customize that. You can see an example here: http://team-shepherdusa.com/shop1/ 1 Link to comment Share on other sites More sharing options...
pandamalaya Posted November 22, 2013 Author Share Posted November 22, 2013 Thank you @tdr17. that's help But is there any other way to change the link to a new page? A totally new page, redirect or something? Link to comment Share on other sites More sharing options...
preserver Posted March 10, 2014 Share Posted March 10, 2014 I would like to remove the shopping bag image from the maintenance page. I have looked through my theme's maintenance.tpl file, but I can't identify what to change to remove it. I can tell where my store logo is, but not the shopping bag image. Does anyone know how to remove that image? Link to comment Share on other sites More sharing options...
tdr170 Posted March 10, 2014 Share Posted March 10, 2014 I would like to remove the shopping bag image from the maintenance page. I have looked through my theme's maintenance.tpl file, but I can't identify what to change to remove it. I can tell where my store logo is, but not the shopping bag image. Does anyone know how to remove that image? For that I believe you need to remove the background image from the maintenance.css file located in the themes/yourtheme/css folder. Look for the code below: #maintenance #message { margin:0 20px; padding:50px 310px 0 0; height:360px; background:url(../img/bg_maintenance.png) no-repeat 100% 0 #fff 1 Link to comment Share on other sites More sharing options...
preserver Posted March 11, 2014 Share Posted March 11, 2014 That did it. I actually swapped out a custom image for the bg_maintenance.png in my theme's image folder. Thank you! Link to comment Share on other sites More sharing options...
tdr170 Posted March 11, 2014 Share Posted March 11, 2014 Glad to help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now