tabliq
Forum Replies Created
-
There is no way to upload cache files outside of wp-content?
I want to use parallel loading of files.Forum: Plugins
In reply to: [LiteSpeed Cache] how to served css/js files in cdn serverThe point is that the main domain cannot cross CF. (Because some IPs are blocked by ISP in Iran (And this is not a problem for subdomains). And we have to put our static files in one subdomain)
However do we have to manually transfer?
Why is it that every day new static files are created with different names? Our site styles and scripts will not changeForum: Plugins
In reply to: [LiteSpeed Cache] how to served css/js files in cdn serverI use cloudflare CDN. But only my CDN address goes pass CF and my main domain does not pass CF and I want my static files to be serviced by my
cdn.domain.com
that pass CDN.
my main domian is not on CDNDear @kokkieh
I’m sure sure sure JetPack has been removed and there are no plugins in my directory (none already exist).
I’m sure my site cache and my cdn cache have been cleared. And I open the site in my Private mode browser. But these files still exist and have been a problem for me.Dear @kokkieh
I had never never used jetpack. And for the first time I installed this plugin a few hours ago, I might be able to disable it.
And now I’m sure this plugin is properly disabled and removed.
This plugin has been problematic for us Please suggest a solution to fix this problem.@kokkieh
my website url: https://bit.ly/2lvnSQG
files:
https://stats.wp.com/w.js
https://pixel.wp.com/g.gif
https://pixel.wp.com/t.gif
and…None of these files are not available from Iran. I want to cancel all this because it takes up to 6 minutes to load my admin panel
@konikodes and for remove seller name on cart page:
dokan lite > includes > wc-template.php > It can be edited or deleted at the beginning of this file.Paste the below code on your functions.php file:
– for remove More Products tab seller on product page in dokan plugin:
add_filter( 'woocommerce_product_tabs', 'wcs_woo_remove_more_seller_product_tab', 98 ); function wcs_woo_remove_more_seller_product_tab($tabs) { unset($tabs['more_seller_product']); return $tabs; }
– for remove Seller info tab on product page in dokan plugin:
add_filter( 'woocommerce_product_tabs', 'dokan_remove_seller_info_tab', 50 ); function dokan_remove_seller_info_tab( $array ) { unset( $array['seller'] ); return $array; }
– for remove seller button on WC dashboard in dokan plugin:
remove_action( 'woocommerce_after_my_account', array( Dokan_Pro::init(), 'dokan_account_migration_button' ) );
– for disable registration as a seller in WC registration in dokan plugin:
remove_action( 'woocommerce_register_form', 'dokan_seller_reg_form_fields' );
- This reply was modified 5 years, 7 months ago by tabliq.
Hi @nazmulhassann20
Thanks for your reply
But these are some of the things that must be included in plugin features.
Strangely enough, there is no such thing in the plugin.
I even asked through [email protected] and didn’t get the right answer.
It would be better to publish the solution to these (problems) on the blog. As a solution to remove the tab for seller information you put on your site.Anyway I’ll publish later on finding the solution here
Thank you very much for your reply
this issue solved just Withdraw Threshold “0”
why?Forum: Fixing WordPress
In reply to: The ( error_log ) file size is very largeI solved this by changing the PHP version from 5.6 to version 7.2