Support

  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.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.