SeyedMahdi Motahhari
Forum Replies Created
-
Yes Require Login is enabled because users should access their files all times.
I hope EDD developer team add some important options in next release like remove confirm password field, remove username (uses email as username) and clean logs from database.
EDD Auto Register remove username & password but users should change random password they received to remember it and this is an extra work. And free Plugins like WP Bulk Delete have no scheduling option for repeating delete logs. On a shared host without repeating log delete automaticly, we should do it manually for each 200 log!
ThanksI found the problem. This users uses non english characters in username field and WP couldn’t create their selected username!
Dear,
I know EDD Auto Register extension but i want find the problem. Most of users register successfully and just about 5% of them have this issue. The profile creates well but there isn’t a user with his email in WP Users.I found it!
By adding this functionT CSS & JS codes just add to EDD pages.function remove_edd_js() { if (!is_page('checkout') && !is_page('purchase-confirmation') && !is_page('purchase-history') && !is_page('transaction-failed')) { wp_dequeue_script('edd-ajax'); wp_dequeue_style('edd-styles'); } } add_action('wp_enqueue_scripts', 'remove_edd_js', 100);
- This reply was modified 4 years, 1 month ago by SeyedMahdi Motahhari.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Remove CSS & JS from unnecessary pages@laszloszalvak
Thanks. I couldnt use your code directly in theme functions.php file. So used them in 2 function:function remove_nextend_css() { if(!is_page(array(22,23))): remove_action('wp_head', 'NextendSocialLogin::styles', 100); endif; } add_action( 'wp_head', 'remove_nextend_css' ); function remove_nextend_js() { if(!is_page(array(22,23))): remove_action('wp_print_footer_scripts', 'NextendSocialLogin::scripts', 100); endif; } add_action( 'wp_print_footer_scripts', 'remove_nextend_js' );
Code works fine. Is this correct and optimize?
- This reply was modified 4 years, 1 month ago by SeyedMahdi Motahhari.
- This reply was modified 4 years, 1 month ago by SeyedMahdi Motahhari.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Remove CSS & JS from unnecessary pagesThanks @laszloszalvak
I included printed CSS & JS codes using “if (is_page())” in pages i need and remove “template-parts\style.css” & “js\nsl.js” files from plugin directory.
It seems good and works fine but is there a better way to remove css js codes rather than removing files? Some plugins support “wp_enqueue_scripts” to disable code printing.
Thanks@pratik-jain @cklosows
Thank youThanks
@pratik-jain
Why you didn’t edit Document in website? Is it so difficult? If user experience is important, change it and replace correct directory with wrong!
Many users (like me) use your docs and wrong data can lose their time.Thanks for your attention & Document edit!
Forum: Plugins
In reply to: [W3 Total Cache] setup guide buttons not workingThanks @vmarko
My WP language is Persian. Next & Prev buttons work correctly. Just test buttons have problem. Also Minify isn’t enable on my WP.Forum: Plugins
In reply to: [W3 Total Cache] setup guide buttons not workingI have this problem too.
Windows 10, WordPress 5.6
Tested with latest Firefox and ChromeForum: Plugins
In reply to: [W3 Total Cache] disable automatic renew cacheThanks for your quick answer. I thought preload just run once to the next purge cache or publish event. I need preload to speed up page load even for first visitor of pages (maybe google bot!). Whats your idea? set Update interval for a long time (for example 5 days) or another way?
It seems there is a mistake in your Docs.
in this page:
https://docs.easydigitaldownloads.com/article/1023-easy-digital-downloads-in-your-own-language
you said custom file should upload at
wp-content/languages/plugins/easy-digitaldownloads/
but here:
https://github.com/easydigitaldownloads/easy-digital-downloads/blob/2.9.20/easy-digital-downloads.php#L371-L387
i found
wp-content/languages/plugins/easy-digital-downloads/
in comments! It meens there isn’t ‘-‘ character between ‘digital’ & ‘downloads’ in website Docs. I rename this and problem solved.
I hope to help you and other EDD users.- This reply was modified 4 years, 4 months ago by SeyedMahdi Motahhari.
Forum: Plugins
In reply to: [WP Super Cache] kk star rating doesn’t workUpdating the rating stats for voted user isn’t important for me. That’s enough to update rating stats for users in daily renew cache. But the main problem is that votes doesn’t send to the database.
If you need to check it, follow this link:
https://android-studio.ir/disable-android-screen-activity-orientation-change/