Victor K. Nip
Forum Replies Created
-
Thanks, Sebastian!
It now works perfectly!
I only lost the code that I wanted to paste, so it’s really no big deal. Thank you very much for working on it!
I’m afraid I cannot let you log into my clients’ sites, but I followed your points to try. After some testing, I can confirm it is not a conflict with the theme and plugin, as I have disabled all other plugins and used the default theme for testing and the same issue occurs.
This issue has occurred in the last few weeks in a all the sites with the latest version of Microthemer that I have been working on. The way to work around is not using the Custom CSS editor and create the codes individually. Sometimes when I delete all the codes from places other than the Custom CSS editor, the blue dot will not disappear until I delete the invisible tab that remains in the Custom CSS editor.
@champsupertramp, is it possible to keep the sorting and filtering selected in member directory before he approval?
Hi @reedock,
I suppose you can do something like this:
//$profile_url = UM()->user()->get_profile_link( $user_id ); $referrer_url = $_SERVER['HTTP_REFERER']; //$url = add_query_arg( array( 'um_action' => $id, 'uid' => $user_id ), $profile_url ); $url = add_query_arg( array( 'um_action' => $id, 'uid' => $user_id ), $referrer_url );I want to keep the same sorting and layout but I cannot figure out how to.
- This reply was modified 4 years, 9 months ago by Victor K. Nip.
The code works. Thanks a lot!
I am using the latest version 2.2.2. You and I did the approval differently, though. I did the approval on the member directory page (list view) without going through the pending member’s page. I’d expect the behavior to be staying on the member directory page. If not it should go to the member’s page, not the admin’s page.
In any case, I followed your method and it works as you described.
I have a similar problem. I am using Simplified Chinese, Hong Kong Traditional Chinese, and English with qTranslate X. In both billing and shipping addresses, when the plugin is turned on, only Town/City and State are translated properly into the 2 Chinese languages. There is no such problem when the plugin is turned off.
Forum: Plugins
In reply to: [Image Caption Hover Effects] Error messageI have the same problem. What is the solution?
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Disable dragging image left to rightIs it possible to make this a default or an option in your future release?
Forum: Plugins
In reply to: [WPGlobus] Menu translations falling outI had the same problem after I upgraded to WordPress 4.5.1. After a few times I downgraded my WordPress back to 4.4.2 and everything is fine. So I think there is some compatibility issue here between the pligun and WordPress 4.5. FYI the languages I am using are Traditional Chinese, Simplified Chinese, and English.