I changed the site title font to Poiret One, but it only changed on the home page. I cannot figure out how to change it throughout the entire site. It appears that it needs to be done manually via the CSS code, but I am new to learning code and am not quite sure how to fix it in there. Please help!
]]>Installed this plugin for the Romero support, but after activating, I don’t see anything resembling the screen shots to adjust the styles for Romero visually.
Other than in the Customize pane, does the UX surface anywhere else?
]]>After installing I checked my post and all the links where invisible is there a way to fix this?
]]>Hi,
Is Styleguide compatible with WordPress Multisite?
Thanks in advance,
Chris
Hello,
I just wanted to point out some localization and spelling issues in your plugin/readme I came across while doing the en_CA validation.
Most of these are due to the use of en_AU or maybe en_GB being used as the base. en_US should be the base of all strings, then translations will be done through glotpress during localization.
1. localisations should be in en_US (localizations) by default and in en-au/en-gb will be translated to localisations.
Permalink – https://translate.www.ads-software.com/projects/wp-plugins/styleguide/dev-readme/en-ca/default?filters%5Boriginal_id%5D=3409603
String – Make localisations work
Word – localisations
Should be – localizations
2. customise should be customize
Permalink – https://translate.www.ads-software.com/projects/wp-plugins/styleguide/dev/en-ca/default?filters%5Boriginal_id%5D=3409599
String – Easily customise the theme fonts and colours that you use on your website.
Word – customise
Should be – customize
3. colours should be colors – This recurs alot through the plugin and readme, might want to do a mass replace. Especially as there are instances of Color too so consistency is good. Also Colour is in your plugin name, might want to update that as well.
Permalinks of some instances;
https://translate.www.ads-software.com/projects/wp-plugins/styleguide/dev/en-ca/default?filters%5Boriginal_id%5D=3409599
https://translate.www.ads-software.com/projects/wp-plugins/styleguide/dev/en-ca/default?filters%5Boriginal_id%5D=3409597
https://translate.www.ads-software.com/projects/wp-plugins/styleguide/dev-readme/en-ca/default?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=2706112&filters%5Btranslation_id%5D=42463039
https://translate.www.ads-software.com/projects/wp-plugins/styleguide/dev-readme/en-ca/default?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=2706111&filters%5Btranslation_id%5D=42463038
https://translate.www.ads-software.com/projects/wp-plugins/styleguide/dev-readme/en-ca/default?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=2706182&filters%5Btranslation_id%5D=42463081
https://translate.www.ads-software.com/projects/wp-plugins/styleguide/dev-readme/en-ca/default?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=2706143&filters%5Btranslation_id%5D=42463070
https://translate.www.ads-software.com/projects/wp-plugins/styleguide/dev-readme/en-ca/default?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=2706119&filters%5Btranslation_id%5D=42463046
https://translate.www.ads-software.com/projects/wp-plugins/styleguide/dev-readme/en-ca/default?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=2706114&filters%5Btranslation_id%5D=42463041
https://translate.www.ads-software.com/projects/wp-plugins/styleguide/dev-readme/en-ca/default?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=2706157&filters%5Btranslation_id%5D=42463091
…
4. Use SSL URLs for wp.org
Permalink – https://translate.www.ads-software.com/projects/wp-plugins/styleguide/dev/en-ca/default?filters%5Boriginal_id%5D=3409598
URL – https://www.ads-software.com/plugins/styleguide/
Should be – https://www.ads-software.com/plugins/styleguide/
You can update this ticket when done if you want me to revalidate en_CA to bring it back to 100%.
All the best,
Cheers
but not for colors!
]]>Hi. Great plugin!
I’ve copied the function code to the functions.php directly from your Other Notes. I’m using Twenty Fifteen theme. However, I’m not seeing more fonts. I’m new to this, so I apologize for my ignorance.
How do I get more Google Fonts to show in the listings?
TIA
Len
]]>I see on the plugin’s WP site that there is a possibility to add ‘extra’ font with:
function my_fonts( $font_list ) {
return $font_list;
}
add_filter( ‘styleguide_get_fonts’, ‘my_fonts’ );
I’m using a twenty-twelve child theme and not clear if with the above code copied into my child theme’s function.php it is possible to add Aries for example. I’ve added the above lines but can’t find Aries which is installed on my machine. What I’m doing wrong?
Many thanks…
Hello. I have installed the Custom Fonts and Colours plugin onto the Trance Theme – and so far at least there is no sign it’s working. Under Customize, the Colors and Fonts show none of the options the plug-in suggests.
I have uninstalled, reinstalled, logged out and logged in – nothing helps.
Any ideas?
Thank you and Happy New Year!
Will Kern
]]>I’ve installed the plugin. I’m using a child theme of twenty-sixteen.
I can see the different options in customizer, but it doesn’t seem to change any fonts…
Ideas?
]]>I would like to be able to check a box in the Customizer to indicate to load the italics styles of the fonts.
The workaround for now is to directly edit /includes/fonts.php to include the italics styles in the weight. For example:
'Titillium Web' => array(
'name' => 'Titillium Web',
'family' => '"Titillium Web", sans-serif',
'weight' => '400,700,400italic,700italic',
'sets' => array( 'latin', ),
),
]]>
The font dropdowns in the customizer do not drop down. They are stuck displaying Default.
In case it makes a different, I’m running Twenty Sixteen, nightly version.
]]>After updating plugin Styleguide – Custom Fonts and Colours my site gets a message
“Warning: array_key_exists(): The first argument should be either a string or an integer in /home/content/p3pnexwpnas02_data03/47/2791047/html/wp-content/plugins/styleguide/includes/helpers.php on line 70”
What does this mean, how can I correct it and is it possible to go back to the previous version of Styleguide that was working correctly? I’m using the twenty ten theme which is supported.
]]>I’ve modified the plugin to a add a check for the $file
in themes first before the plugin and it works.
What would be the best way to contribute the code for your testing and hopefully inclusion in the plugin? Couldn’t find a GitHub repo for pull requests.
Regards,
Zulf
I attempted to modify styleguide.php to include support for a different Google font, as follows:
'Titillium+Web' => array(
'name' => 'Titillium Web',
'family' => '"Titillium Web", sans-serif',
),
I found I couldn’t get it to work until I replaced the + (plus sign) with a space. In fact, I think this is an issue with all the font names in the list that include a +.
]]>