sruddy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinnacle] Full width post & pagesCan you post the CSS as above only with a page id inserted? I don’t know how to add the page id to the code.
Support helped me thanks. It was a default setting I missed. IMO bad default. Most galleries I ever saw are individual not a combination of all images uploaded over time. Overall I like the plugin however the interface is clunky and not set up for a very streamlined workflow.
Forum: Plugins
In reply to: [Simple Facebook Connect] What is shortcode for like box?I put the shortcode in html editor, not visual editor in WP — and nothing changed. Here’s the screenshot of my final page where I see just the shortcode: http://take.ms/nwUKj
Any suggestions?
Looks like you have a capital L. Try all lower case [fb-like]
Forum: Plugins
In reply to: [JQuery Accordion Menu Widget] Functionalitythx
I think I get what your saying catacaustic. I will style my h1 to look smaller like my h2 does now and make h2 look like h3 as I don’t use any h3 yet. The only problem I have is that I won’t be adding content to at least my home page and maybe some others. This means I won’t get a green check for content because I won’t have any. I’m thinking this is not a big deal because as it is now if someone searches for portrait photography in guerneville CA my home page without content comes up as the second or third link.
BTW cool username and avatar. We have 3 Mainecoons. 🙂
Forum: Plugins
In reply to: [Simple Facebook Connect] Options for Connect with FacebookIt’s not that I’m not willing to provide support, but I do have a regular job too, and last I checked, the plugin was free. Sorry that I can’t take a large chunk of valuable time out of my day to look at your code and debug your problems, but hey guy, I’m kinda busy.
I’m happy to answer some relatively easy questions because those don’t take too long. But if you want me to look at your code and figure out where you went wrong, well, I’m sorry man, but I just don’t have that kind of time.
BTW, if you were using a more modern theme that implemented the comment_form() code properly instead of having it’s own custom form code, then you wouldn’t have to write any PHP at all. It would just magically work.
I understand and no worries I got it working and I don’t give up. I looked at other plugins and liked this the best so it was worth it for me to keep at it . btw I’m pretty sure I donated something towards your efforts and encourage others to do as well.
Forum: Plugins
In reply to: [Simple Facebook Connect] Options for Connect with FacebookHere is an update, got it working and here was my error. I only replaced 2 of the 4 [] in the supplied code with <>
<div id=”comment-user-details”] [?php do_action(‘alt_comment_login’); ?>
when should have been
<div id=”comment-user-details”> <?php do_action(‘alt_comment_login’); ?>
I now have settings/discussion/ Users must be registered and logged in to comment unchecked and I do have the connect to facebook showing and working.
FWIW it seems that my error somehow created a way for the plugin to work and still have non facebook users required to register and login to comment. I’m not saying if you wanted it to function that way you should try to replicate my mistake to achieve it but just saying that’s how it worked for me.
Forum: Plugins
In reply to: [Simple Facebook Connect] Comments add on code not workingYou put the code in the wrong place into your comments form. You put it inside the section where log in is required. You should have put it in the section where the name/email/url fields were, like the FAQ says to do.
Undo your changes to the comments form and try again.
Code was exactly before the author input see my 4th reply above.
You and I both missed the fact that I did not replace all the [] with <> in of the supplied code.
<div id="comment-user-details"] [?php do_action('alt_comment_login'); ?>when should have been
<div id="comment-user-details"> <?php do_action('alt_comment_login'); ?>I now have settings/dicussion/ Users must be registered and logged in to comment unchecked and I do have the connect to facebook showing and working.
Forum: Plugins
In reply to: [Simple Facebook Connect] Options for Connect with FacebookYes, as I stated in your other thread, this is because you modified your comment form incorrectly.
I see I will try and locate the correct place. I did post the code so it would have been nice if the reply said something like you need to move the code to just before this code and just after this code. Explaination of the code doesn’t work for all folks. Visual is better.
To be blunt, if I had this many problems with a plugin, I would have dumped it already. I suggest that you try an alternative plugin. While the SFC plugin is rather “simple”, it does require some things like modifying files sometimes, and it’s generally not for somebody who doesn’t know what they’re doing. Integrating Facebook functionality is an “advanced” process, any way you slice it, and the plugin can only simplify things so far.
Perhaps you should try the official Facebook plugin instead:
Yes I’m fully aware of that and FWIW if your not willing to support users that don’t know how to right php you should say it up front instead of posting
Hey, have you tried the Official Facebook Plugin yet? Maybe you should give that one a shot before trying this one.
IMO being blunt upfront would be better for you and your users. I will get this to work regardless.
Forum: Plugins
In reply to: [Simple Facebook Connect] Can't get shortcode to workIt’s working now so I don’t know what the problem was before. I’m still using [fb-like]. It was not a cache issue either.
I like the plugin just fine and after all the work it took to get it to work I’m not about to start over with something else. FWIW for folks like me who know just enough about code to get in trouble it would be nicer if the instructions like
Just before the first input, add this code: [div id=”comment-user-details”] [?php do_action(‘alt_comment_login’); ?]
Would go on to say and the first input would look like this and show what that input code would look like.
Forum: Fixing WordPress
In reply to: How to add a comment button at the bottom of postsI see you posted this 3 weeks ago and i have the same question. Unbelievable how lame this forum can be. I get replies from other forums I belong to in an hour or two at the most.
Anyway I see you now have a leave a reply link at the bottom of your post what did you do?
Forum: Plugins
In reply to: [Simple Facebook Connect] Comments add on code not workingHere is my update. The connect with facebook button only shows if I have, users must be registered and logged in to comment checked in settings/discussion. Exactly opposite of what Otto said should work so i don’t know whats going on. This is not how I want it to work so I’m leaving this thread unresolved.
Forum: Plugins
In reply to: [Simple Facebook Connect] Options for Connect with FacebookYes, in that you can just just turn that option back off.
SFC Commenting works perfectly well with anonymous commenting.
With My Theme The facebook connect button disappears if I uncheck users must be registered and logged in to comment.
In point of fact, SFC Commenting won’t work at all if you have that option enabled. The comment button *only* works with anonymous commenting.
Just the oposite with my theme http://steveruddyphotography.com/2013/03/on-location-shoot-philo-ca/
Forum: Plugins
In reply to: [Simple Facebook Connect] What is shortcode for like box?‘ve tried the shortcode above and that doesn’t work for me. I see just a shortcode on the page: http://take.ms/iysD5
Can you help me? Maybe I need something else to do?
That’s exactly what was happening with me the other day. Now it’s working. Apparently you can put your shortcode in either the visual or text area and it should work. I put mine in the text.
Here is an article on it. http://www.wpbeginner.com/wp-tutorials/how-to-add-a-shortcode-in-wordpress/
Forum: Plugins
In reply to: [Simple Facebook Connect] What is shortcode for like box?Tried it again now it works. Don’t know why it didn’t yesterday.