aishfak
Forum Replies Created
-
Can you help me? Any solutoin? Thanks
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] 500 – Internal Server ErrorWahoo Awesome! That’s work. Thanks
Forum: Plugins
In reply to: [YITH WooCommerce Name Your Price] Invalid Inputs not checkedWhen you able to fix the validation issue? There should be validation on the empty field and number. Without putting anything, it still goes to the cart page which does absolutely not make any sense.
I am a little surprised that such a small thing didn’t take care while developing a plugin.
ohhhh….so does pro version support this invoices feature? and do we will able to send the data from Woocomerce to https://invoice.zoho.eu/
My plugin showing me invoices in the objects dropdown, here you can check it https://i.imgur.com/m3Xz8Jw.jpg
- This reply was modified 4 years, 10 months ago by aishfak.
Here is screenshot
Forum: Reviews
In reply to: [FOX - Currency Switcher Professional for WooCommerce] bad pluginSorry for bad rating without knowing much about plugin. I have change it into 4 star and thanks for replying me.
Forum: Reviews
In reply to: [FOX - Currency Switcher Professional for WooCommerce] bad pluginOk, that looks good but still have an issue of order. I am not able to explain to you how order thing didn’t work. like we need to delete both the fields then save, next change the currency to make it work.
after getting install the plugin when we change order, it’s not working at the front end.
anyway, i find another great plugin which works well.
I like yours because it has flag thing but having order issue So I need to go with another one.
Forum: Plugins
In reply to: [Yoast SEO] How to include non-wordpress pages in sitemapFinally i got some solution my self by using of filter wpseo_sitemap_index and here is full working code example.
if( class_exists(‘WPSEO_Sitemaps’) ) {
function add_tutorials_sitemap(){
$add_tutorials_sitemap = ‘<sitemap>
<loc>’ . get_bloginfo(‘url’).’/tutorials.xml</loc>
<lastmod>2016-10-06T14:46:34+00:00</lastmod>
</sitemap>
‘;
return $add_tutorials_sitemap;
}
add_filter( ‘wpseo_sitemap_index’, ‘add_tutorials_sitemap’ );
add_filter( ‘wpseo_enable_xml_sitemap_transient_caching’, ‘__return_false’ );
}But when ai named xml to for example abc_sitemap.xml then it give me following error message.
The following file is blocking your XML sitemaps from working properly. Either delete it (this can be done with the “Fix it” button) or disable Yoast SEO XML sitemaps.
When i removed the _sitemap from the file name and keep it simply abc.xml than the error gone. Can you let me know why ? and does it still effect anything ?
- This reply was modified 8 years, 1 month ago by aishfak. Reason: spell mistake
Forum: Plugins
In reply to: [Yoast SEO] How to add custom pages into sitemapHi, Thanks for getting back to me. I read the giving topics about sitemap for external url but unfortunately my non-wordpress pages(url) isn’t fixed number. I have more pages coming day by day. My site is about tutorial website and when i create a post i also need to create a custom non-wordpress for it. so using your above method , I need to add page url into sitemap every time by editing the function.php file.
Is there anyway to add these non-wordpress pages from admin area instead of editing function.php every time ??
Do you guys planning to add such kind of feature that we can add non-wordpress pages from admin area ?
I Founded this plugin https://www.ads-software.com/plugins/google-sitemap-generator/ which allow to add non-wordpress page from admin area by just submitting the url.
Do you have planne to bring such feature in your Plugin too ??
Thanks for your time, hope i will get reply soon with good news.
Regards
Ashfaq.- This reply was modified 8 years, 2 months ago by aishfak.
hahaha I find a way to do that. I make another column and just hide it using css Thanks Tobias for idea.
Tobias i just try to add another column and set it hide and it’s not showing dropdown ?? The hidden feature hide both column and dropdown. Is there a way we can only hide the column not the dropdown ? I must appreciate your help thanks.
Hello Tobias,
Thanks for quick reply. It’s sad to hear that we can show partial content of the column into drop-down. As for as your solution i like it but does drop-down will show if we set column hidden ?? Ok i will try that but i think it will not work like that.
Thanks.
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] After active , show errorYep Ronald, Now it’s work great. Thanks for updating.
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] After active , show errorok i install the updated version and now it give me following error
Fatal error: Using $this when not in object context in /home/content/66/11202366/html/wp-content/plugins/woocommerce-hide-checkout-shipping-address/woocommerce-hide-checkout-shipping-address.php on line 285
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] After active , show errorAlright thanks for reply. I will check it again.thanks