Lightwing
Forum Replies Created
-
Also, I did some research. This solution looks promising: https://learn.microsoft.com/en-us/answers/questions/780398/wordpress-plugins-oauth-and-microsoft-365.html
Hope this helps!
Hi, All:
I am also looking for a solution to this issue. SAML, WS-Federation, OAuth are the new authentication methods I can use. Please weigh in.
Thanks!
Forum: Reviews
In reply to: [Gutenberg] Please get rid of Gutenberg!Ditto!
Forum: Plugins
In reply to: [WPS Hide Login] error 404 after logoutSome code to fix this issue:
/* Redirect logout */
add_action(‘wp_logout’,’ps_redirect_after_logout’);
function ps_redirect_after_logout(){
wp_redirect( ‘YOUR URL HERE’ );
exit();
}- This reply was modified 4 years, 10 months ago by Lightwing.
Forum: Plugins
In reply to: [WPS Hide Login] error 404 after logoutI am having this same problem although clearing cache does not resolve the issue. Is there a PHP snippet that would resolve this issue?
Forum: Plugins
In reply to: [Modern Events Calendar Lite] “Add to Calendar” buttonNo worries. It’s all figured out now. If you read my post above yours, you will see why I was confused and how I resolved it. Thanks!
Forum: Plugins
In reply to: [Modern Events Calendar Lite] “Add to Calendar” buttonThanks for the extra info!
Forum: Plugins
In reply to: [Modern Events Calendar Lite] “Add to Calendar” buttonFor anyone in the future who runs into this issue in the future, the instructions the author posted will not help you at all.
This issue appears if you populate Event Details > Links > Event Link form input. My client had already created a blog post for the event and I wanted to link to it not realizing that I should have grabbed the post content and copied it into the Event Editor Text Editor and allowed the MEC engine to create the post (in the ‘events’ custom post type that MEC uses.
If you leave the Event Link blank, it points to the MEC Event page and generates both iCal and Google calendar export buttons at the bottom of the post page. If you populate this input, it will point to a non-MEC page and it won’t have the buttons. Which is why I couldn’t see them and had to spend 5 hours debugging this issue.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] “Add to Calendar” buttonActivating the sidebar widget did not solve my problem. The buttons did not render even after turning everything on. I thoroughly read the instructions on this page:https://webnus.net/dox/modern-events-calendar/export-module/ and this page: https://webnus.net/dox/modern-events-calendar/add-event/
There is some step missing. Would you please just outline the exact steps to get the “Add-to-Calendar” buttons to show on the calendar page? Thank you.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] “Add to Calendar” buttonThank you for your response. I read the documentation and I found the Module > Export Options and everything is checked/turned on. But I can’t see the buttons you screenshotted on either the Event Editor page or the live calendar page. Am I looking in the wrong place?
Forum: Plugins
In reply to: [Modern Events Calendar Lite] “Add to Calendar” buttonAdditionally, is there a way to add a 3rd-party button like this one? `<a href=”https://add.eventable.com/events/606f4de7a200790cad3d2f3f/606f4de9e94c870e8ba7e918″ class=”eventable-link” target=”_blank” data-key=”606f4de7a200790cad3d2f3f” data-event=”606f4de9e94c870e8ba7e918″ data-style=”3″ rel=”noopener”>Add to Calendar</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=’https://plugins.eventable.com/eventable.js’;fjs.parentNode.insertBefore(js,fjs);}}(document,’script’, ‘eventable-script’);</script>`I tried to add it to the “Text” tab in the editor for the event but it displayed the code instead of a button. Please advise. Thanks.
Forum: Themes and Templates
In reply to: [OceanWP] Trigger nav menu with click instead of hoverThanks. There are many Accessibility resources out there and as a busy independent developer I don’t have time to sift through the whole spec. So, I rely on other people’s synopses and one of them outlined that developers shouldn’t use mouseover for nav menu dropdowns—that onClick was the only acceptable method. A deeper reading of 1.4.13 Content on Hover or Focus revealed that my resource did indeed misinterpret the intent of this success criterion.
Thanks for the heads up. There is always more to learn in web tech. If you are not learning something new every single day, you are falling behind!
Forum: Themes and Templates
In reply to: [OceanWP] Trigger nav menu with click instead of hoverThe problem with your attitude is that your theme is not Accessibility Compliant which will lead to reduced sales. Accessibility Compliance is now required in the US and allowing developers to choose click for menu item behavior is one of listed requirements.
@alfie424: I recommend Max Megamenu plugin which offers this option and the developer is very responsive to questions. https://www.megamenu.com/
Forum: Plugins
In reply to: [Yoast Duplicate Post] performance : loading css everywhere?Okay, thanks. I was reviewing the source code while logged in. Just trying to track down performance issues.
Forum: Plugins
In reply to: [LiteSpeed Cache] Can’t register a new account at Quic.CloudIt showed up several hours after initiating in my spam folder.Tks.