Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • novistabg Friend
    #203392

    When someone fills in the contact form of JA QuickContact module, confirmation text (Message Thank you!) appears on the top of the page, even though contact form is on the bottom.

    Is it possible to present confirmation text (system-message-container) just below contact form or in a Pop up?
    It would be nice if it was a little styles also. 🙂

    I found this article: http://www.joomlart.com/forums/topic/system-message-container-appearing-before-ja-topsl1/
    But it doesn’t say:
    – where to insert <jdoc:include type=”message” /> code
    – how to style it (make it look modern).


    1. system-message-container
    jooservices Friend
    #557859

    Hi there,
    # Have you tried to css your system message ?

    Thank you,
    Viet Vu

    novistabg Friend
    #557861

    @jooservices
    Not yet.
    First I want to see confirmation message below mod_jaquickcontact or as a Pop up over mod_jaquickcontact.

    jooservices Friend
    #557957

    Hi there,
    Let me try to clearly your issue(s):
    # About “system-message-container” you are mentioned. It’s Joomla! JDoc Statements. Please check this link for detail


    https://docs.joomla.org/Jdoc_statements

    # At moment as far i checked. It’s already ( must be ) included in our template.

    d:wwwjatc_onepage_j33templatesja_onepageoffline.php
    d:wwwjatc_onepage_j33templatesja_onepagetplsblocksmainbody.php
    d:wwwjatc_onepage_j33templatesja_onepagetplsblocksmainbody-content-left.php
    d:wwwjatc_onepage_j33templatesja_onepagetplsblocksmainbody-content-right.php
    d:wwwjatc_onepage_j33templatesja_onepagetplsblocksonepage.php

    By this way there is no reason to create another one block. It’ll make duplicate it for a page.
    # But yes, in case you want to move / duplicate it you can do that. Just modify layout file ( which one you need ), and insert it.
    If you want to include in under your module. Than you can put this one under this module ( position ) . But it’s not suggest
    # After you have modified / created your own than you will need to work with custom.css for styling.

    Thank you,
    Viet Vu

    marinaw Friend
    #558834

    I installed the following plugin to handle system messages.

    http://extensions.joomla.org/extensions/extension/style-a-design/popups-a-iframes/modal-system-messages

    After that you just have to comment out

    <jdoc:include type=”message” />

    in the files contained in templates/ja_onepage/tpls

    so the messages are not duplicated.

    I found this plugin at http://joomla.stackexchange.com/questions/5658/display-system-messages-inside-component-instead-of-in-the-template

    It took a few minutes to get it all working as I wanted. I hope it helps you too.

    novistabg Friend
    #559343

    JA QuickContact module can’t be called working extension/module if it doesn’t have basic confirmation message in area that user can see.
    There should at least be option for redirection to the confirmation page if it is too much to display message below or over the contact form.

    I’ve replaced
    <jdoc:include type=”message” />
    <jdoc:include type=”modules” name=”onepage” style=”onepage” />

    in file ja_onepagetplsblocksonepage.php to

    <jdoc:include type=”modules” name=”onepage” style=”onepage” />
    <jdoc:include type=”message” />.

    Message is now too much below the module (I’d like it to be 60px closer to the submit button) and message block is very wide.
    Can you please help me with this?

    marinaw Friend
    #559344

    Send me a link to your site and I will take a look as soon as I have a minute. You can send it via PM if you prefer.

    novistabg Friend
    #559462

    Well, you can take a look at http://ja-onepage.demo.joomlart.com/ or you can install demo on your own server and take a look.
    I am talking about demo. Nothing is changed except:
    I’ve replaced
    <jdoc:include type=”message” />
    <jdoc:include type=”modules” name=”onepage” style=”onepage” />

    in file ja_onepagetplsblocksonepage.php to

    <jdoc:include type=”modules” name=”onepage” style=”onepage” />
    <jdoc:include type=”message” />.

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  novistabg 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum