MarkBosky
Forum Replies Created
-
Update: Turns out this is related to images being included as base64. One of my users inserted/pasted an image into the Toggle widget section as base64 code rather than as <img>. Converting these super-long base64 strings to regular HTML <img> tags resolved the problem.
Ahh, I didn’t notice the auto alternate page option. Thanks for the quick response.
Forum: Everything else WordPress
In reply to: Delete my forum posts.The lack of ability to delete self-posted forum topics/posts is a very bad user experience and certainly has negative privacy implications. www.remarpro.com team should seriously reconsider this odd policy. I suspect the lack of deletion ability is also a violation for GDPR and other privacy law compliance despite your reply with a 5 year old post.
- This reply was modified 1 year, 5 months ago by MarkBosky.
For me it only happens when the Elementor page is in “draft”. I can publish an empty page and open it after that, but if the page is a draft, the Elementor editor doesn’t load.
Experiencing the same here.
editor.min.js?ver=3.15.0:2 Uncaught TypeError: Cannot convert undefined or null to object
at Function.entries ()
at loopBuilderModule.createDocumentSaveHandles (editor.min.js?ver=3.15.0:2:64105)
at loopBuilderModule.onElementorFrontendInit (editor.min.js?ver=3.15.0:2:63775)
at p (backbone.min.js?ver=1.4.1:2:3644)
at f (backbone.min.js?ver=1.4.1:2:3497)
at a (backbone.min.js?ver=1.4.1:2:692)
at e.trigger (backbone.min.js?ver=1.4.1:2:3380)
at Editor.initFrontend (editor.min.js?ver=3.15.1:3:558627)
at Editor.onPreviewLoaded (editor.min.js?ver=3.15.1:3:571570)
at Editor.onPreviewLoaded (editor.min.js?ver=3.15.1:3:1111290)The latest update seemed to have resolved this issue. Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Un-dismissible Admin Import NotificationImport complete!
2 new events were imported.Forum: Plugins
In reply to: [The Events Calendar] Fatal Error (500) – 5.16.1 UpdateThe bug happens specifically when the “Events View” Elementor Widget is set to “Month” view with “categories” included. If view is switched to “List” or “Categories” are removed the widget and page load.
Both category inclusions and exclusions are broken.
Forum: Plugins
In reply to: [The Events Calendar] Fatal Error (500) – 5.16.1 UpdateSo this actually appears to be an issue with the “Events View” TEC Elementor Widget. I get the error on any page that contains that widget.
Forum: Plugins
In reply to: [The Events Calendar] Next Month Picker BrokenResolved.
The issue was due to enforcement of a trailing slash. I amended the server directive to disregard URLs from the REST API which fixed the issue.
For anyone experiencing the same issue, take a look at this article: https://docs.wp-rocket.me/article/131-redirection-to-enforce-trailing-slash-on-urls
Forum: Plugins
In reply to: [Unlimited Elements For Elementor] Disable Font AwesomeResolved. Found the option to remove dependency in the individual widget settings.
UE -> Widgets -> Edit Widget -> js/css includes tab -> untick “Font Awesome”
Forum: Plugins
In reply to: [The Events Calendar] CSS for single view@robanna Something changed with the single event styling in 5.5.0, but apparently you can override the update by adding a WP constant to you wp-config.php.
Bypass single event style changes
The following constant can be added so that the updated single event styles can be overridden by any customizations that you’ve made there.define('TRIBE_EVENTS_SINGLE_VIEW_V2_DISABLED', true);
Forum: Plugins
In reply to: [Melapress File Monitor] Allowed Subdirectories Still Being FlaggedThanks @robert681
The v1.7.1 update seems to have remedied the issue.
I appreciate your responsiveness and hard-work.
Forum: Plugins
In reply to: [The Events Calendar] Hide Location Search Option Missing From Settings PageThanks for the suggestion @sjaure. Adding-in my own Google Maps Javascript API key did indeed bring back the option.
Thanks.