Mujahid Ishtiaq
Forum Replies Created
-
Hi @michaelw90 ,
Thank you for pointing out this bug. This will be fixed in next patch.
Forum: Plugins
In reply to: [Advanced Custom Fields: Typography Field] Where to configure font details?Glad you were able to find the custom field group. FYI, this plugin adds a new field group named “Typography” in ACF field creation page.
Forum: Plugins
In reply to: [Advanced Custom Fields: Typography Field] Google Fonts not enqueued@greenarrow This plugin doesn’t enqueue selected Google Fonts FROM the options page. If you have used the Google font family in the ACF Options page, it’s CSS file is never enqueued. It is something I am currently working on. You can use the font-family anywhere in the theme, but without any font file enqueued.
FYI, when you use a font-family from Google fonts on a post/page (not acf options page), the font file only enqueues on that post/page and not throughout the website.
Forum: Plugins
In reply to: [Advanced Custom Fields: Typography Field] Google Fonts not enqueuedAs per your code, it appears you are trying to fetch the font-family from ACF options page, is that correct? If so, the plugin doesn’t enqueue the Google Fonts if the font-family field is used from Options page.
I suggest you to add the required fields in a new page and then use that page’s id in the function as described below;
<?php $page_id = 123; // change with yours page id the_typography_field( 'main_navigation_font','font_family', $page_id ); ?>
Forum: Plugins
In reply to: [Advanced Custom Fields: Typography Field] Google Fonts not enqueued@greenarrow Currently, Google Fonts are only enqueued to the front-end of pages and posts only.
Forum: Plugins
In reply to: [Advanced Custom Fields: Typography Field] Error@amst3l ,
What version of the plugin are you using?
Forum: Plugins
In reply to: [Advanced Custom Fields: Typography Field] Custom FontsHi @martinfnyc,
I am afraid you can not register your own fonts, for now.
Forum: Plugins
In reply to: [Advanced Custom Fields: Typography Field] two fields integrationHey @odi92 ,
I have just released 3.0.0 which introduces plugin functions to fetch properties.
Forum: Plugins
In reply to: [Advanced Custom Fields: Typography Field] Google FontsHey @grzegorzp,
The new release 3.0.0 now supports Google Fonts.
Forum: Plugins
In reply to: [WooCommerce] Custom note showing as HTML after latest plugin update@tderouindesign is absolutely correct. I had added custom text with HTML for
Billing details
but the HTML code displays as text since last WC update.Forum: Plugins
In reply to: [Advanced Custom Fields: Typography Field] Compatibilty with ACF 5.7.7Hey @adiboo67,
I tested the plugin with ACF 5.7.7. It appears to be working just fine. Are you seeing any error? Please make sure to use the latest version of Typography field plugin.
Forum: Plugins
In reply to: [Advanced Custom Fields: Typography Field] two fields integrationHi @odi92,
I am not sure if I understand what you are trying to achieve using the plugin. However, this plugin does not modify any field settings. The field can be accessed by using
get_field()
orthe_field()
in the theme or plugin.The field returns an ARRAY. For output sample, please refer to ‘SAMPLE OUTPUT FOR THEME DEVELOPERS’ section under Plugin description.
Forum: Plugins
In reply to: [Advanced Custom Fields: Typography Field] Google Fonts@grzegorzp Indeed. The support for Google Fonts will be added in the next big release 3.0.
Forum: Reviews
In reply to: [Advanced Custom Fields: Typography Field] Does what it saysThank you @jimleeder123. Please feel free to provide any suggestions.
Forum: Plugins
In reply to: [Advanced Custom Fields: Typography Field] Error@vala-bhavesh The plugin’s latest release 2.0.0 now supports ACF v5 (pro) as well.