binarymoon
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Custom Login] Error-Can’t Save any settings or custom CSSIf you have a moment a review of the plugin would be most appreciated.
https://ww.wp.xz.cn/support/plugin/bm-custom-login/reviews/Thanks in advance!
Forum: Plugins
In reply to: [WP Custom Login] Error-Can’t Save any settings or custom CSSThat’s great. Glad it worked!
Forum: Plugins
In reply to: [WP Custom Login] Error-Can’t Save any settings or custom CSSJust checked csstidy and it seems it’s been updated since I last worked on the plugin so I will update it to the latest version and see if that helps.
Forum: Plugins
In reply to: [WP Custom Login] Error-Can’t Save any settings or custom CSSHi there – thanks for the message.
This sounds very strange. The plugin hasn’t been changed in 10 months so I see no reason it would stop working now. However, if you haven’t changed the settings in a while then perhaps something broke in a past update.
I’ve tested it locally and don’t see a problem so I wonder if it’s something with either the PHP version or the CSS you are using.
So – could you tell me your PHP version please? You can find this in:
admin > tools > site health > info > ServerAlso could you paste in the CSS you are trying to save so I can test it myself.
Thanks
Forum: Plugins
In reply to: [Browser Screenshots] AFC support?Ah ha – that makes sense. I’ve heard of it but never used it.
If you are storing a url in a field then that could be used to generate a screenshot.
There’s an example in the readme that looks like this:
<img src="<?php echo BrowserShots::get_shot( 'https://prothemedesign.com', 600, 450 ); ?>" />You would need to replace the url with the one you are storing in the field.
Thanks – Ben
Forum: Plugins
In reply to: [Browser Screenshots] AFC support?Hi
A) I don’t know what an ACF is but my guess is no. See the other answer for the reason.
B & C) I’m afraid not. The plugin uses a public WordPress.com api to generate the screenshots. Everything is on a third party server that I have no control over. The limitation of getting this for free is that we have no control over it 🙁
Forum: Plugins
In reply to: [Front Page Category] Does not filter when in mobileNo problem – glad it’s working now! 🙂
Forum: Plugins
In reply to: [Front Page Category] Does not filter when in mobileHi there – thanks for the message.
This sounds like a strange problem. There should be no difference between desktop and mobile for the plugin. There’s no code in the plugin that detects what browser or operating system you are using to serve something different.
So the first question is are you using any other plugins that might change how your site works on a mobile device? Plugins that display different mobile designs could be a problem.
Secondly, what should I be looking for? What post is hidden on desktop and visible on mobile? Essentially how can I see the problem myself?
What mobile browser and OS are you using (Android/ iOS/ something else)?
Basically to fix this I need to be able to reproduce the problem so that I can understand what is going wrong. So the more info you can five me the more likely I will be able to do something.
Forum: Plugins
In reply to: [Browser Screenshots] Download image to media libraryHi there – I’m afraid this functionality isn’t available. The plugin is a wrapper for a third party api and so I don’t know how/ when the image is created. Sorry about that.
Forum: Plugins
In reply to: [Toolbelt] Display Widget on children pages?Hi there – I have been looking in to this and have added the feature to the plugin. It will be there in the next release.
The rule should look like:
pagechild:postIDThis will display the widget on postID and all children and grandchildren of postID.
Forum: Plugins
In reply to: [Toolbelt] Display Widget on children pages?Hi there – I’m not sure if this is possible either. I shall do some testing and see what I can work out.
Forum: Plugins
In reply to: [Browser Screenshots] How often does the screenshot refresh?Hi there – I’m afraid I don’t know exactly but I think it’s every couple of days.
Forum: Plugins
In reply to: [Toolbelt] Portfolio and Testimonial block?Hi Alfred – sorry for the slow reply here.
Would you mind emailing me? binarymoon at gmail dot com, it might be quicker if we can deal with it directly.
Hopefully I can help you work out where the problem is.
Ben
Forum: Plugins
In reply to: [Toolbelt] Portfolio and Testimonial block?I’ve just tested the plugin with Suki and it doesn’t appear to be a theme related issue so the problem must lie elsewhere.
Forum: Plugins
In reply to: [Toolbelt] Portfolio and Testimonial block?Thanks for the extra information. That’s really useful. Most of those plugins shouldn’t change anything but there’s a couple that may cause conflicts so I will have a look and see what they do.
Could I ask you to do one more thing?
If you open up the browser inspector and go to the console, are there any errors displayed there? There’s info on how to do this here:
https://ww.wp.xz.cn/support/article/using-your-browser-to-diagnose-javascript-errors/#step-3-diagnosisThanks – Ben