-
AuthorPosts
-
March 6, 2015 at 9:43 am #204394
Hi.
I’ve set up redirects when a user submits a contact us for and although the redirect works, I still get shown the default template confirmation message.
Is there a way to stop these messages showing please? Thanks.
-
phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 8, 2015 at 9:27 am #562100Hi there,
In this case, you can use css to hide the system message after clicking “send email” button. For example, I assigned redirect to homepage after clicking send mail, so my css code look like so
body.home #system-message-container {display: none;}
Before:
After:
-
March 9, 2015 at 7:33 am #562184
Hi. Thanks for your help.
How would I know the page name to use? For example the two pages I need to fix are:
/contact-us-confirmation
/tenancy-application-form-confirmation
Would the code therefore be:
body.contact-us-confirmation #system-message-container {display: none;}
and
body.tenancy-application-form-confirmation #system-message-container {display: none;}
??
Thanks.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 9, 2015 at 2:56 pm #562246<blockquote>body.contact-us-confirmation #system-message-container {display: none;}
and
body.tenancy-application-form-confirmation #system-message-container {display: none;} </blockquote>
NO, you cant do that. I tried to send a demo contact and the page redirect me to /contact-us-confirmation page.
In this case, please add
.home-business div#system-message-container {
display: none;
}into custom.css file then recheck
NOTE: custom.css file located at ja/templates/uber/css/custom.css (you should create a new one if it does not exist.)
Thanks
March 10, 2015 at 9:41 am #562387Hi. Thanks for that.
Would your latest code be the same for both pages
1. /contact-us-confirmation
2. tenancy-application-form-confirmationor is this code for all system messages across all pages?
I would still need system messages to show for example when someone enters wrong login info on the login page.
Thanks again for your help, much appreciated.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 10, 2015 at 9:54 am #562392#1 You should check my css code then let me know the result.
#2 I cant access your administrator area(redirect to homepage) to check your menu items which assigned for /contact-us-confirmation and tenancy-application-form-confirmation page.
SO, Please add the css code above then recheck
<blockquote>I would still need system messages to show for example when someone enters wrong login info on the login page.</blockquote>
NOTE: I tried to add the css code into chrome simulator and still receive system messageThanks
March 11, 2015 at 8:48 am #562562Hi.
I’ve put the code in my custom.css and unfortunately it doesn’t chnage anything, I still see the system messages?
S sorry it’s not a quick and easy fix 🙂
My admin URL is /administrator/?ilet_pm
Thanks.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 11, 2015 at 9:49 am #562579Hi there,
I added page class “hideme” for both hidden menu items (Tenancy Application Form – Confirmation and Contact Us – Confirmation) and css code look like so
.hideme #system-message-container {display: none;}
System message will no longer appear for these menu items. Please recheck.
March 12, 2015 at 8:41 am #562771That’s brilliant. Thank you SO much for all your help on this. Very much appreciated. 🙂
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by iletpm 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-
Redriect pages still showing default messages
Viewing 9 posts - 1 through 9 (of 9 total)