Masoud d
Forum Replies Created
-
@champsupertramp i tested with new version (2.1.12) But this problem has not been solved!
@champsupertramp tnx.
How can I disable the user page? Do not redirect to the user page after logging in!
@fauzanade
thank you. But you answer too late.
Another question:
How to add, for example, 10% to the price of each wholesale? I emphasize as a group.(@rur165)
Hello. I sent the test video email. To the dokan team. (support email)Forum: Plugins
In reply to: [Sensei LMS] add textdomain for menu labelNo special work is required. Just replace this code with the previous code! Everything works fine.
code:
add_menu_page( __(‘Sensei LMS’, ‘sensei-lms’ ), __(‘Sensei LMS’, ‘sensei-lms’ ), $menu_cap, ‘sensei’, array( Sensei()->analysis, ‘analysis_page’ ), ”, ’50’ );sensei-lms/includes/class-sensei-admin.php
- This reply was modified 8 months, 3 weeks ago by Masoud d.
This is a problem! I don’t know how you tested it? !!
On the dashboard page, the calculation is not done, but on the product list page, the calculation is correct and done !!
dashboard:
http://uupload.ir/files/vky3_snap2.pngProducts List:
http://uupload.ir/files/dur5_snap3.pngForum: Plugins
In reply to: [Redux - Gutenberg Blocks Library & Framework] Hooksthank you. Please increase the hooks.
Forum: Plugins
In reply to: [Wholesale Prices for WooCommerce by Wholesale Suite] Bug in RTL ModesWC 4.0.1
WP 5.4.1Forum: Plugins
In reply to: [WebP Converter for Media] wordpress not support!thumbnail webp images in media library not show!
i use this code, but not work!
//** * Enable preview / thumbnail for webp image files.*/ function webp_is_displayable($result, $path) { if ($result === false) { $displayable_image_types = array( IMAGETYPE_WEBP ); $info = @getimagesize( $path ); if (empty($info)) { $result = false; } elseif (!in_array($info[2], $displayable_image_types)) { $result = false; } else { $result = true; } } return $result; }
WordPress does not want to support this format at all, like any other image such as PNG format 🙁
I’ve talked a lot with WordPress executives, but they disagree to support it.
Forum: Plugins
In reply to: [Wholesale Prices for WooCommerce by Wholesale Suite] Bug in RTL ModesThe problem is this:
if( $screen->id === ‘woocommerce_page_wwpp-wholesale-roles-page’
I removed these two file calls from the top line and the problem was fixed!wp_enqueue_script( 'wwp_wholesale_roles_main_js' , WWP_JS_URL . 'app/wholesale-roles-main.js' , array( 'jquery' , 'jquery-tiptip' ) , $this->_wwp_current_version , true );
wp_enqueue_style( 'wwp_roles_page_css' , WWP_CSS_URL . 'wwp-backend-wholesale-roles.css' , array() , $this->_wwp_current_version , 'all' );
Forum: Plugins
In reply to: [Wholesale Prices for WooCommerce by Wholesale Suite] Bug in RTL ModesThis problem still exists. I found that many users who use Persian WordPress have this problem!
I tested it with just two active plugins (WC & Wholesale Prices) in WordPress! But it is not possible to edit the role! And this option does not work.
I asked other users as well. They have the same problem.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] admin-ajaxThank you very much.
By disabling that option (Enable AJAX loading), the problem is solved.
I was able to easily display the seller’s (vendor) biography! Even without a shortcode!
You are not yet in control of your own plugin templates. It is unfortunate.