Billy Bryant
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Page Publish 2] "Grant access rights!" button not workingThis plugin used to be the best, but it seems the developers do not stay on top of API changes. I too am getting the error when trying to grant permissions now. Hopefully it will be resolved soon
Not only that, but they claim it pulls from Gravatar in realtime; however, I changed my Gravatar image several days ago and it still pulls the old image, despite my having replaced the code that pulls the Gravatar with the get_avatar() function. I’m going to have to drop publicize, despite its inherit good qualities, the flaws far outweigh the good.
Im looking through the file “jetpack/class.jetpack-post-images.php”; however, I’m seeing where it pulls an avatar, not seeing where it pulls a Gravatar. I want to force the plugin to pull an avatar as a last resort option. I’ve also changed my gravatar image, and while it’s changed everywhere else, new posts published to facebook still pull my old image. Where is this cached and how can I clear it???
Is there a way to change the plugin to pull the avatar of the author from WordPress using the already existent “get_avatar” function? This is a very silly problem to have for such a simple request.
When I use it on my site (https://www.TheSwitchRadio.com) it posts my Gravatar no matter who the author of the post is. Is there a way to fix this? I’d like it to use the Avatar of the Author, is there a way to pass/override this upon posting? Some function I can add?
I’m getting the same ‘diagnosis.php’ return error, (Despite it saying that everything works).
Does anyone know how to fix this yet?
Array ( [headers] => Array ( [access-control-allow-origin] => * [cache-control] => no-store [content-type] => text/javascript; charset=UTF-8 [expires] => Sat, 01 Jan 2000 00:00:00 GMT [pragma] => no-cache [www-authenticate] => OAuth "Facebook Platform" "invalid_client" "Error validating application. Invalid application ID." [x-fb-rev] => 620811 [x-fb-debug] => G32AH5XI2EPzER+L2NdgYgQRc4B4g+W2hjsn2jMNSAo= [date] => Sat, 01 Sep 2012 18:05:58 GMT [connection] => close [content-length] => 112 ) [body] => {"error":{"message":"Error validating application. Invalid application ID.","type":"OAuthException","code":101}} [response] => Array ( [code] => 400 [message] => Bad Request ) [cookies] => Array ( ) [filename] => )
I am also getting this same error. Nothing has changed to the plugin, it stopped working on Friday.
Facebook returned an unexpected error: An unknown error has occurred. Try to resolve this issue, update the plugin or inform the author about the problem. [Error occured at line 347]
My site is https://www.TheSwitchRadio.com
I will look into this to see if there is something causing this issue. I have been able to use the plugin utilizing the do_shortcode function before; however, i performed this within the loop.
I will check registration to see when the shortcodes are being registered on page generation.
however, i do like the method you used to implement this. I might consider adding functionality similar to this in the future.
Currently the plugin is not written to support images; however I have been told that if you use a URL() of an image in the color box that it will use that as a background image for the tab. That is an option.
Forum: Fixing WordPress
In reply to: [Plugin: GT Tabs] Not working on custom themeDUPLICATE
Forum: Plugins
In reply to: Plugin: GT Tabs does not work on my themeWhat theme are you using? I have not seen any issues with the plugin with most themes. It is possible that your theme may be employing a function with the same name as one expressed within the tabs plugin.
I will take another look at this.
CAn you please give an example as I have thoroughly tested this plugin and the only browser it has any remote issues in is MSIE.
I would love to see the site you are using it on so i can see what code could be causing such a conflict.
Forum: Plugins
In reply to: [Wordpress Tabs] how to load a certain tab automaticallyHi,
Currently the default tab is always the first tab; however with permalinks enabled, the tabs always revert back to the last tab the viewer was on (using cookies). I have not created a method for setting a default tab that is not the first tab as this is not how I envision most sites using this plugin. I will however be glad to consider this for future releases.