cyclissmo
Forum Replies Created
-
Hi, hoping I could reopen this ticket as I haven’t had any luck resolving the issue.
I cloned the production site to a dev environment, disabled every plugin with exception of Jetpack, and the ellipses continues to be a problem.
I would be happy to share access to the dev site as well as my facebook test page.
Thanks
@erania-pinnera thank you, that’s actually great advice. Let me give it a look. If I find that is the case, I’ll check back in with what I discovered and the solution.
Thanks!
Hi @bruceallen the issue affected this page, thought the client manually edited the excerpt so it appears correct now:
https://www.facebook.com/newsismybusiness
But what originally appeared as an example for the top article, “Medplus Solutions marks 10th anniversary with investment, growth plans“, the excerpt above the photo looked like this (note the period, then the ellipses):
As part of its growth process, the company plans to soon expand services to the US mainland….
So just looking into a way to manually, via filter, control whether ellipses need to be displayed or not.
Forum: Plugins
In reply to: [W3 Total Cache] Distribution for Origin not foundThank you, Marko.
Actually what solved this for me was simply changing the origin in the Cloudfront Distribution setup. I didn’t have to modify the S3 bucket.
Forum: Plugins
In reply to: [W3 Total Cache] Distribution for Origin not foundThe only option I see available is a button Create as new bucket with distribution and of course when I click that I get
Error: Bucket already exists: bucket-name
I’d rather not have to create a new bucket, is there another way to solve the issue?
Great thank you, I submitted the form.
Forum: Plugins
In reply to: [Max Mega Menu] Maxmenu JS API – hidePanel() closes mobile menuWith your help I figured it out. Setting focus to the menu link prior to calling
hidePanel()
stops the mobile menu from dismissing:$(document).ready(function() { // mobile only if (Modernizr.mq('(max-width: 1129px)')) { // get all menu bar top-level links var $lis = $('#mega-menu-primary').children('li.mega-menu-item-has-children'); // this is the 'close submenu' button for accessibility var $closer = $('<a role="button" aria-label="close submenu" href="#" class="close_submenu"><span aria-hidden="true">X</span></a>'); $lis.each(function() { var $li = $(this); var $a = $closer.clone(); // inject the 'close submenu' button $li.children('ul.mega-sub-menu').children('li').first().prepend($a); $a.on('click keydown', function(e) { if (e.type === 'click' || e.which == 13) { e.preventDefault(); // the next line prevents the menu from dismissing $li.children('a.mega-menu-link').focus(); var $submenu = $li.children('a.mega-menu-link'); $('#mega-menu-primary').data('maxmegamenu').hidePanel($submenu, true); } }); }); } });
- This reply was modified 3 years, 2 months ago by cyclissmo.
Forum: Plugins
In reply to: [Max Mega Menu] Maxmenu JS API – hidePanel() closes mobile menuIt looks like this segment of code is causing the mobile menu to close, starting on line 435:
$menu.parent().on("focusout.megamenu", function(e) { if ( $menu.parent().hasClass("mega-keyboard-navigation") ) { setTimeout(function() { var menu_has_focus = $menu.parent().find(":focus").length > 0; if (! menu_has_focus) { $menu.parent().removeClass("mega-keyboard-navigation"); plugin.hideAllPanels(); console.debug(arguments.callee); // <- debug plugin.hideMobileMenu(); } }, 10); } });
- This reply was modified 3 years, 3 months ago by cyclissmo.
Forum: Reviews
In reply to: [My Calendar - Accessible Event Manager] Could be excellent, but buggyThat’s great news. For the time being, is there a patch to fix the scheduled dates issues on the current version, I don’t mind copying and pasting code, or maybe upgrading to pro?
Forum: Reviews
In reply to: [My Calendar - Accessible Event Manager] Could be excellent, but buggyYes, the version I am using is community MyCalendar version 3.2.17 on WordPress 5.7.2
Bug: Scheduled events disappear when saving the main event.
- Create a new event, save.
- Edit event, adding scheduled dates using “Add Another Date” button. Dates are added.
- Save event. All added dates disappear.
Bug: Editing a scheduled date causes the date to disappear.
- Select an event with scheduled dates
- Edit a scheduled date
- After saving changes, the date is removed from the event it was associated with.
Issue:
Trashed events appear in Event Groups, which is fine. But to avoid confusion they should be suffixed with “- Trash” or something to indicate they are no longer published.Issue:
Adding an event to an event group seems to be limited to copying an event, which is not intuitive. There should be a button that says add an event to this event group, or something.Maybe I’m doing something wrong with scheduled events, I will update my review and rating if that is the case. I’ll also update it if these are legitimate bugs and they get fixed.
@gdy Very poor review IMO you’re knocking off 3 stars because the plugin author decided to have a nav item? That looks to me like an emotional review rather than an objective one; i.e. it just angered you. The nav item is purposeful and well-executed. I’m using Adminimize to hide it when I present the site to my client.
Forum: Reviews
In reply to: [Timeline Express] Plugin has been abandonedMe too. I couldn’t get any help from customer support, not even an autoresponse email to my support request.
Buyer beware.