Title: msforweb's Replies | WordPress.org

---

# msforweb

  [  ](https://wordpress.org/support/users/msforweb/)

 *   [Profile](https://wordpress.org/support/users/msforweb/)
 *   [Topics Started](https://wordpress.org/support/users/msforweb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/msforweb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/msforweb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/msforweb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/msforweb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/msforweb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] “Share This” social media icons appear as squares](https://wordpress.org/support/topic/share-this-social-media-icons-appear-as-squares/)
 *  [msforweb](https://wordpress.org/support/users/msforweb/)
 * (@msforweb)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/share-this-social-media-icons-appear-as-squares/#post-9850030)
 * Thank you Dat for replying me. I have written shortcode to display blogs listing
   on that /blog page.
 * We have decided to not showing icons on /blog page at this moment, so I have 
   added code to remove social icons from there.
 * function oe_jptweak_remove_share() {
    remove_filter( ‘the_excerpt’, ‘sharing_display’,
   19 ); }
 * add_action( ‘loop_start’, ‘oe_jptweak_remove_share’ );
 * so we can say icons issue is not there at this moment, but do you know if anything
   has to do with that shortcode I written. If it happening because of shortcode
   itself ?
 * Anyway if you still want to post me new thread then, I will do that.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] “Share This” social media icons appear as squares](https://wordpress.org/support/topic/share-this-social-media-icons-appear-as-squares/)
 *  [msforweb](https://wordpress.org/support/users/msforweb/)
 * (@msforweb)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/share-this-social-media-icons-appear-as-squares/#post-9846914)
 * I have same issue here [https://bettertraderacademy.com/blog/](https://bettertraderacademy.com/blog/)
 * I have checked in Settings > Sharing and make sure to checked the option to display
   sharing buttons on pages
 * but still icons are not showing.
 * Please help me in this case.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Related to Import CSV](https://wordpress.org/support/topic/related-to-import-csv/)
 *  Thread Starter [msforweb](https://wordpress.org/support/users/msforweb/)
 * (@msforweb)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/related-to-import-csv/#post-9018694)
 * Hello xnau,
 * Thanks for reply, i have checked that articles, and according do that i i have
   changed my CSV file for link field, but when i imported it will just create empty
   record for, it did not import any other fields also.
 * sammple data from my csv file
    entity,position,first_name,website,link,approved
   Liberal,News Outlets,CNN,[click here](www.cnn.com),www.washingtonpost.com,yes
 * is this anything wrong with this ?
 * Thanks
    Mahendra

Viewing 3 replies - 1 through 3 (of 3 total)