onomiko
Forum Replies Created
-
Forum: Plugins
In reply to: [Worth The Read] ErrorsAny progress? I’m seeing this as of today’s date.
PHP Notice: Trying to get property ‘ID’ of non-object in /home/…/wp-content/plugins/worth-the-read/worth-the-read.php
- This reply was modified 6 years, 9 months ago by onomiko.
Thanks Mika. No one had mentioned DreamPress here but it’s good that you jumped in. And it’s good to have this answer after working with multiple tech support reps over several weeks to finally uncover the reason multisite domain mapping wasn’t taking. None of the other reps knew either but they had just as many confident suggestions (including this one) that did not work.
Yep. Dreamhost actively disallows Multisite in this way. They say you can install it if you want, which is great, but the installation will only work if you don’t try to assign each site its own domain. They frown upon that and won’t allow the domain name to do anything but remain parked.
There was no way around it. I’d moved all my sites to Dreamhost because they advertised that Multisite was a-ok. So, rather than search for a new host and transfer everything all over again, I’ve had to hunker down and split all sites into separate installations on the host. For the tiny sites I run, this is super annoying as there are minor plugin updates to maintain every week across all sites. Just not a great situation. Sorry it wasn’t better news.
I have the same question. Also on DreamHost. They refuse to discuss multisite so it’s frustrating.
Trying to map http://www.examplesite.com/site1 to http://www.someothersite.com.
My network works perfectly as subdirectories. When I enter the domain I want to use (not using the old mapping plugin but WP 4.9.8), the network site goes missing. Site not found.
The network site domain is parked at DH. The main site & WP installation is at DH. I can’t figure out what’s gone off.
This worked perfectly on the host I’m moving my installation from. I started fresh with a new WP installation because back in the day, I used sunrise.php, etc. to power my network. I’ve reviewed everything 100 times. Anyone have the clue I don’t?
- This reply was modified 7 years, 7 months ago by onomiko.
Oh duh. I have a Dropbox.
Desktop view: https://www.dropbox.com/s/a6thp7kwkl037m3/GXAdesktop.png?dl=0
iPhone where background resizes with code rig: https://www.dropbox.com/s/yxlrtvjrz7auiic/GXAiphone_resized.png?dl=0
iPhone where background does not resize: https://www.dropbox.com/s/adblr5dxqfr64o3/GXAiphone.jpeg?dl=0It’s on Safari. I can see it on my phone as well as on the Mac using Safari’s Responsive Design Mode. The image just stays full-size so you’re looking at one part of it rather than the entire image scaling. This was when we originally posted–not sure if there’s been an update since but all my devices were up to date as of then.
Have screenshots but nowhere to upload. Gotta dropbox or something?
Oh, okay. I switch to Constant Contact and it seems fine now. But thanks for responding.
Found a solution. The problem is with the use of viewport height as I mentioned above. I used CSS to override the inline style for the background image that’s set in the the-clean-blog-functions.php file, line 101. I put the following new style in the Customizer’s CSS area to avoid using a child theme just for this purpose:
/* To fix non-responsive home page background image */ header#masthead.site-header.intro-header { background-size: 175vh !important; }I’m hoping this doesn’t affect other screens but if it does, I’ll wrap this fix in a media query. I haven’t figured out how to fix the broken parallax on iPhone yet tho.
Hope it works for you.- This reply was modified 8 years ago by onomiko.
I just came to post the same question. Found it last night as well. Strange. The image responds in the customizer but when it’s viewed on the iphone device, it doesn’t resize.
I did some digging. I think the answer lies in the fact that the background image is sized using vh (viewport height) which doesn’t seem to work well on iPhones??? I’m not a developer so I can’t say for sure and don’t know about implementing some of the solutions out there.
- This reply was modified 8 years ago by onomiko.
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Hang on saveWill you please share the solution so the rest of us might benefit. So far, this plugin hijacks my WP installation whenever I cancel or otherwise do not complete a flow. I have no other active plugins and am using TwentyThirteen.
Forum: Plugins
In reply to: [Plugin: Groups] associated files not loadingWhat I was doing wrong was using relative paths in the header for my css, js calls etc. It needs absolute paths.