Topic-icon Content plugin

Active Subscriptions:

None
11 years 4 months ago #50451 by denttransformer
Replied by denttransformer on topic Content plugin
Hi

You'd have to watch that page load to see the icons, they show up first and then social media links follow over top. As for the error , thats whats producing the error. Auto Tune config. It will not finish as it finds an error with face book user and key but they are right.
The topic has been locked.
Support Specialist
11 years 4 months ago #50452 by mel
Replied by mel on topic Content plugin

You'd have to watch that page load to see the icons, they show up first and then social media links follow over top

I see it now. Update the CSS I originally gave you to the following:
.sourcecoast.facebook,
.sourcecoast.linkedin,
.sourcecoast.twitter,
.sourcecoast.google,
.sourcecoast.pinterest {
    background:none;
}

As for the error , thats whats producing the error. Auto Tune config. It will not finish as it finds an error with face book user and key but they are right.

Could you open your app on developers.facebook.com and navigate to Settings > Advanced tab. Please verify that the 'Native or desktop app?' option is set to No. We haven't had any users encounter this error before, but after a quick search - When this setting is set to 'Native/Desktop' the app secret is untrusted because any of your users could extract the secret from the client code and make calls on behalf of the app.
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #50453 by denttransformer
Replied by denttransformer on topic Content plugin
Hi Mel

Thanks I will try changing the CSS files later. When this setting is set to 'Native/Desktop' , hum it was changed. Everything seems to check out now with autotune.

Thanks

Tim
The topic has been locked.
Support Specialist
11 years 4 months ago #50460 by mel
Replied by mel on topic Content plugin
Tim,

Glad that got you going. I don't know why that setting would have changed, as I don't believe that Autotune alters it.

The CSS should work and is more complete than the initial style that I gave you. The new block is what I have checked into JFBConnect for the next release.

-Melissa
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #50461 by denttransformer
Replied by denttransformer on topic Content plugin
Hi Mel

I updated the CSS file and everything ok as far as the background goes, but what I really need is HELP. This extension is making my hair grey and fall out. None of it is really cooperating, I have buttons floating and not doing what i want, can't get face book buttons to login on my site, it logs in on it's own even when it's turned off auto login, I'd love to see a functioning website and see how it's setup. Its a real mess right now :( and I know this could be great if it was setup proper
The topic has been locked.
Support Specialist
11 years 4 months ago #50463 by mel
Replied by mel on topic Content plugin
So a few things I've noticed:

1. Cosmetic issue - On the login page www.dentrepairtoronto.com/index.php/login-form your template is adding a background to ".page_header h2 span, .page-header h2 span" block, which is covering up the Social network login buttons. You can add something like this to fix that:
.page-login { margin-top:10px;}

2. On the same login page, the styles for the facebook class from don't seem to be taking effect as the jfbconnect.css file is not loaded on the login page. You could move those styles to set the background to none to your template.css file

3.

can't get face book buttons to login on my site

When pressing the Facbeook button to login, I get the following error, which leads me to believe that the application is not set up quite correctly. You can PM me credentials to the backend so that I can check out Autotune messages and maybe try tinkering with a couple of settings.

Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.


4.

it logs in on it's own even when it's turned off auto login

A lot of times this is due to other plugins/extensions on your site redirecting URLs. If you have any other plugins which do redirection, try temporarily disabling those features to help narrow down the issue. Some common examples are JomSocial Redirect system plugin, Community Builder System plugin (for itsParse URL settings), and SH404SEF (turn the settings off for the JFBConnect component). As it is, since #3 won't work for me, #4 isn't reproducible either.

5.

I have buttons floating and not doing what i want

Screenshots and the URLs that you're seeing this on are necessary if you want help for this issue. Without knowing all the details of your site or your template, it's hard for me to guess at what is a styling problem versus what you have intended.

As there are many different facets of JFBConnect, it can get pretty detailed to configure correctly. We'd be glad to help get you over these hurdles, but will require more details/specific URLs/etc as every site is configured differently with numerous extension and template combinations. The above should help to give us more information to help and we can go from there.

-Melissa
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #50465 by denttransformer
Replied by denttransformer on topic Content plugin
I sent you a PM with details.

1. Cosmetic issue - On the login page www.dentrepairtoronto.com/index.php/login-form your template is adding a background to ".page_header h2 span, .page-header h2 span" block, which is covering up the Social network login buttons. You can add something like this to fix that:

That's funny, all this time I had no idea I had an actual login page. which explains the green login button i kept seeing but never going to the actual page or maybe it was and it was covered up.

Thanks so very much if you can help

Tim
The topic has been locked.