themefour
Forum Replies Created
-
@sankari I suggest using another plugin. I migrated to another plugin. The author of this plugin has abandoned it.
Forum: Fixing WordPress
In reply to: Upload WebP@fierevere There was no such problem before WordPress 5.8. Webp animated images were also easily uploaded. But after the release of WordPress 5.8, this problem arose. I recommend you test my report.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Status Widget@vbaaccess Hi. This problem had nothing to do with the WooCommerce Bloat plugin. The bug was WooCommerce! Unfortunately, the new version hasty offered.
@champsupertramp But um shortcodes is random!
- This reply was modified 3 years, 6 months ago by themefour.
Forum: Plugins
In reply to: [??????? ?????] ????? ?? ???? ????? ??? ????????? ???? ??? ???? ??????? ????? ????? ?????? ???? ?? ?????? ?? ?? ?? ?? ??? ???????. ?????? ?????????? ?? ????? ???????? ???? ? ???? ?????.
@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)No 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 4 years, 10 months ago by themefour.
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:
https://uupload.ir/files/vky3_snap2.pngProducts List:
https://uupload.ir/files/dur5_snap3.pngForum: Plugins
In reply to: [Redux Framework] Hooksthank you. Please increase the hooks.
WC 4.0.1
WP 5.4.1thumbnail 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.