Skip to content

Commit

Permalink
Add fix for Issue Click to call phone number not working AyeCode#41
Browse files Browse the repository at this point in the history
  • Loading branch information
1naveengiri committed Aug 21, 2019
1 parent cb4b376 commit 1da52a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/header/header-single-top.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
$social_shortcodes = '[gd_post_badge key="facebook" condition="is_not_empty" icon_class="fab fa-facebook-f fa-fw" link="%%input%%" new_window="1" bg_color="#2b4be8" txt_color="#ffffff" alignment="left"]';
$social_shortcodes .= '[gd_post_badge key="twitter" condition="is_not_empty" icon_class="fab fa-twitter fa-fw" link="%%input%%" new_window="1" bg_color="#2bb8e8" txt_color="#ffffff" alignment="left"]';
$social_shortcodes .= '[gd_post_badge key="website" condition="is_not_empty" icon_class="fas fa-link fa-fw" link="%%input%%" new_window="1" bg_color="#85a9b5" txt_color="#ffffff" alignment="left"]';
$social_shortcodes .= '[gd_post_badge key="phone" condition="is_not_empty" icon_class="fas fa-phone fa-fw" link="%%input%%" badge="%%input%%" new_window="1" bg_color="#ed6d61" txt_color="#ffffff" alignment="left"]';
$social_shortcodes .= '[gd_post_badge key="phone" condition="is_not_empty" icon_class="fas fa-phone fa-fw" link="%%input%%" badge="%%input%%" bg_color="#ed6d61" txt_color="#ffffff" alignment="left"]';
$social_shortcode = apply_filters( 'sd_details_output_social_shortcode',$social_shortcodes);
$sd_social = '<div class="sd-contacts">';
$sd_social .= do_shortcode($social_shortcode);
Expand Down

0 comments on commit 1da52a2

Please sign in to comment.