ratsoid
Forum Replies Created
-
To fix it:
Settings > General > Accessibility > Reduce Motion and make sure it’s OFF
I’ve opened a thread on https://github.com/elementor/elementor/issues/8682 probably they can see it faster there
I can check tomorrow on an 8, my guess is it won’t work
2x iphone 7 and one iPad air 2, both not working
I have the same issue on iOS (iphone and ipad)
Edit: I tried changing CSS Print Method, switched browsers, switched devices etc.
- This reply was modified 5 years, 4 months ago by ratsoid.
Forum: Plugins
In reply to: [WP Plugin Update Server] An active license is required to update the plugin.It worked after I flushed the permalinks on the server-site
Forum: Plugins
In reply to: [Front End PM] Is it possible to send message to multiple users?kuddos for groups (maybe being able to select and toggle the users), would be great for admins who want to sent announcements
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] multiple galleries using 3.5 beta issuesI second this. I’m sure the devs will update the plugin soon enough.
Forum: Plugins
In reply to: [Post Type Switcher] Advanced filtering (restrict to specific CPT)This is how I ‘fixed’ it with jQuery (added backend script):
jQuery('.inline-edit-row #pts_post_type').parents('.inline-edit-col-right').hide();
jQuery('#pts_post_type option').each(function(){
var _post_type = jQuery('#post_type');
if(jQuery(this).val() !== 'news' && jQuery(this).val() !== 'post') {
jQuery(this).hide();
}if(_post_type.val() !== 'news' && _post_type.val() !== 'post') {
jQuery(this).parents('.post-type-switcher').hide();
}
});Forum: Plugins
In reply to: Link to previous and next month in archivesHey kirschplunder, did you found a solution for this? I’m very interested in this as well