Topic-icon FB buttons does not show, Google and twitter are ok.

Active Subscriptions:

None
9 years 5 months ago - 9 years 5 months ago #49300 by rudolfryan
gyazo.com/5d62b4cd1876b95037ea608535abab3a

I am trying to put a like share comment box on every VM products. however it does not seem to show. Only the twitter and google plus shows.
I am missing something? Maybe a Plugin?

Here is a screenshot of my plugin settings
gyazo.com/aff57c7716fc5ae92ece208e69b8ca9a

Pls visit my site at www.royaleproductsph.com

The FB button login does not do anything, all other button is successfuly registering..LInkin, Instagram, G+ etc... FB is the only one that does not work.. Please enlighten me
Last edit: 9 years 5 months ago by rudolfryan.
The topic has been locked.
Support Specialist
9 years 5 months ago #49303 by mel
The fact that all of the Facebook easy-tags for Like, Comments, and Share and just the Facebook Login button do not work makes me think you might have an extension on your site including the all.js javascript file. Facebook guidelines are for sites/applications to use sdk.js now. Having both on the site will make any buttons not work or act erratically like you are seeing. Could you check your page source to see if all.js is present please? If it is, you will have to find what extension is including it and remove that section of code.

Let me know if this helps narrow down the issue.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 5 months ago - 9 years 5 months ago #49305 by rudolfryan
Hi Mel, i manage to solve the issue by cleaning all plugins and such that might interact with fb.

www.royaleproductsph.com

If you can kindly visit my site, the modules breaks when a user has successfuly login via FB. The product scroller below is being broken. I have not tried yet to put the Tags like comment on the virtuemart product. I am now polishing the flow..

Another issue I have is, since this is an E commerce website, I want to fetch all basic info from their profile Such as Fname,Mname,Lname,Address,Contact number from their profile and directed to the sites virtuemart record, so when they checkout they will have an easier browsing. Is this possible?

Error after logging onto FB

prntscr.com/5crwda
Last edit: 9 years 5 months ago by rudolfryan.
The topic has been locked.
Support Specialist
9 years 5 months ago #49306 by mel

If you can kindly visit my site, the modules breaks when a user has successfuly login via FB. The product scroller below is being broken.

If you're referring to 3 products being on one line and the fourth/possibly fifth on the next, this is because of your styling. The width of the product blocks before login is 262px and the width after login is 270px. The li before login has a hardcoded size on the element
File Attachment:

Another issue I have is, since this is an E commerce website, I want to fetch all basic info from their profile Such as Fname,Mname,Lname,Address,Contact number from their profile and directed to the sites virtuemart record, so when they checkout they will have an easier browsing. Is this possible?

Yes, please enable the Social Profiles - Virtuemart plugin and configure it in JFBConnect > Profiles > Virtuemart tab. Make sure to map the fields that you want imported into the VM records.

Error after logging onto FB

How are you adding the Fan box to the page? I don't see CSS/classes around it from JFBConnect inserting it.
The topic has been locked.
Active Subscriptions:

None
I was using another plugin for that but now i have uninstalled everything and using the Widget Facepile.
Still errors and the site still has js error.. breaking down scrollers. kindly check again. Do you need login from the backend :D
The topic has been locked.
Active Subscriptions:

None
9 years 5 months ago - 9 years 5 months ago #49309 by rudolfryan

rudolfryan wrote: I was using another plugin for that but now i have uninstalled everything and using the Widget Facepile.
Still errors and the site still has js error.. breaking down scrollers. kindly check again. Do you need login from the backend :D


let me try to fix that width issue but i am very much likely to break it more. I will try.

So lost now, where do i change that to fix the issue with the width :-(

Why is the log in process changing the width anyways?
Last edit: 9 years 5 months ago by rudolfryan.
The topic has been locked.
Support Specialist
9 years 5 months ago #49311 by mel
I created a regular Joomla user, logged in via www.royaleproductsph.com/index.php?option=com_users&view=login and encountered the same problem on the homepage scroller.

Looking at the error, whatever is inserting modal.js onto your site (this is NOT JFBConnect as we don't insert it), is not including the other Javascript files that are needed for that to properly work. This is why you are getting the Hash not defined error which prevents the scroller from working.

Whenever you find what is inserting modal.js, you can try fixing it by making it also insert the following js files:
http://www.royaleproductsph.com/media/system/js/mootools-core.js
http://www.royaleproductsph.com/media/system/js/mootools-more.js
http://www.royaleproductsph.com/media/system/js/core.js

I'd recommend disabling all of the JFBC plugins and logging in via com_users to verify that this is not related to JFBConnect.
The topic has been locked.
Active Subscriptions:

None

mel wrote: I created a regular Joomla user, logged in via www.royaleproductsph.com/index.php?option=com_users&view=login and encountered the same problem on the homepage scroller.

Looking at the error, whatever is inserting modal.js onto your site (this is NOT JFBConnect as we don't insert it), is not including the other Javascript files that are needed for that to properly work. This is why you are getting the Hash not defined error which prevents the scroller from working.

Whenever you find what is inserting modal.js, you can try fixing it by making it also insert the following js files:

http://www.royaleproductsph.com/media/system/js/mootools-core.js
http://www.royaleproductsph.com/media/system/js/mootools-more.js
http://www.royaleproductsph.com/media/system/js/core.js

I'd recommend disabling all of the JFBC plugins and logging in via com_users to verify that this is not related to JFBConnect.


Yep, i tried to login via regular user and it breaks the carousel. Will try to fix tomorrow. Got to get some sleep.. Thanks Melissa
The topic has been locked.