GK Contact success or error messages?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Feb 14, 2014 6:06 pm
Reply with quote
Report this post
Hi
When i try sending a message using the contact form the page reloads but i dont see any success or error messages?
Even if i leave the contact form blank and click the send message box i just get a page reload.
If i fill out all the fields correctly i receive the email but again no success message just a page reload.

any help much appreciated
User avatar
Fresh Boarder

teitbite
Fri Feb 14, 2014 8:39 pm
Reply with quote
Report this post
Hi

Please show me the exact page I can see this form.
User avatar
Moderator

GK User
Fri Feb 14, 2014 8:41 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

teitbite
Tue Feb 18, 2014 12:40 pm
Reply with quote
Report this post
Hi

Please send me an access to joomla panel. Site is offline.
User avatar
Moderator

GK User
Mon Feb 24, 2014 9:40 pm
Reply with quote
Report this post
sorry its back online now!
Thanks
User avatar
Fresh Boarder

teitbite
Thu Feb 27, 2014 7:53 pm
Reply with quote
Report this post
Hi

Sorry, but I had no luck to see it live. It's disabled again. Please send me an access to joomla panel so I'll logg and see.
User avatar
Moderator

GK User
Thu Feb 27, 2014 8:39 pm
Reply with quote
Report this post
should be ok now.. sorry not sure why it went offline again..
User avatar
Fresh Boarder

teitbite
Sat Mar 01, 2014 8:34 pm
Reply with quote
Report this post
Hi

Ok. I can see that the message is attached to site, but message system is disabled. Please try to add this code to css to make messages visible:

Code: Select all
#system-message-container { display: block !important; }
User avatar
Moderator

GK User
Mon Mar 03, 2014 8:53 pm
Reply with quote
Report this post
Hi
Thanks for your help.
Which css file should i add this to?
thanks
User avatar
Fresh Boarder

teitbite
Tue Mar 04, 2014 3:38 pm
Reply with quote
Report this post
Hi

Please use override.css file for every css modification. Just please remember that override needs to be enabled in order to use this file.
User avatar
Moderator

GK User
Fri Mar 14, 2014 4:29 pm
Reply with quote
Report this post
Hello Gavickpro,

I'm Peter and I'm a new Gavick Joomla template subscriber. I didn't know if I could post all three of my questions in this forum.

I'm working with the Creativity Template at madewrong.com. There are 3 items needing your kind assistance.

1) I'm having trouble with the "contact" form to send messages. Every time I send something, there isn't an obvious "message sent indicator or confirmation". [color=#000000] Also, I'm not getting any messages at my email box at [email protected]

2) On the main page I see a "Home" label above "About". I don't remember what I did to create such an unwanted result . I don't recall creating such a module. Do you have any guesses where I can delete the "Home" label?

3) Where can I control the "Login" ? I'd like to change the text that says LOG IN OR SIGN UP to Login or Join. I also would like to issue an obvious email confirmation to newly registered people.

I hope you can point me to the right direction.

Sincerely,

Peter Biker
[email protected]
User avatar
Fresh Boarder

GK User
Fri Mar 14, 2014 4:44 pm
Reply with quote
Report this post
Hi Gavickpro,

I also forgot to ask my fourth question for the Creativity Template for Joomla. My website demo is at madewrong.com.

4) If you go to the frontpage>English>Booking

(madewrong.com/index.php/k2-frontpage/booking)

I'd like to create a menu to right of the cafe eng. logo (the left of LOGIN) so my vistors have a method of navigating back HOME. Can you tell me where I can go to perform this?

Sincerely,

Peter Biker
User avatar
Fresh Boarder

teitbite
Sat Mar 15, 2014 12:12 am
Reply with quote
Report this post
Hi

@ibike4u You can ask any questions, but please next time create a new thread so forum will not get messy.

1. To force showing messages please add this to css:

Code: Select all
#system-message-container { display: block !important; }


2. "Home" is a title of page. To remove that please in home menu item settings select to not display page title.

3. All template related frazes can be changed in /languages/en-GB/en-GB.tpl_gk_creativity.ini file

4. For subpages there is a second template style used. Please create a menu and select it to be used by this template style.
User avatar
Moderator

teitbite
Mon Mar 17, 2014 9:13 pm
Reply with quote
Report this post
Hi

I've answered in Your other thread (btw, thank You for that, but I meant new questions). I'll copy the answer here for anyone who may be looking for the answer here:

1. All CSS changes should be added to override.css file, remember that override needs to be enabled in order to use this file.

3. It's a correct file, just the frase is made from couple of words. Please look at:

TPL_GK_LANG_LOGIN
TPL_GK_LANG_OR
TPL_GK_LANG_REGISTER
User avatar
Moderator

GK User
Thu Mar 20, 2014 2:36 pm
Reply with quote
Report this post
Hi Teitbite,

Some people can't see the function of Join in the Login Area.

Can I create a "bigbutton border" for Join in the Login Area? I don't know the proper code. I experimented with the following with no results.

TPL_GK_LANG_REGISTER="Join"<a class+"bigbutton border">

Thanks,

ibike4u
User avatar
Fresh Boarder

teitbite
Thu Mar 20, 2014 8:07 pm
Reply with quote
Report this post
Hi

I'm afraid html will not work in this place. Please edit /layout/blocks/tools/login.php nad replace line 21, which looks like this:

Code: Select all
            <?php echo JText::_('TPL_GK_LANG_OR'); ?><a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>"> <?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>


with

Code: Select all
            <?php echo JText::_('TPL_GK_LANG_OR'); ?><a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>"> <span style="font-weight:bold;"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></span></a>

User avatar
Moderator


cron