binarymoon
Forum Replies Created
-
Great – glad it helped!
Forum: Plugins
In reply to: [Styleguide - Custom Fonts and Colors] Twenty sixteen and WP 4.4Hi – the reason it doesn’t work is because you’re using a child theme and so the twenty sixteen compatibility file doesn’t load. In addition Twenty Sixteen has quite specific css rules – declaring fonts all over the place – as such the default styles don’t work either since they are quite general.
You could always copy the theme settings into your child themes functions.php and then the settings should work for you (assuming you haven’t changed the child theme too much).
To do this copy all the code from here – http://plugins.svn.ww.wp.xz.cn/styleguide/trunk/theme-styles/twenty-sixteen.php – and add it to functions.php
Hi Will – Happy new year to you too!
Can you explain what you do see when you go to the Customizer -> Colours and Fonts box?
Styleguide does not support changing colours in the Trance theme, however the fonts should work.
If you could post a link to the Trance theme then I can have a look and see if I can work out what has gone wrong.
Forum: Plugins
In reply to: [Styleguide - Custom Fonts and Colors] Twenty sixteen and WP 4.4Hi there – sorry to hear it’s not working. I haven’t tested the plugin with any child themes but I can’t see any reason it wouldn’t work.
Do you have a link to the child theme so I can try it out myself?
Forum: Plugins
In reply to: [Front Page Category] Last UpdateHi there – thanks for the feedback.
I’ve no plans to change it back to the old position. Using the customizer is the recommended WordPress method for site options now – and from a code point of view it’s much more secure. It also means you can preview the changes before saving – which I think is a nice benefit.
I think you’ll find that most plugins and themes will move to using the Customizer in the future.
I see what you mean about it not appearing straight away and I’ll see if there’s anything I can do to improve that – however that should only create a few seconds delay so hopefully it’s not too big of a problem.
Forum: Plugins
In reply to: [Front Page Category] Last UpdateHi – if you’re using the latest version of WordPress then the customizer is found in the site admin: https://cloudup.com/c4cJT1qFPQD
Then look for the Front Page Categories section: https://cloudup.com/cLi_0d7CoBu
You need to be viewing the homepage in the customizer for this section to appear. Then click on that section and the categories will be there.
Forum: Plugins
In reply to: [Front Page Category] Last UpdateHi there – the settings are now in the Customizer, so you can preview the changes as you make them.
Forum: Plugins
In reply to: [Front Page Category] error in front-page-category.phpHi there – thanks for the report. I’ve taken over this plugin and have now fixed this issue (along with a bunch of other improvements :)). Update and it should be working now.
Forum: Plugins
In reply to: [Browser Screenshots] PHP ShortcodeI haven’t tested this but I think the following will work:
<?php $url = 'http://www.binarymoon.co.uk/'; $width = 300; $height = 125; BrowserShots::get_shot( $url, $width, $height ); ?>Forum: Plugins
In reply to: [WP Custom Login] Feature RequestHi there – thanks a lot for the feedback! That’s not something I’d considered before but I’ll keep it in mind.
Keep the ideas coming! 🙂
Ben
Forum: Plugins
In reply to: [Browser Screenshots] Can I save the screenshot to my severHi Jeff
I’m afraid that’s not something the plugin supports. The third party who generate the screenshots cache the images after the first time they have been viewed for 24 hours (ish) so once the image has been generated there shouldn’t be a wait (as long as the page is getting a few hits a day to keep it refreshed).
Sorry about that – Ben
Forum: Plugins
In reply to: [Browser Screenshots] Updating the screenshot, adding a classHi – I’ve added two new class options for the plugin
The first adds a class to the browsershots wrapper (class).
The seconds adds a class to the image (image_class)
From the sounds of it image_class is the one you will want to use. It’s a bit more typing but I felt class was more suitable for the wrapper than the image itself.
Forum: Plugins
In reply to: [Browser Screenshots] CookieHi Marc – I’m afraid there’s no way to do that. The screenshot taking software would somehow need to go to the site, detect the cookie banner and click the button, and then take the screenshot. I don’t even know if that’s possible, but I’m sure the screenshot software I’m using can’t do it unfortunately.
Sorry about that.
Forum: Plugins
In reply to: [WP Custom Login] Unable To Use Remote Image FilepathsHi there – I clicked on that link and got an error that you don’t allow hotlinking to your files. I suspect that’s the problem. If you disable that feature then I would imagine the file will show up.
Assuming you’re using a plugin to disable the hotlinking then you can probably whitelist the login page instead.
Forum: Plugins
In reply to: [Browser Screenshots] Updating the screenshot, adding a classHey There – really pleased to hear you like the app.
Unfortunately there’s no way to make the screenshot refresh. The app is using a third party service for the screenshotting and it has no functionality for arbitrary refreshes. You have to wait for the auto refresh.
For the image class – something there should be possible. Could you give an example of what you’d like to see (a complete html snippet would be ideal).