jjkilpatrick
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Next & Previous Post ThumbnailsI was wondering if I could get some more support on this.
Basically I’ve found when I get to the forth post it doesn’t show a thumbnail. I’ve tried removing all posts and adding new ones but it still does the same.
The link to my blog is https://itdrewitself.com/
You’ll see the next and prev on any single post.
Thanks
Forum: Themes and Templates
In reply to: Next & Previous Post ThumbnailsWorks perfectly. Thanks for your quick response.
Forum: Fixing WordPress
In reply to: Next & Previous Post Titles With ThumbnailsWhen I get to the last post i’d like it to show a default image of a cross. Any idea of how to do this?
Thanks
The base plugin is activated. The connect with facebook button works fine with the comments form as does the like button.
I’ve inserted the shortcode into my index.php just after
<?php the_content('Read more'); ?>
I don’t get any code showing up in firebug at all or any errors
I guess I will have to reinstall the plugin as the shortcode has never worked.
In regards to copying over the code that was simply a suggestion and wanted some input.
Just noticed the code for the login button is there. It is just greyed out in firebug
2 function sfc_login_check() { 3 FB.Facebook.apiClient.users_hasAppPermission('email',function(res,ex){ 4 if( !res ) { 5 FB.Connect.showPermissionDialog("email", function(perms) { 6 window.location.reload(); 7 }); 8 } else { 9 window.location.reload(); 10 } 11 }); 12 } 13
Any ideas
Thanks for the reply
When I add this to my code the page won’t load. Is there a piece of code that the login button ties to in wp-login.php? If there is I’m sure I could copy that over and it would show.
Thanks
Forum: Plugins
In reply to: [SimpleModal Login] [Plugin: SimpleModal Login] Popup not workingIs there a way to change the jquery effect?
Forum: Plugins
In reply to: [SimpleModal Login] [Plugin: SimpleModal Login] Popup not workingHi Eric,
Thanks for the reply! Is there a tool you can use to check JavaScript errors? I guess I could do it in the net viewer on firebug?
Forum: Plugins
In reply to: Simple Facebook Connect – Share Button wont showForum: Themes and Templates
In reply to: Open a post in lightbox or populate a divScrap that…got it working. Thanks very much for your help huggie!
Forum: Themes and Templates
In reply to: Open a post in lightbox or populate a divHaving trouble making facebox work on specific divs.
Thinking I may have to edit my functions.php to make it work.
Any ideas?
Forum: Themes and Templates
In reply to: Open a post in lightbox or populate a divThanks…I’ll give it a try!
Forum: Themes and Templates
In reply to: Open a post in lightbox or populate a divCan you open posts in lightbox and not just images?
Forum: Themes and Templates
In reply to: Auto add word to end of postHaha, just seen it right in front of my eyes.
Thanks for the help!