Alkorr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing GooglePlus from user profileSame problem for me, unset doesn’t work to remove Google+…
Forum: Fixing WordPress
In reply to: Specific author page depending on authorTo exclude part of the code to be displayed when it’s the admin author page, I tried:
if(!$curauth->nickname;)But it doesn’t work either.
Forum: Plugins
In reply to: [Quick Chat] Use Nickname by default instead of UsernameI changed: $current_user->user_login to $current_user->display_name but it still doesn’t work.
Any help is welcome, thanks!
Forum: Plugins
In reply to: [Quick Chat] Use Nickname by default instead of UsernameAfter a long search, I found an old thread from a year ago in which Marko-M explained how to show Nickname instead of Username.
Marko-M said that the feature of using nicknames is very important so he’ll change this behavior for the next version.
I know this plugin is already great and it needed a lot of work, but if Marko-M read this thread, can he please tell me if it will be changed soon or if I still have to modify quick-chat.php to make it work?
Note that the new quick-chat.php has changed since last year and now $current_user->user_login is used three times in the file… Should I change all three to $current_user->display_name?
Thanks a lot!
Forum: Plugins
In reply to: [Quick Chat] Using Nickname instead of UsernameSure esmi, since it was the same question as RiseCakoPlusplus with more explanation, I thought it was best to post under the same topic.
But I will post a new topic, no problem!
Forum: Plugins
In reply to: [Quick Chat] Using Nickname instead of UsernameIt is a huge problem indeed. Because the Username in WordPress is often the Admin name, many people don’t change it and when you connect to Quick Chat, your Username appears. And this can be a security problem.
The Nickname or ‘Display name publicly as’ should be shown instead.
How can we do that? Thanks for your help!
Forum: Plugins
In reply to: [Quick Chat] Nickname and message on the same lineMe too 🙂
I heard of Flexslider but I installed Meta Slider. It does a lot of things (too many for the use I need) but at least it works with your plugin.
I’m looking forward your slider plugin, if it’s as good and simple as I recommend this, be sure I will install it and spread the word about it! 🙂
Hi Harish, thanks for your help but I decided to change the Slider I use. Because I want to use your plugin and I can’t find a way to make it work properly when the Slider is installer.
Sure, I’m gonna leave a review! 🙂
Hi PoseLab. I get this message once in a while, the Playlist exists for years now.
Because there is no obvious reasons for this problem, I just wanted to let you know…
Forum: Plugins
In reply to: [Youtube Channel Gallery] Remove thumbnails, just have latest videoHi Poselab, that would be fantastic, thank you! 🙂
Hi Harish, thank you for taking the time to check the plugin.
Unfortunately, that is exactly what I’m doing, placing the <script> code right below the slider, but the slider still doesn’t work, unless I deactivate your plugin.
This is very strange… I don’t develop plugins (unfortunately) but maybe from your experience you could find a reason why it still doesn’t work for me.
Your plugin is already disabled on my front page but the slider doesn’t work. What changes when I deactivate it? Why is this the only way to make the slider work?!
Thank you for your help Harish, much appreciated. If an idea comes to you, let me know, your plugin is great and I really want to be able to use it. Thanks again 😉
I tried deregister instead of dequeue, doesn’t work either.
I keep searching 🙂
Thank you Harish! I just tried, when I look at the source code, the plugin script is not loaded anymore but the slider still won’t work.
But when I deactivate your plugin, then the slider works. So I think it still has something to do with your plugin but if it’s not loaded on the front page, why the slider is still not working until your plugin is deactivated? Maybe your plugin is still loaded, in some way?
I’m using a static index.php as a homepage, in case it is of any importance.
Strange, isn’t it?
Harish, sorry to bother you but since you are very busy and I perfectly understand, I try to find a way to work around the conflict by myself.
I try to deregister your plugin so it won’t run on my homepage but I can’t manage to make it work:
add_action( 'wp_print_scripts', 'disable_scripts_function', 100 ); function disable_scripts_function() { if (is_home() ) { wp_deregister_script( 'dot_irecommendthis' ); } }If you can give my a quick help, please don’t hesitate, thanks a lot! 🙂