bfsc
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Social Icons] Custom icons smaller them the default onesthank you @cybernetikz
it worked very well!
Forum: Plugins
In reply to: [Contact Widgets] Custom Social Media IconHi @eherman24,
Have you reproduced the issue #2? Or it is just occuring with me?
Regarding my code snippet on the post above, is anything wrong?
Thank you!
Forum: Plugins
In reply to: [Contact Widgets] Icon Interference with Screener Plus and Contact WidgetHi @anthaface,
I’m facing the same problem,here is my report and some responses from the development team:
Forum: Plugins
In reply to: [Contact Widgets] Custom Social Media IconHi @eherman24,
The icon still does not appear. Following is the code I’m using:
add_filter( 'wpcw_widget_social_custom_fields', function ( $fields, $instance ) { $fields['lattes'] = [ 'icon' => 'fa-graduation-cap', // See font-awesome icon slug 'label' => __( 'Lattes', 'YOURTEXTDOMAIN' ), 'default' => 'http://lattes.cnpq.br/username', 'select' => 'username', 'sanitizer' => 'esc_url_raw', 'escaper' => 'esc_url', 'social' => true, 'target' => '_blank', 'prefix' => 'fas', ]; return $fields; }, 10, 2 );- This reply was modified 7 years, 11 months ago by bfsc.
Forum: Plugins
In reply to: [Contact Widgets] Custom Social Media IconHi @eherman24,
Thank you for your fast reply.
I should had been more specific. I’m actually facing two problems.
1. Icon is not visible (I’ll wait for your patch to be integrated)
2. The text field to enter the profile url is also not visible for custom social mediaRegarding the item 2, when I click on the icon of a custom social media (some icons are working, e.g. google) the text field to fill with my social media profile does not appear. So, I cannot enter my profile url, as I can with the native social medias like facebbok, twitter, etc.
Thank you again!
Forum: Plugins
In reply to: [Contact Widgets] Custom Social Media Iconthe theme I’m using is Simpleasy