apurbajnu
Forum Replies Created
-
Forum: Plugins
In reply to: [Price Per Unit For WooCommerce] Display the calculator on shop page.Please send me your page URL. I will check it and let you know.
Sorry for the late response. Have you solved the issue? Give me the product link where you have used the plugin. I will be happy to help.
Thanks
ApurbaForum: Plugins
In reply to: [WooCommerce to Vend One stop Solution] Doesn’t seem to work…Can you share error details with the website link? So I can debug the problem for you.
Best Regards,
ApurbaForum: Plugins
In reply to: [Send-Facebook-Notification] Simple bugHello forsayara,
I don’t think you have asked the question related our plugins. We didn’t use this kind of link to send the notification.
Kind Regards,
ApurbaForum: Plugins
In reply to: [Send-Facebook-Notification] Simple bugThanks for your report, Please follow the instruction to solve this issue.
Just delete the existing send Facebook Notification plugin from your website & reinstall from www.ads-software.com. Your problem will be solved.
Kind regards,
Apurbathanks …..this snippet worked for me
function total_download() {
global $wpdb;
$total_download=0;
$meta_key = ‘_edd_download_sales’;//set this to your custom field meta key
$alldownload=$wpdb->get_col($wpdb->prepare(“SELECT meta_value FROM $wpdb->postmeta WHERE meta_key = %s”, $meta_key));
foreach ($alldownload as $download) {
$total_download = $total_download + $download;
}
echo ‘Total download are ‘.$total_download;
}Forum: Plugins
In reply to: [Kodex Posts likes] On ajax load like button don't work.Thanks a lot. Nice plugin. I have a question. If you have time please give answer. When some one Like a post without Login. How you prevent them liking same post again and again. do you save the ip address of them against post id?
Forum: Plugins
In reply to: [Polylang] Custom taxonomy is not being translate.First Many Many thanks to you to make this great plugin. I am very grateful to you. My problem is than If I don’t select custom post type form setting than custom taxonomy didn’t translate with language change. only work if I select custom post type. another thing although I didn’t select custom field but when I enter into different language custom field value getting disappear. Which I don’t want. I am using cmb2 for custom field.