Amin
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Approve User] UPDATE NEEDEDThe js file does not do anything important for you. It just makes the unapproved users rows to yellow, and enables bulk action in menus, but the bulk action does not work here. so it becames useless. forget about the js.
they still get must be authenticated by an administrator and can’t log in.
If you are in a network installation you should enable this plugin in network mode.
- This reply was modified 7 years, 6 months ago by Amin.
Forum: Plugins
In reply to: [Fast Velocity Minify] no css file processed in multisiteThank you for this advice.
I disabled WP_CONTENT_URL and now FVM works on subdomain blogs.Forum: Plugins
In reply to: [Fast Velocity Minify] no css file processed in multisiteAre there any css generated?
Some Js files are created, but all of them are related to wp-includes and wp-admin
No one are related to the themes or plugins.and no CSS file is created.
Forum: Plugins
In reply to: [Fast Velocity Minify] no css file processed in multisiteAre all your css files enqueued properly with wp_enqueue_style ? And are your scripts enqueued with wp_enqueue_script?
Yes
And by the way, you haven’t disable css processing on the options, and your ignore list doesn’t have a short word on it (it works as wildcard), right?
Right
No other plugin or some theme setting, already optimizing js delivery but not touching css (you should disable other merging and minification options outside of FVM)?
No other optimizing plugin is active. Except iThemes security plugin (in multisite).
What do the status logs show?
Where is that? I can’t find any log or status page.
Forum: Plugins
In reply to: [Fast Velocity Minify] no css file processed in multisiteThank you for this informative answer.
But the question is so why JS files are being processed?! If this scenario is correct, so neither JS nor CSS files should be processed.try this code in your functions.php or bp-custom plugin:
// remove ritch text editor from buddypress profile fileds function antipole_remove_rich_text($field_id = null) { if (!$field_id) { $field_id = bp_get_the_profile_field_id('2'); } $field = xprofile_get_field($field_id); if ($field) { $enabled = false; } } add_filter('bp_xprofile_is_richtext_enabled_for_field', 'antipole_remove_rich_text');
Forum: Reviews
In reply to: [WP Approve User] not work on woocommerceit’s working in my multisite network, one of my blogs has woocommerce enabled on. It’s working, no problem here. wp 4.8
Forum: Plugins
In reply to: [Search Everything] Failed to load se-styles-rtl.csssome plugins (not only SE) have this problem in RTL sites. a simple workaround is to copy the main css file to the rtl-renamed one. The error goes away, but plugin/theme developers should follow the true wp structures as well.
ThanksForum: Plugins
In reply to: [GE RSS Reader Widgets] Feeds not showingyes! I confirm this bug. please fix this issue for this great plugin.
ThanksForum: Plugins
In reply to: [YOURLS Link Creator] problem in bbpressyes I have selected the custom post types “topic” in the settings.
But the other plugin which I can’t remember the name, could generate the yourls links in the front end.
Forum: Plugins
In reply to: [YOURLS Link Creator] problem in bbpresscould you please fix this issue?
Forum: Plugins
In reply to: [Zarinpal Gateway] ???? ????? ?? ????!?? ?? ???? ???? ???? ?? ???? ????? ??? ????? ?? ???? ?????? ???? ?????.
Your wellcome.
As we found another plugin to solve our problem, I change the status to solved. But actually nothing is solved about “BuddyPress Forum Editor”install “tinymce advance” and “bbPress Enable TinyMCE Visual Tab”
then in bbpress settings from the wp dashboard enable “Fancy editor full”now you can change everything in Tinymce Advance, and see the resault in bbpress editor.