mln83
Forum Replies Created
-
Forum: Reviews
In reply to: [JCH Optimize] This plugin broke my wordpressIt is the best tool that I have found for WordPress but as with any tool you need to know how to use it 🙂
I recommend this guide to get you started:
https://www.jch-optimize.net/documentation/configuring-and-using-the-plugin.html#getting-startedForum: Plugins
In reply to: [WP Idea Stream] Disable interfering plugins using Plugin OrganizerYes in my case that would be a good solution if buttons from certain troublesome plugins could be removed/hidden from IdeaStream Visual Editor.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Potential replacement for Q2W3Hi mark,
Thanks for the quick response.
Yeah, I can understand that the admin side of things could be a bit of a pain. Some suggestions for the admin side:
Have a general Settings page where people can set up the basic constraints for the sticky element(s) like:
Space between top of page and sticky element.
Check for Admin Toolbar.
Do not stick element when screen smaller than: (optional) ?
Do not stick element when screen larger than: (optional) ?
Z-index: (optional) ?
Push-up element (optional): ?
Dynamic mode: ?
Debug mode: ?Then Add a new tab called Element(s). Inside this tab have options for:
Sticky Element 1: * ? (required)and then an ADD button below the sticky element where people can add a new element.
These are just some ideas. Thanks again for crafting this useful plugin 🙂
Best regards,
MichaelForum: Plugins
In reply to: [Comments - wpDiscuz] Issues with WordPress Social Login IntegrationHi @gVectors team,
Thanks for the feedback and sorry for delayed response. I decided to disable the social connection for the time being. I will be sure to let you know if I make any further progress on this issue.
Best regards,
MichaelForum: Plugins
In reply to: [BuddyDrive] Unassigned user role gets maximum quotaHi @imath,
I believe that you are right. It is an issue with WSL.
Thank you for getting back on this issue I really appreciate the support. I’ll be sure to experiment with the code you provided.
Best regards,
MichaelKeeps popping up!
Forum: Plugins
In reply to: [Maintenance] Bug 2.7.1Forum: Plugins
In reply to: [WP Idea Stream] Select featured image from front-end?I see that a similar question/suggestion was posted here: https://wordpress.org/support/topic/featured-image-for-ideas?replies=4
Still it would be great if site users could upload an image from the front-end.
Best regards,
MichaelForum: Plugins
In reply to: [DrawIt (draw.io)] Sanitize SVG following "Save"/Upload from draw.io?I checked with draw.io developers and they do not sanitize the SVG files. They have no plans to implement this feature, so it will be up to the end-user to sanitize the files.
This could be a good feature to have in DrawIT. Perhaps pass it through SVG-Sanitizer (described above) before it will be saved on the server.
Best regards,
MichaelHi Justin,
Cool! Thanks for the feedback.
Best regards,
MichaelForum: Plugins
In reply to: [Sticky Menu & Sticky Header] Potential replacement for Q2W3Sounds cool!
I understand that it’s not a straightforward thing to do. I can imagine a few possible ways of achieving it. Some ideas:
Option 1:
Encapsulation around sticky elements:<div id="catcher"> <!--catcher--> Insert sticky elements (IDs / DIVs) inside this one. </div>Potential problem: could cause issues with stylesheets.
Option 2:
Calculate relative position based on reference element:<div id="ID1"> <!--catcher--> </div>Height: 100px
<div id="ID2"> <!--catcher 2--> </div>Height: 200px
+100px from previous element<div id="ID3"> <!--catcher 3--> </div>+100px + 200px from previous element
Problems: A lot of bookkeeping.
Option 3:
Have a look at code inside Q2W3:
https://wordpress.org/plugins/q2w3-fixed-widget/Anyway I look forward to seeing what you come up with 🙂
Best regards,
MichaelForum: Plugins
In reply to: [WP Idea Stream] Ideastream issue with draw.io pluginI am using draw.io on my site as well and I see similar issues. Until someone with more experience have time to test it I have disabled the tinyMCE button in IdeaStream. Follow this link if you want to learn more:
https://wordpress.org/support/topic/disable-interfering-plugins-using-plugin-organizer?replies=2Best regards,
MichaelForum: Plugins
In reply to: [WP Idea Stream] Disable interfering plugins using Plugin OrganizerFor anyone having similar issues:
As a temporary workaround, I am using the standard
id-button-class { display: none; }to hide the troublesome tinyMCE buttons. It does have some side-effects on other pages, however. So you may need to experiment a bit.
Best regards,
MichaelForum: Plugins
In reply to: [Sticky Menu & Sticky Header] Potential replacement for Q2W3FYI: Before I found this plugin I also considered geeking around with this code:
https://blog.hartleybrody.com/creating-sticky-sidebar-widgets-that-scrolls-with-you/Which is basically another way of sticking multiple IDs.
Hi guys,
You may also want to check out:
https://wordpress.org/plugins/rendez-vous/It’s pretty cool to allow people to meet up for a project.
Best regards,
Michael