Problems whit template and facebook

GK User
Tue Jun 24, 2014 10:22 am
Good Morning

I have some problems:

1) In the shopping cart, do not show the product images (Adjunto 1)

2) In the area of user account, a button appears with the option to add a product. I would like to remove. Appears with a normal user. (Adjunto 2)

3) You can not go in with Facebook. not working (Adjunto 3)

4) The user and password lines are not closed (Adjunto 3)

5) Where is the file to translate the record fields to another language? (Adjunto 4)

6) A lightbox with the word "info" appears when a user wants to ask a question (Adjunto 5)

7) In the detail product view, appears the link "Back to" (Return to), but does not say where it will return. Also when you click, it returns to a page with all products, not the page with the category as it should work.(Adjunto 6)

Thanks!!
User avatar
Senior Boarder

GK User
Tue Jun 24, 2014 10:23 am
The others images...
User avatar
Senior Boarder

GK User
Tue Jul 01, 2014 11:54 am
1) In the shopping cart, do not show the product images (Adjunto 1)

You products for sure don't have unique SQU so kind of ID for products. Images in cart are displayed based on this value so please make sure that SQU is unique for every single product.

2) In the area of user account, a button appears with the option to add a product. I would like to remove. Appears with a normal user. (Adjunto 2)

This is not template problem but ViruteMart configuration issue - this button is displayed when you allows your registered customers to add products.

3) Did you configure you application ID and keys according to this tutorial » How to Implement the ‘Login with Facebook’ Feature – GavickPro Documentation

4) Please provide me URL to your website.

5) Template use default Joomla language system so all files may be found in root/languages/en-GB directory

6) This is a warning message and it is probably VirtueMart issue not template problem - please test the same with Beez template and let me know.

7) Could you also check whether the same happen on Beez? It gives us sure where is the problem - with template or VM. If it is VM issue you need to contact with VM support.
User avatar
Platinum Boarder

GK User
Tue Jul 01, 2014 12:18 pm
1)
Yes i see and I have sure that all the products have a unique SQU.
2)
And how can I do to disable this option?
3)
Ok, perfect
4)
www.depurativoantartico.com
5)
In root/languages/en-GB directory, do you know, where are these words (register)?
6)
I try with beez template, and run correctly, so I think that is a template problem.
7)
Yes, with beez template I have the same problem so may be a vm problem…

Thanks!!
User avatar
Senior Boarder

GK User
Wed Jul 02, 2014 10:35 pm
2) this is part of your VM configuration. VirtueMart as a 3rd party extension is beyond our support. For more help please contact with extension support forum.

4) Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkPopupRegister input[type="text"], #gkPopupRegister input[type="password"],  #gkPopupRegister input[type="email"] {
width: 250px;
}

and then just remember to enable "Use override CSS" option in template advanced settings tab.

5) Please check template language file so en-GB.tpl_gk_templatename.ini file

6) Could you show me screeshot from Beez? The message looks different?
User avatar
Platinum Boarder

GK User
Thu Jul 03, 2014 9:08 am
6) i send the captures, Ca1-beez template and Ca2-gavick template.

And point 1) ? its very important...

Thanks!
User avatar
Senior Boarder

GK User
Fri Jul 04, 2014 1:33 pm
Probably it is problem with vmframe.css file, could you provide me FTP access via PM?
User avatar
Platinum Boarder

GK User
Fri Jul 04, 2014 1:35 pm
According to point one, how I can check SQU on frontend ? This value is visible only in product edit view.
User avatar
Platinum Boarder

GK User
Fri Jul 04, 2014 2:59 pm
1) I send you the user and pass (FTP and Joomla)

2) i post in virtuemart forum, and one guy said me: "Perhaps got help from the company who made the design?
Check with yours. I'm sure they can help you."
I not know to do... I don´t find the option in my VM configuration. If you have any ideas I'd appreciate it...

5) i find when you said me in "/language/en-GB/en-GB.tpl_gk_esport.ini" but i not find the words for translate. This is curious because if you go to register form for this route:

Code: Select all
http://www.depurativoantartico.com/index.php?option=com_users&view=registration


the words is translate, but if i register with the lightbox of the landing page (click in register), the same form is not translate....

6) 1) I send you the user and pass (FTP and Joomla)

Thanks!!
User avatar
Senior Boarder

GK User
Wed Jul 09, 2014 9:08 am
Hi

I put a message in the forum 5 days ago and I send passwords 3 days ago and I have not any response. You received everything ok?

Thanks
User avatar
Senior Boarder

GK User
Wed Jul 09, 2014 11:57 am
If you are sending PM access without URL to topic it is really hard to identify your issue. Please note that if the issue number 2 exists also on Beez template it means this is totally not related with our product.
User avatar
Platinum Boarder

GK User
Wed Jul 09, 2014 12:09 pm
ok.. Issue numer 2, find help in other virtuemart forums...
When you've watched others issues tell me.

Thank you!
User avatar
Senior Boarder

GK User
Wed Jul 09, 2014 12:35 pm
To resolve problems with the message in pop-up I've copied this code to vmframe.css file :

Code: Select all
/* messages ----------------------*/
#system-message-container {
   clear: both;
   overflow: hidden;
}
#system-message {
   border: 2px dashed #EA3C3C;
   margin: 0 0 56px;
   padding: 12px 36px;
}
#system-message ul {
   margin: 0;
   padding: 0;
}
#system-message dt {
   display: none;
}
#system-message dd.message ul li,#system-message dd.error ul li,#system-message dd.notice ul li {
   margin: 0;
   padding: 14px 14px 14px 56px;
   line-height: 24px;
   background: url('../images/style1/typography/info_small.png') no-repeat 0 11px;
   font-size: 16px;
   color: #333;
}
dl#system-message dd.message ~ dd.message  {
   display: none;   
}
#system-message dd.error ul li {
   background-image: url('../images/style1/typography/warning_small.png');
}
#system-message dd.notice ul li {
   background-image: url('../images/style1/typography/tips_small.png');
}


5) The buttons visible at front-end are part of template but the form to register which you see is default Joomla com_users form so translation should be make in language/en-GB/en-GB.com_users.in file.

In regard to thumbnails problem I need also access to database - please read my PM message.
User avatar
Platinum Boarder

GK User
Thu Jul 10, 2014 4:59 pm
Hi

I have translate language/en-GB/en-GB.com_users.in but not runt (translate) in fronpage :S

Thanks!
User avatar
Senior Boarder

GK User
Mon Jul 14, 2014 10:10 am
Could you show me on screenshot which area you want to translate? All login/register forms are located in mentioned file so maybe you use some custom login/register page.
User avatar
Platinum Boarder

GK User
Mon Jul 14, 2014 11:33 am
is the fields of lightbox that appears when you do click in register (Registro) up and right
User avatar
Senior Boarder

GK User
Tue Jul 15, 2014 2:09 pm
This phrases comes from com_users.ini file in root/languages directory. It is not template text because the translation comes from default Joomla registration view. Please also check K2 translation file - if you use K2 profiles the register form may be displayed from K2.
User avatar
Platinum Boarder

GK User
Tue Jul 15, 2014 3:39 pm
Ok. the file to translate is en-GB.mod_gk_register (if anyone needs it).

When finish with the issue number 1 tell me.

Thanks :)!!
User avatar
Senior Boarder

GK User
Fri Jul 18, 2014 11:50 am
Yes you are right but I had no idea that you use gk_register module :) if you want to translate default register page (not pop-up) it is located in com_users.ini file :)
User avatar
Platinum Boarder


cron