On line 943 in hCard_widget.php
You incorrecty have a >
in the class attribute which makes it invalid.
<?php if($org_fax !== '') {?><div class="tel hc-organization-fax>" itemprop="faxNumber">F:<?php echo $org_fax;?></div><?php } ?>
should be
<?php if($org_fax !== '') {?><div class="tel hc-organization-fax" itemprop="faxNumber">F:<?php echo $org_fax;?></div><?php } ?>
Hi
We would like to use your plugin on an Australian website.
In your widget, you have set the phone numbers to start with +1 by default. This makes it impossible for use to use it out the box.
<a href="tel:+1<?php echo $org_tel2;?>"><?php echo $org_tel;?></a>
Would appreciate a fix. Thanks
]]>Hello
Thanks for your widget! Unfortunately it doesn’t work fully yet…
I get the following erros in the admin:
Notice: Undefined index: error in /WordPress/wp-content/plugins/hcard-widget/hCard_widget.php on line 1186
<br /><b>Notice</b>: Undefined variable: org_tel2 in <b>/WordPress/wp-content/plugins/hcard-widget/hCard_widget.php</b> on line <b>1420</b><br />
Notice: Undefined index: error in /WordPress/wp-content/plugins/hcard-widget/hCard_widget.php on line 1432
And the following when looking at the page with the widget on:
Notice: Undefined index: error in /WordPress/wp-content/plugins/hcard-widget/hCard_widget.php on line 880
Notice: Undefined variable: email in /WordPress/wp-content/plugins/hcard-widget/hCard_widget.php on line 910
Would be awesome if this would get fixed.
Thanks heaps.
Cheers
]]>Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /wp-content/plugins/hcard-widget/hCard_widget.php:555) in /wp-content/plugins/bwp-recaptcha/includes/class-bwp-recaptcha.php on line 181
The newst version of hcard widget outputs this error in wordpress.
Version before is fine.
Please fix
]]>The lines in /plugin/hcard-widget/hCard_widget.php need to be changed to fix a broken path:
function hcard_add_css(){
wp_register_style('hcard-style', plugins_url('hcard-widget/style.css', _FILE_));
wp_enqueue_style('hcard-style');
}
]]>
Please help! I have installed the widget and filled out the information that my client would like to have listed on the site but there are two lines for the telephone number showing up on the site even though I only entered it once on the widget. Please help me correct this!
]]>When leaving the address and phone number from the author info, the ” , ” (comma) and : (colon) are still displayed in the widget. Can these be omitted when the fields are blank?
]]>Parse error: syntax error, unexpected ‘{‘ in /home3/wp-content/plugins/hcard-widget/hCard_widget.php on line 43
any idea how to correct this error thanks
]]>