Bane Unreinen
Forum Replies Created
-
(argh! I guess I should have done the spell checky thing; ideas, not idead.)
I haven’t figured out how to add this option to the plugin. If I do, I will update this post and make sure to email it to Otto for possible addition.
yup, that worked. Thanks!
ok, have poked around a bit, and tested this on two other WP installations and receive the same error.
Frustrating, the plugin looks nice, but I cannot get it to work.ps: the plugin and widget will display the events, but the error message listed above shows up too
Hey Otto. That was one of the first things I considered. So I double checked it already.
Both the page and the events are public. In fact, you can go to Facebook and view both the page and the events while logged out of Facebook, but you cannot see the events on another website when logged out of Facebook.I was notified (and confirmed) that the events list is only visible to people when they are logged into Facebook.
Is there a way around requiring people to be logged into Facebook just to view the events list?To get the widget to work on a pages content area, I simply created a widget are specifically for it within a custom page template (https://theunclean.com/events/).
Still curious how many events are pulled/show; and would like to control that.
ok, I am way stuck on this. After playing with it for a couple more days, I have not been able to figure out why only Admin level users can post Grooveshark widgets with this plugin.
ok, stumped! not sure what is happening, but basically: when an author level member of the site creates a track/playlist to add to the post, it disappears when the post is updated/posted.
Any ideas?
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Customizing the Login PageWhile there are a few plugins that will do that, you can actually just insert the code below into your theme functions.php file:
/* BEGIN custom login & register screen */
function my_custom_login_logo() {
echo ‘<style type=”text/css”>
h1 a { background-image:url(‘.get_bloginfo(‘template_directory’).’/images/logo-login.png) !important; }
</style>’;
}
add_action(‘login_head’, ‘my_custom_login_logo’);
function change_wp_login_url() { echo bloginfo(‘url’); }
function change_wp_login_title() { echo get_option(‘blogname’); }
add_filter(‘login_headerurl’, ‘change_wp_login_url’);
add_filter(‘login_headertitle’, ‘change_wp_login_title’);
/* END custom login & register screen */This will let you replace the default WP logo and link. I moved away from a plugin to this method months ago; live example with the SFC plugin.
Forum: Fixing WordPress
In reply to: Next & Previous Post Titles With Thumbnails@alchymyth: thanks! worked like a charm.
Forum: Fixing WordPress
In reply to: Next & Previous Post Titles With Thumbnailsok, so I have it working almost perfectly. But I am having a problem in preventing the thumbnail from showing up when there is no next/previous post; like the next/previous links do.
I other words, when I’m at the last (or first) post of a category, it show the current post thumbnail. Any ides on how to correct this?Forum: Fixing WordPress
In reply to: Next Previous Post using Post Thumbnailchasix: I am using this feature in a new/custom theme. Pls take a look here: https://www.ads-software.com/support/topic/368725
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Amazon S3 & Media LibraryOk. Frederick, any idea as to why W3 Total Cache would be changing the directory while moving the media?
I have
wp-content/uploads
in the settings, but it is uploading to the Amazon s3 bucket aswp-content/uploads/./
The original sized images are being moved properly (settings directory = bucket directory), but the thumbnail, medium & large sized version of the images are being pushed to the
/./
directory.Forum: Plugins
In reply to: Why Would Auto Thickbox Works But FancyBox Gallery Won’t?Ok, I figured it out.
First, I was not calling the jquery being used by the theme properly.
Second, I had that jquery call prior to the wp_head function.Plugin works great!
Forum: Plugins
In reply to: [Plugin: WP-FacebookConnect] FB-Connect without creating userActually, you can create a basic Facebook App and take advantage of the widgets for that: https://www.facebook.com/facebook-widgets/