Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • iletpm Friend
    #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.


    1. Screen-Shot-2015-03-06-at-18.57.06
    2. Screen-Shot-2015-03-06-at-19.01.01
    phong nam Friend
    #562100

    Hi 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:


    1. before
    2. after
    iletpm Friend
    #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 Friend
    #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

    iletpm Friend
    #562387

    Hi. Thanks for that.

    Would your latest code be the same for both pages

    1. /contact-us-confirmation
    2. tenancy-application-form-confirmation

    or 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 Friend
    #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 message

    Thanks


    1. sys
    iletpm Friend
    #562562

    Hi.

    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 Friend
    #562579

    Hi 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.

    iletpm Friend
    #562771

    That’s brilliant. Thank you SO much for all your help on this. Very much appreciated. 🙂

Viewing 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