Scott
Forum Replies Created
-
Forum: Plugins
In reply to: [JSL3 Facebook Wall Feed] Feed not showing – not ID relatedYes, I am going to play around with the css to get the “Like” hand thing looking better. thanks for your help!
p4x.org
Forum: Plugins
In reply to: [JSL3 Facebook Wall Feed] Feed not showing – not ID relatedOdd. It must have had to do something with the .htaccess change I made because last night I ONLY got either NOTHING at all or the OAUTH unknown error. That’s the only difference between last night and now.
Forum: Plugins
In reply to: [JSL3 Facebook Wall Feed] Feed not showing – not ID relatedOHHH. Now it’s pulling everything EXCEPT for my profile pic. I figured out that I just needed to change the width setting in the css because the scrolling bar wasn’t showing! YAY!
Any ideas about the profile pic?
thank you!
Forum: Plugins
In reply to: [JSL3 Facebook Wall Feed] Feed not showing – not ID relatedShow all wall posts.
Well, this time I did it and no error, it pulled 1 post rather than 10, my most recent only. And my FB profile pic isn’t pulled.
Hmmm. Last night I had an issue with another plugin that couldn’t access the file xmlrpc.php in the root directory. I had to add a few lines to my .htaccess file to make it work with the help of my host. I wonder if that has something to do with it…
any thoughts?
Forum: Plugins
In reply to: [JSL3 Facebook Wall Feed] Feed not showing – not ID relatedHere are my privacy settings:
Who can see your future posts? Friends
Review all your posts and things you’re tagged in: not set
Limit the audience for posts you’ve shared with friends of friends or Public? not set
Who can look you up using the email address or phone number you provided? Friends
Do you want other search engines to link to your timeline? Onthanks!
ScottForum: Plugins
In reply to: [JSL3 Facebook Wall Feed] Feed not showing – not ID related1657515328 – https://www.facebook.com/equip4service
Forum: Plugins
In reply to: [JSL3 Facebook Wall Feed] Feed not showing – not ID relatedHello, I am having an empty feed issue as well. It’s not ID related and I have made sure there are no spaces,etc. Don’t know why… however, when I check the “Thoroughness” box, I do get an UNKNOWN OAUTH error.
Forum: Plugins
In reply to: [My Reading Library] [Plugin: My Reading Library] amazon.de support brokenI have confirmed your findings. Currently my plugin Amazon search only works for the US, Canada, and British extensions which are all English. I will attempt to fix this and will post here when and if I can provide a patch.
Forum: Plugins
In reply to: [My Reading Library] [Plugin: My Reading Library] amazon.de support brokenInteresting. I’ll have to go back and compare the code for the two plugins and look at the differences when I have time.
thanks for reporting this.
Scott
Forum: Plugins
In reply to: [My Reading Library] [Plugin: My Reading Library] amazon.de support brokenI’ll look into it when I have time. Does it work on My Reading Redux?
Scott
Greeting! On my blog 2.2.6 does not work on WP 2.6.3 at all. I am also using MCE Comments too, but disabling it does not fix it. Thanks for all your work! I’d be willing to help troubleshoot.
Forum: Plugins
In reply to: Transmenu Error<?php trans_list_pages(‘exclude=&sort_column=menu_order&title_li=’ ); ?>
This could like like this inserted where you call it (for me i put it in header.php):
<?php
trans_list_pages(‘title_li=&exclude=25=&sort_column=menu_order’ ); ?>you could change the menu_order to another parameter like post_title. The number “25” in my example is the page_id of the page I don’t want included in the menu (you can include multiple pages like this “exclude=25,26,27”.
<?php trans_add_menus(); ?> – just make sure this is in footer.php before </body>
Forum: Plugins
In reply to: Transmenu ErrorOK, I think I figured it out… fairly simple, just copy and paste and FILL IN the correct parameters for the trans_list_pages function and trans_add_menus function prior to activating this plugin. Then, it worked, though it doesn’t actually look exactly like the examples on the web. It still doesn’t format properly in IE7 and it now has broken my sliding jscript shelf, probably due to either a jscript or css conflict… I’m too wiped to try to comb through all the code to figure it out and am going to just not use this plugin until some of the bugs are ironed out.
Forum: Fixing WordPress
In reply to: Page List Bulletsthanks. I added this to the class pagenav and there was no change, still bulleted. any other thoughts?
Scott
Forum: Fixing WordPress
In reply to: Page List BulletsWhere do I find this stylesheet, because wp-layout.css is not longer around? thanks!
Scott