Rachelflute
Forum Replies Created
-
Forum: Plugins
In reply to: [Import Users from CSV] Broken – Users do not displayBTW, this plugin was a disaster. It’s caused far more problems than it’s worth.
Try Member’s Import plugin instead at https://www.ads-software.com/plugins/members-import/,
it actually works!Forum: Plugins
In reply to: [Import Users from CSV] Broken – Users do not displayHi, is there any news on this? I have the same problem. It’s showing the number of users that have been imported, but I can’t see any of them on the users list. Can anyone help with this?
Forum: Plugins
In reply to: [WP RSS Multi Importer] Images do not show as Featured ImageHi,
I have a similar problem to this. None of the thumbnails show up on the rss widget. The theme with the widget & the theme from the blog of the feed both definitely allow for featured image & I have added the relevant code to the functions php to the first blog to make sure that it shows thumbnails on the rss feed, but nothing works.
I’ve checked the settings so many times for this plugin, but I can’t figure out how to get it to work.
Any ideas?
Forum: Plugins
In reply to: [SB RSS feed plus] Adding thumbnails to RSS feedHi,
Just to add to that, I added this to my first blog’s theme’s php file to make sure that the feed has thumbnails in the feed;
function featuredtoRSS($content) {
global $post;
if ( has_post_thumbnail( $post->ID ) ){
$content = ” . get_the_post_thumbnail( $post->ID, ‘thumbnail’, array( ‘style’ => ‘float:left; margin:0 15px 15px 0;’ ) ) . ” . $content;
}
return $content;
}add_filter(‘the_excerpt_rss’, ‘featuredtoRSS’);
add_filter(‘the_content_feed’, ‘featuredtoRSS’);but that doesn’t work. What can I do? I’m very confused as to why you didn’t add instructions to do this, as I can’t find them any where on the net, apart from that code above.
Forum: Networking WordPress
In reply to: Video sitemap for multisiteHi,
Thanks for your response. I understand what you mean, but there does seem to be a general message that you need a video sitemap for search engines to really recognize videos. When you say ‘if each video has it’s own page/post’, do you mean that the post has a title & description of that particular video? Why would search engines not recognize every video anyway? However, you’ve put me onto another question; just how effective & important are video siteamaps for videos compared to normal sitemaps? I’ll keep doing research, but if anyone has an answer to that I’d be very grateful to hear it!! :-/
Forum: Networking WordPress
In reply to: sub-directories don't show in multisite networkJust to add to that, I have since added the MU mapping plugin. All seems to have gone fine but none of the sub-directories are showing still. Do I have to redirect those subdirectories. I have no idea how to point them to the root directory for a multisite. I also can’t find any relevant posts in the forum or instructions.
Forum: Plugins
In reply to: [Multiple Themes] Lost of my widgets & menusHello,
Thank you for your response. I appreciate you taking the time to explain this all. I have continued trying to figure it all but I’m not getting anywhere. It seems this plugin is not the solution, but there was just one thing I wanted to clarify. It isn’t really multiple themes that I want to use, just 2, the active main theme & one other. I don’t really mind if they have the same sidebar, for example as the home sidebar, but at the moment I don’t get any sidebar when I view the other theme.
I get a sidebar with the main theme, but nothing when using another theme for a specific category or page. Is it possible that they can all share the same sidebar. I have already started the process of rebuilding all my sidebars (as each category has a different sidebar) so I don’t want to risk experimenting again, but I would like to know if it’s possible?
Thanks
RachelHi,
I had the same problems. My site was fine until I added Wordfence, but then it slowed my site down a lot & I was unable to upload images. I’ve disactivated it and now I can upload images etc as normal, so it’s definitely the plugin.
I really liked the idea of the plugin and hope these issues can be resolved for the next update.
Forum: Plugins
In reply to: Mailchimp plugin caused fatal error & lost access to siteHi,
In the end I contacted my host ipage & the technical support changed the name of the plugin folder (for some reason I couldn’t find the file on my ftp. filezilla) and so I was able to access my admin & delete the plugin.
I contacted Mailchimp & they recommended their plugin https://www.ads-software.com/extend/plugins/mailchimp/ instead.
Hope this helps!