Shishir Raj Adhikari
Forum Replies Created
-
Forum: Reviews
In reply to: [W2O Admin Dropdown Menu] Not compatible with Admin Menu EditorThanks Ray for the note. Enjoy and have fun.
Forum: Plugins
In reply to: [W2O Admin Dropdown Menu] Re: Toolbar hiding plugin optionsHi Rodney,
After thinking for a while, I thought it would be wise enough to implement your suggestion regarding the fixes for CSS issue caused by Wordfence (the one related to hiding Wordfence “Save Setting”) in my plugin itself. So in new version 3.0 (just released), I have included that CSS fixes. This mean you now don’t need to add the php code that I suggested previously in your functions.php with version 3.0 (and onwards).
By the way, with the new version 3.0 it’s now also compatible with “Admin Menu Editor” plugin (Ray Gulick one of the genuine user like you, suggested me for this). I thought to let you know about this in case you are using “Admin Menu Editor” plugin along with mine.
Regards,
ShishirForum: Plugins
In reply to: [W2O Admin Dropdown Menu] Not work with SSLHi Dittox,
Did my previous suggestion worked for you? Let me know if you need my help.
By the way, a new version 3.0 of “W2O Admin Dropdown Menu” has been released. Hope that works for you too.
Regards,
ShishirForum: Reviews
In reply to: [W2O Admin Dropdown Menu] Not compatible with Admin Menu EditorHi Ray,
Your suggestion has been taken care of. With the new released version 3.0, the “W2O Admin Dropdown Menu” is compatible with “Admin Menu Editor” plugin. It works perfectly with the latest version of “Admin Menu Editor” plugin.
I hope my plugin “W2O Admin Dropdown Menu” becomes useful to you now. Please download or upgrade to the latest released version 3.0.
I hope I deserve 5 star now from you as well ??
Regards,
ShishirForum: Plugins
In reply to: [W2O Admin Dropdown Menu] Re: Toolbar hiding plugin optionsYou are always welcome Rodney. Have a great day!
Let me know if you find any issues further.
Thanks,
ShishirForum: Plugins
In reply to: [W2O Admin Dropdown Menu] Re: Toolbar hiding plugin optionsHi Rodney,
Like I had mentioned before, the problem was because of the encoding. The single quote and double quote are turned to different quote after I posted here. So you just need to replace all those single quote and double quote into its proper quote. OK, follow these steps:
1. Copy the whole code that I had provided and paste it into a notepad.
2. Replace the single quotes and double quotes with its appropriate quote
3. And then finally copy the codes from your notepad and paste it into functions.php file.If you have problem in doing so, email me at [email protected] ,and I will email you the code in a txt file, makes sense?
Regards,
ShishirForum: Plugins
In reply to: [W2O Admin Dropdown Menu] Re: Toolbar hiding plugin optionsHi Rodney,
I checked this issue thoroughly, and found that the Wordfence CSS has hardcoded the style for its “Save Settings” div as top:32px. This means that the issue is actually not because of the w2o plugin. It is just that the w2o top menu when doubles up, it hides the Wordfence “Save Settings” section because of the fixed top position (i.e. 32px) the Wordfence uses for that section.
Such issue can be caused by other plugins as well if they uses such fixed top position or height.
Since it’s not the generic problem of W2O plugin, I will not make an adjustment into my W2O plugin. But I will provide a fixes for you. Please add the below code in your theme’s “function.php” to fix this issue.
The below code will adjust the Wordfence “Save Setting” and will make it visible. Make sure to replace the encoded strings/tags with it’s proper tags. If you need help let me know.
function custom_wf_css_append() {
$style = ‘<style type=”text/css”>
.wf-options-controls {
top:inherit !important;
left: 0 !important;
}
</style>
‘;
echo $style;
}
if ( is_admin() ) {
add_action(‘admin_head’, ‘custom_wf_css_append’);
}Regards,
Shishir- This reply was modified 6 years, 6 months ago by Shishir Raj Adhikari.
- This reply was modified 6 years, 6 months ago by Shishir Raj Adhikari.
- This reply was modified 6 years, 6 months ago by Shishir Raj Adhikari.
Forum: Plugins
In reply to: [W2O Admin Dropdown Menu] Re: Toolbar hiding plugin optionsHi Rodney,
Thank you for posting this issue. Let me check and see if I can figure out the best way to overcome this issue. Give me some time, OK! Thanks.
Regards,
ShishirForum: Plugins
In reply to: [W2O Admin Dropdown Menu] SCREEN OPTIONS & HELP TABS NOT WORKINGHi Rodney,
The issue has been fixed now and a new version 2.0 has been released. Thank you for reporting the issue to me. Thanks a lot.
Regards,
ShishirForum: Plugins
In reply to: [W2O Admin Dropdown Menu] Not work with SSLHi Dittox,
Thanks for describing it in detail. It’s very hard to replicate the same issue you are facing on my end. I tried with various options to replicate the issue on my end but didn’t find the issue. I even tried by using woocommerce bulk edit plugin but still could not replicate the issue you are facing.
Can you do me a favor for the last time. Can you follow the below step and let me know what you encounter:
1. Clear your cache if you are using any cache plugin.
2. Deactivate all the plugin you are using like you do it by renaming them.
3. Before activating any plugin, you first activate this w2o plugin only.Then let me know if it works or not. I am asking you to do this to be sure that other plugin or cache isn’t the culprit for the issue.
If you still encounter the same issue then the only way to figure out the problem is to debug into your site (admin panel) by myself. And for this I will need access to your site’s admin and FTP so that I could check it thoroughly. Don’t worry I won’t charge you for this. If you wish to give me the necessary access of your site and FTP then please email me at [email protected]
Thanks.
Regards,
ShishirForum: Reviews
In reply to: [W2O Admin Dropdown Menu] Not compatible with Admin Menu EditorHi Ray,
Thanks for your feedback. Yes, you are right that the plugin ignores changes made by “Admin Menu Editor” plugin. In simple word, the plugin is currently not compatible to “Admin Menu Editor”.
I shall take your suggestion positively and will try to make the plugin compatible to “Admin Menu Editor” later, may be in the future versions.
Sorry for not being useful to you now.
Thanks,
ShishirForum: Plugins
In reply to: [W2O Admin Dropdown Menu] SCREEN OPTIONS & HELP TABS NOT WORKINGHi Rodney,
Thank you for your feedback. Yes, you are right that the screen options and help tabs are not working. I will work on this and make these tabs workable. Give me some time, OK?
By the way, Thanks for liking this plugin. It really means a lot to me. Thanks.
Regards,
Shishir- This reply was modified 6 years, 7 months ago by Shishir Raj Adhikari.
- This reply was modified 6 years, 7 months ago by Shishir Raj Adhikari.
Forum: Plugins
In reply to: [W2O Admin Dropdown Menu] Not work with SSLHi Dittox,
Thank you for your feedback.
I had tested before and tested it today as well with SSL (https) and it’s working fine on my end. Looks like some other plugin that you are using is causing such issue/conflict. Could you please check by disabling each plugin one by one, and then let me know your feedback?
By the way, Thanks for liking my plugin, and it really means a lot to me.
Regards,
ShishirForum: Plugins
In reply to: [W2O Admin Dropdown Menu] Plugin CompatiblityHi Amir,
Thanks for letting me know the problem getting resolved without modifying any plugin ??
Anyways, thank you very much for using my plugin.
Thanks,
ShishirForum: Plugins
In reply to: [W2O Admin Dropdown Menu] element on horizontal menu disepearsThank you Li-An for responding back to me. I recently added a “Donate” link. If you like this plugin and want to donate something to me, click the “Donate to this plugin” button on the right side of the plugin page.
Lastly, thank you once again for using my plugin. Always feel free to suggest me or post any bugs. I am here to help you.
Thanks,
Shishir