Marcel Bootsman ????
Forum Replies Created
-
Mitcho, thanks.
Just reinstalled YARPP 3.3.3 and it works again.Forum: Plugins
In reply to: [Download Monitor] [Plugin: WordPress Download Monitor] Multisite challengesWell since there are no responses to my post, I think it’s still not available out-of-the-box… ??
Ian, sorry, should have read the FAQ. Thanks.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Bad RequestFrederick, yes I am using the latest version. I have disabled minify for now. When I have more time I will try to figure oout what triggers the error.
I have made a tiny plugin for this: https://www.ads-software.com/extend/plugins/search-engines-blocked-in-header/
It places the message back in the header.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Bad RequestI am having the same problem. Getting a bad request for https://www.nostromo.nl/wp-content/w3tc/min/57d7f28f.63086b.js
If I look in the wp-content/w3tc/min directory, this files is not present..
Help would be appreciated.
Forum: Networking WordPress
In reply to: Add widgets to all subsites@ Curtiss,
thanks for your reply.
In my mainsite I have dragged two Text widgets to a sidebar. I have given them a title and content. Now, how can I, with use of thethe_widget()
code, call these widgets in my footer template?I came this “far”:
the_widget('WP_Widget_Text');
but that doesn’t work. I think I need to call the widgets by there id, or instancename, but where do I find that?Forum: Networking WordPress
In reply to: Add widgets to all subsitesAndrea, thanks for your answer, I’ve added this:
switch_to_blog(1); get_sidebar( 'footer' ); restore_current_blog();
But that doesn’t seem to do the trick, what am I doing wrong?
Forum: Networking WordPress
In reply to: Add widgets to all subsitesTim, thanks!
I’ll look into that.Forum: Networking WordPress
In reply to: Add widgets to all subsitesOk, but that’s just hardcoding the content of the widget in the template. I want the widgets to be inluded in the template, so that if I make any changes to the widget content, it is reflected on all subsites.
I just don’t want to advise my customer to edit a templatefile if he wants to change some text.
Forum: Networking WordPress
In reply to: Add widgets to all subsitesTim, thanks for your answer.
I am using the Text Widget. How do I hardcode that widget in the template?