urpluggedin
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Links to events from the list widget are not working.I just updated to v3.0 and noticed the same issue (links in Events List widget not working). I tried following saurabhkumarvaish’s fix, but I do not have a plugin file named the-events-calendar/views/widgets/list-widget.php.
The only Events Calendar plugin files with widget in the name in my install are the-events-calendar/admin-views/widget-admin-list.php and the-events-calendar/lib/widget-list.class.php. Am I missing something here? I’m using the free version of The Events Calendar… I don’t know if that makes a difference.
I found a way to fix the issue with the plugin not automatically changing the role to subscriber. In the functions.php file
Replace:
delete_user_meta( $getUser->ID, $wpdb->prefix . ‘capabilities’ );
update_user_meta( $getUser->ID, $wpdb->prefix . ‘capabilities’, ‘subscriber’ );With:
$getUser->add_role(‘subscriber’);
Forum: Plugins
In reply to: [Navayan Subscribe] Broken Email ManagementI found a way to fix the issue with the plugin not automatically changing the role to subscriber. In the functions.php file
Replace:
delete_user_meta( $getUser->ID, $wpdb->prefix . ‘capabilities’ );
update_user_meta( $getUser->ID, $wpdb->prefix . ‘capabilities’, ‘subscriber’ );With:
$getUser->add_role(‘subscriber’);
Forum: Plugins
In reply to: [Navayan Subscribe] Broken Email ManagementI’m running WP 3.5 and Navayan Subscribe 1.12 and this is still not working properly. I still need to manually change the user role from “none” to “subscriber” for subscription to work and manually delete the user for unsubscription to work.
I posted this separately, but wanted to reply here since the same issue seems to have cropped up again. Thanks.
Forum: Plugins
In reply to: [Category Icons Lite] Icons not displaying anywhereCouldn’t get this plugin to work. Hard-coded something similar in.
Whoops, sorry about that!
http://www.rochester.edu/it/pluggedinThanks for the quick response, Dalton! I found the attachment ID and it’s working perfectly. Thanks again!
Hi Dalton,
I’m having the issue firstb0rn posted. I have 5 images attached to a post: a feature image, a slider image (image displays in hero slider on home page and links to this post), and 3 photos I would like to display in a slideshow embedded in this post. I would like to hide both the feature image and the slider image. I have the “Exclude featured images from slideshow” box checked in Settings, which is successfully hiding the feature image, but I do not see a checkbox in the Media Gallery to exclude other images from the slideshow.
I tried using the shortcode [portfolio_slideshow exclude=” “] but I haven’t been able to get that to work either. What is the attachment ID that I should be specifying? I’ve tried using the image file name, the attachment post URL, and even the image’s order number. Any idea what I might be missing here?
I just updated to Jetpack 2.0 and it is still not emailing subscribers. Any other ideas?
Unfortunately, no, this hasn’t been resolved. Still hoping someone out there has a solution…
I have a self-hosted WP site and installed the v 1.8 Premium from the time.ly website. As soon as I activate it, it locks up the entire admin interface. It keeps telling me to install calendar themes. I was able to remove the plugin to get control of my admin interface again, but am calendar-less. I think this calendar looks great and has all the functionality I want, so I’m really hoping you have a solution.
I struggled with this one too. Here’s what I did:
1) Sign in to your Facebook account (must be a personal profile, not a page)
2) Search for Developer App and enable it (allow it to view your basic info)
3) In the Developer App, click “Set Up New App” button. Create a name for your Facebook app (doesn’t really matter what you call it). Click the “Create App” button.
4) Facebook may ask you to prove you’re human by entering a verification code it will text to a mobile phone number associated with your account.
5) After your “app” is created, it will give you an app ID and app secret at the top of the page. Just copy and paste those into this plugin’s settings page and click update.Hope that helps!