quagmire1973
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Bidding stopped workingNever mind. I had my own developer fix the issue.
I have no idea what he’s talking about but here’s what he said fixed it. Not sure if it is helpful or not.
he need’s to read the jquery docs: https://learn.jquery.com/using-jquery-core/document-ready/
he does this: jQuery(document).ready(function($){ … });
which according to the above link is incorrect.i use this to overcome wordpress problems:
$||($=jQuery);which means if $ isn’t defined yet, point it at the default page jQuery object
wordpress’ script enqueue function is supposed to solve stuff so i dont have to do that. but it doesn’t.Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Bidding stopped workingI am having the same issue with a test install I did on my test system. https://beta.cacheupnb.com/auction/?ult_auc_id=2417
I only have one other plugin loaded and I already disabled it and tested it. It did correct the issue, and as soon as I turned the other plugin back on, the issue came back.
The problem is, I cannot have the other plugin disabled. It’s a custom plugin used to manage the logging in process and I cannot do without it.
I read in a previous thread something about other plugins causing AJAX issues and to disable them. Can you provide a little bit more detail on this as I’d like to know how to resolve this issue without disabling my other plugin.
Worked like a charm. Thanks for the help!
Forum: Plugins
In reply to: [WP-UserOnline] [Plugin: WP-UserOnline] variables don't showI am having this same issue ??
Never mind. I found the CSS code to adjust the width. My bad.
Forum: Plugins
In reply to: A Facebook "wall" type plugin for WPSeriously? No one has any suggestions?
I tried this plugin on my site and had the same issue in that folks who were “connecting” to my site would have their display name as show up as “Facebook User”. On another thread, I saw that this was somewhat controlled by the privacy setting on the user’s FB profile.
I tried a test. I connected with my wife’s FB account and her name showed up as “Facebook User”. I deleted the account and changed the public search privacy setting on her FB account to enable this kind of search. I re-logged into my blog using her account and this time her name showed up. I disabled her public search within FB and tried to connect to my blog a 3rd time (after deleting her again) and sure enough she showed up as Facebook User.
It’s a privacy thing. It doesn’t pull the name correctly if they have public search disabled.
Any ideas how to work around that?