-
AuthorPosts
-
December 8, 2014 at 1:28 pm #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).
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 8, 2014 at 1:38 pm #557859Hi there,
# Have you tried to css your system message ?Thank you,
Viet VuDecember 8, 2014 at 1:58 pm #557861@jooservices
Not yet.
First I want to see confirmation message below mod_jaquickcontact or as a Pop up over mod_jaquickcontact.jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 9, 2014 at 5:01 am #557957Hi 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 Vumarinaw Friendmarinaw
- Join date:
- April 2007
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
December 16, 2014 at 9:26 pm #558834I installed the following plugin to handle 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.
December 22, 2014 at 3:00 pm #559343JA 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 Friendmarinaw
- Join date:
- April 2007
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
December 22, 2014 at 3:05 pm #559344Send 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.
December 23, 2014 at 9:40 am #559462Well, 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” />.AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by novistabg 9 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
system-message-container just below next to mod_jaquickcontact
Viewing 8 posts - 1 through 8 (of 8 total)