newtech
Forum Replies Created
-
I am using Version 2.9.2 of plug-in and WP 4.3.1
If this plugin does not work for WP Multiuser is there a way I can edit table or other files to make it work with just one of my user blogs.
Forum: Plugins
In reply to: [Social Media Feather] Facebook share image and textWhen I look at the URL that is in my browser for the FB share it shows in the URL the correct image (the one in the blog post), but on the browser itself it has the footer image.
Fwp-content%2Fuploads%2Fsites%2F55%2F2015%2F10%2Fblog_mouse-150×150.jpg&p[title]=Blogging+for+JesusSo how is it the URL shows the correct path to the correct image but when you go to post the article it has the correct text but incorrect image?
Forum: Plugins
In reply to: [Social Media Feather] Facebook share image and textWhen I look at my page source there are a couple different
<meta property=”og:image” content=””
images listed. none of them the one FB shows.Forum: Plugins
In reply to: [Social Media Feather] facebook share posts wrong photoIs there any workaround in regards to this issue? I don’t use featured images and I notice that it matters what device I am using where as to what image is picked from post or page.
Is there a way to edit SMF so that images just are not taken from the blog site?
Forum: Plugins
In reply to: [Social Media Feather] Facebook share image and textHow do you prevent it from sharing an image or specify a specific image?
I just installed opengraphr and see no difference. FB still grabbing an image in my footer. I added an additional image on my footer and it still grabs the other one. Tried sharing with several different computers and phones.
Forum: Fixing WordPress
In reply to: Features missing in post.phpI found the answer here:
http://techbasedmarketing.com/missing-wordpress-post-screen-features/
There is the Screen Option in the top right corner. No idea that as the superadmin they all are checked but when an administrator logins in some options are not checked.What do I need to do so that when a new user creates a new blog site that all the screen options are checked.
Forum: Plugins
In reply to: [Email Users] No users showing up under receipients fieldThank you, thank you. So much. You have been very helpful.
This is exactly what I needed. Thankfully even though the plugin is outdated it still works with my fully updated WordPress Multitsite.
Plus I am glad to now have all my users as subscribers to my main blog site. Makes it easier for them to go to our main site to ask questions via comments. love it.
Forum: Plugins
In reply to: [Email Users] No users showing up under receipients fieldEvery time a new user signs up for a new blog I would have to make them a subscriber unless there is some automated way to do that.
Would I not have to add every one of them manually as users to my admin blog?
In other words every time a person registers for their own blog, I would have to manually add them as a subscriber on my site. Is that not correct?
Forum: Plugins
In reply to: [Email Users] No users showing up under receipients fieldThat link is helpful. Looks like that is what I need. Can you tell me what file I need to edit with this:
//Get All WordPress Users
global $wpdb;
$allusers = $wpdb->get_results(“SELECT ID, user_nicename FROM $wpdb->users”);
foreach ( $allusers as $u ) {
echo ‘<p>$u->ID.’ – ‘.$u->user_nicename.'</p>’;
}Forum: Plugins
In reply to: [Email Users] No users showing up under receipients fieldNot sure what you are meaning in the last post. If you are saying to look for get_users in the send to user page, I look at the html source and do not see get_users when I do a search.
When I go into Dashboard-Settings-Email Users at the right column is the following. It is only showing one user. That user is me. But everybody else is checked off.
User Settings
Number of Users who accept
post or page notification emails: 1
Number of Users who accept
emails sent to multiple recipients: 1I need to make it clear that the users are not users of my personal blog page. They are Network Users. Users who have their own blogs as administrators. Under their username we have the two options checked off. What would stop them from showing up under User Settings?
Forum: Plugins
In reply to: [Email Users] No users showing up under receipients fieldI turned on Debug Mode. I went to Dashboard > Email Users > Send to User(s)). No error or any other info.
i go to Dashboard > Email Users > User Settings. No error reports or anything else.
Forum: Plugins
In reply to: [Email Users] No users showing up under receipients fieldAll of my users are administrators. They each own their own site.
To clarify.I have a multisite.
I go into my superadmin account of my multisite. I activate the plugin. (I do not activate in the Network Admin plugin section-the top level of plugins,)Each user owns their own blog and they have the role of administrators for their blogs.
Under each user profile I have checked the two email options that show up on the bottom of the profile page.
I go into the Email Users User Settings. All that I see is my own username.
I don’t use any kind of role/group plugins.
Forum: Plugins
In reply to: [Email Users] No users showing up under receipients fieldI am using the latest version of WordPress. Multisite version.
When I go to Dashboard > Email Users > User Settings it is only showing me as a user. No other users listed, but when I go into the users accounts they all show both email options checked in their profile.
I should explain this is a Network/MultiUser site. I want this festure for only me s the Network Admin. I have Network Activate turned off (based upon an FAQ).
I go into my superadmin account and no matter which Email Users option I choose there is no list of users.
Forum: Plugins
In reply to: [Email Users] No users showing up under receipients fieldWhen I go to Email User Settings, I am the only user listed.
I do not use any Role or Group Plugins.
I am having the same problem. I have downloaded the plugin from ww.wp.xz.cn/ from the link given above, I have updated to version 5.28. Stillget the options-general.php not found message.