leisegang
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Customizing admin CSSThis is the full output:
<link rel="stylesheet" type="text/css" href="https://blogurl.net/wp-content/plugins/admin-theme/dark.css">
And the print_r($layout); prints “classic” thats it.
and if i enable the fresh layout on my user profile it prints “fresh”. So that works.
i think my “error” is: if ($layout = ‘fresh’)
But i dont know what to type here.Forum: Plugins
In reply to: [Adminimize] [Plugin: Adminimize] MultisitesupportSo i can set all the options on the main blog and it propogates / works on all subblogs?
Forum: Plugins
In reply to: [Adminimize] [Plugin: Adminimize] Multisitesupportso ia have to go trough 1200 blogs and enable it on each and every one of them?
wh cani i network activate and then set al the settings i want to hide on the network menu?
Forum: Plugins
In reply to: [Adminimize] [Plugin: Adminimize] Multisitesupportok. do i activate is sitewide? and can i then control it from the networks page?
or do i have to config it for every site?
ok. i thought i would ask since there were large database changes… so that the plugin didnt stop working with an upgrade.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] [Plugin: WP-Piwik] not creating sitesi used sitebrowser.
there should be a cron or something to update the site name every week or so. i have like 1000 blogs on a multisite and they change their name quite often so this would be a really nice function.
do you know when you will support the newst piwik? 1.8.4?
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] [Plugin: WP-Piwik] not creating sitesit worked out sort off. i reset it but it didnt work out 100%. i hade to create avout 10% new in piwik.
Forum: Networking WordPress
In reply to: images url are relativefinally found the common error. The frances wright theme edits the code in admin when inserting the image to get it to scale with mobile devices. Silly. why not use max-widht:100%;
thanks for help!
Forum: Networking WordPress
In reply to: images url are relativethe site has NO plugins enabled that isnt network activated. and its only 5 blogs that have this problem.
because of all my network activated the problem should be on all blogs.
Forum: Networking WordPress
In reply to: max memory issueFCGI i sort of fixed it i think?
define(‘WP_MEMORY_LIMIT’, ‘1024M’);
define(‘WP_MAX_MEMORY_LIMIT’, ‘1024M’);the last line fixed it because all errors were in the admin.
i am wondering about this also!
like updating the site name on multisite with the piwik name.
are domain mapping supported?
Forum: Fixing WordPress
In reply to: the_content and post_type problemif (is_singular(array( ‘post’, ‘page’,’attachment’, ))){
is there any way of excluding a post_type in the above line?
i HAVE to hide static_block post types…
Forum: Networking WordPress
In reply to: Combining 2 multisitesi want the portalfolder.com to become sitedomain.com
so users can create a blog and then choose the domain they want to register with…
Like daddybloggers.com and mombloggers.com but its the same site all together. Do you see where i am going?
Forum: Networking WordPress
In reply to: error 404 wp-admin/admin.php?import=wordpress&step=2i used a test data plugin to create my dataset so it should work… 10 posts..
the importer is not working with this.