sortofme
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Twenty Seventeen Theme/ No Theme Options TabHi, I am awre this is an older thread, but I came across it having similar issue: I have a wordpress Multisite install, and use customised twenty-seventeen child them for several sites. On some of these, the customiser didn’t work properly, such as the theme Options not appearing in the customiser.
The issue in my case seemed to be a setting within the domain-mapping plugin: in the Domain Mapping Configuration page, I deselected the 4th Option: Redirect administration pages to site’s original domain (remote login disabled if this redirect is disabled), and the customiser worked again.I thought I’d share this here, in case others encounter similar issues.
Forum: Themes and Templates
In reply to: [WP-Forge] Problem with update to 5.5.1.7I am also having serious issues on all of my sites I had built on wpforge childthemes. Not too happy about the latest update, as I need to implement fixes on all the old sites…
as soon as I have localised how the update broke my layouts, I will summarize it here.Forum: Networking WordPress
In reply to: multisite running from subfoldercorrection. subpages from my main blog do work.
It’s just that all network related links in my admin bar miss the /wp/, and add siteetc are therefore not functional.Forum: Networking WordPress
In reply to: multisite running from subfolderI can’t create one. I get to
/wp/wp-admin/network/site-new.php
by putting the /wp/ into the URL manually. I can even navigate around my dashboard once I am on /wp/
but clicking on ‘Add Site’
it directs to
/wp-admin/network/site-new.php?action=add-site
without /wp/.I actuallyjust realised that links to subpages on my mainblog also don’t work…
here is a sample link.
https://noesi.netForum: Fixing WordPress
In reply to: 403 forbidden error; checked everything I cansame…
I rolled back to previous version, this resovled it. Am going to investigate what is causing this in 2.0
aaaahh same here… PAIN!
Forum: Hacks
In reply to: Image Resizing Function – An Alternative to TimthumbI weirdly have the same issue. Whatever sizes I give the script, it always exports them 150×150
see this here:
https://d.screenagers.at/quivogne/archive/products/diskator-m-2/
my code:<?php
$imgwidth=364;
$imgheight=240;
$imgresized= matthewruddy_image_resize( $src, $imgwidth, $imgheight);
?>
<img alt=”<?php echo esc_attr($alt); ?>” src=”<?php echo $imgresized[‘url’]; ?>” />Forum: Networking WordPress
In reply to: subblogs not reachable anymore since updateHi, with not reachable I mean:
on my main blog, posts get pulled in correctly from the sitewide tags plugin’s blog.
1 – none of the images of the subsites show up (main blog images are ok)
2 – none of the navigation/post links from the main blog work (404)
3 – all links to subsites give a 404 (incl. subblog/wp-admin)It all looks as if the .htaccess rewrites fail, but my .htaccess hasn’t been changed.
https://pastebin.com/r6VF5JJ4The system had been running for over a year without flaws until the recent update to 3.5.2. Unfortunately my backups failed since beginning of June, so I am not able to revert.
I’d be ready to pay for someone to have a look into it.
Forum: Networking WordPress
In reply to: Images stopped loading on multisite subdomainyea, done that, and about everything I could think of: remove plugins folder, reupdate permalinks, reinstall wp 3.5.2. None of the links work, not even the ones from the main blog…
desperate, no idea how to resolve this, about 40 blogs are dead….Forum: Networking WordPress
In reply to: subblogs not reachable anymore since updateupdate:
I renamed the plugins folder, checked the htaccess file, checked the configs, all seems fine. Just can’t reach any of my subsites. Anyone got the same issue since updating to 3.52,
am pretty much stuck here…. my backup before updating had failed as well, so am a bit desperate…Forum: Networking WordPress
In reply to: Sites not accessableidentical problem, on a self hosted server. All worked fine until the last update. none of the subsites are available
https://www.familierockt.comForum: Networking WordPress
In reply to: Images stopped loading on multisite subdomainsame problem since yesterday suddenly. it seems the .htaccess url rewrite stopped working. I also can’t access any of the subblogs anymore.
in case you have a look, it now works, but because of an awefull hack, that will make it fall when u have a new update, but had to get this done somehow.
So I str_replaced one part$thumb_html = str_replace( "wp-content/blogs.dir/2", '',get_the_post_thumbnail($field->ID,$thumbnail_size,array('class' =>$thumbnail_class)));
works fine.
still would love to knwo how that has happened, apparently just with me…interestingly, the samples you have on your site, are all pulling the images from blog.dir/2/* as well, except for the last instace, which is pulling them from blog id 5