1. jaime-alcantara
  2. Support
  3. Sunday, August 21 2016, 12:28 PM
Hello,

I have installed the easy profile package and (PRO) and included a login form in my menu.

When loading the login form, the facebook button seems to be to small (Just an "F" in a blue square). Where can I change it to look wider as in the example of extension documentation?

Thank you!

Cheers,
Jaime
admin Accepted Answer
Admin
Hi,
the login button can inherit some style from your template (i.e. font-size, line-height,...). You can manage this with simple CSS, for example with something like this:

button.facebook_button:before {
font-size: 20px;
}
  1. more than a month ago
  2. Support
  3. # 1
jaime-alcantara Accepted Answer
Pro
Hi,

perfect, now it looks much better :-).
But when I click the button nothing happens. I am afraid it still has something to do with my template but where might be the cause?

Thanks in advance.

Cheers,
Jaime
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
can you please send me your site link to check? to keep private you can use the form below the reply in "Site Details" tab
  1. more than a month ago
  2. Support
  3. # 3
jaime-alcantara Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 4
admin Accepted Answer
Admin
Hi,
you have some Javascript problem, jQuery Framework is loaded 2 times, this is a template issue.

Now you have these 2 jQuery instances:
1. /Quick_Start/Quick_start/media/jui/js/jquery.min.js (CORRECT)
2. /Quick_Start/Quick_start/templates/kingal/assets/js/jquery-1.11.3.min.js (BAD)

Instance 1 is correct, this is loaded via Joomla API.
Instance 2 is wrong, this seems to be included by your template, this is a very bad way to load jQuery in Joomla 3.x, so we recommend to contact your template provider to remove this code.

Load many jQuery instances cause conflicts and unnecessary load (~100Kb)
  1. more than a month ago
  2. Support
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.