msforweb
Forum Replies Created
-
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
I have same issue here 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
In reply to: [Participants Database] Related to Import CSVHello 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,yesis this anything wrong with this ?
Thanks
Mahendra