mpmchugh
Forum Replies Created
-
Hi Kevin,
Thanks for the reply. I’ll certainly reach out to Elegant Themes, the Divi developers, but it seems Lazy Load for Videos is doing something very low level that would be difficult for them to work around. And then it would have to be dealt with individually by all the the other page builders as well—Elementor, WP Bakery, etc.I suggested the “by enclosing class” possibility, as there are other similar plugins that have such an option. Lazy Load for Videos seems to be the best at what it does, so I was just making the suggestion to improve it’s compatibility for more users.
It also might be worth considering making your plugin optionally use its own shortcode-—e.g. [lazy-video src=””] or something like that—-to only lazy load videos using the Lazy Load for Videos shortcode.
This would allow much wider compatibility, as it optionally wouldn’t be globally applied, and the user could use it as needed. i.e. people using page builders could just use the shortcode on their blog posts and none builder-built pages, for instance.
Another option to consider is a per page/post control that enables or disables Lazy Load for Videos for that page or post. A lot of caching plugins have options to disable their features on a per-page/post basis.
Either of these would make Lazy Load for Videos a lot more compatible with people’s specific site setups, themes and other plugins.
Thanks,
MichaelForum: Plugins
In reply to: [Lazy Load for Videos] Vimeo video and preview images don’t load on DiviJust curious if you’re trying to use this within Divi Builder built pages, or just on regular Classic or Gutenberg edited pages.
I found it works on Classic or Gutenberg edited pages, but it actually breaks the Divi Builders own Video module used elsewhere, which is unfortunate.
So there’s definitely a conflict with Divi on at least one level, if not more.
Just prefixing a “.post-snippets ” to the offending selectors seems to work…
.post-snippets [data-icon]:before { font-family: "post-snippets" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .post-snippets [class^="wp-ps-"]:before, .post-snippets [class*=" wp-ps-"]:before { font-family: "post-snippets" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
Forum: Plugins
In reply to: [Download Manager] How to display Category Image?I’m dropping in a category using a shortcode like this:
[wpdm_category id=”df-logos,” cols=”1″ toolbar=0 item_per_page=10 template=”link-template-default.php”]
Forum: Plugins
In reply to: [Sign In With Google] Restrict to Domain, Multiple DomainsAny progress on this? Having the same issue. Need two domains to have access, but cannot.
Thanks. It’d be a useful addition.
Regarding the other “Regenerate Thumbnails”, it is not compatible with ShortPixel, as it can completely delete all your optimization data.
That’s unfortunate as it works to regenerate Thumbnails individually and in bulk, whereas I can’t get yours to work in bulk at all. I’ve opened a new ticket here:
https://www.ads-software.com/support/topic/cant-bulk-regenerate-at-all/
Ah. Okay. Thanks. Look forward to a fix.
Forum: Plugins
In reply to: [Gutenberg] Gutenberg won’t save with WordPress running in a subdirectory…Well, never mind. I copied the site to a staging server to see if it was happening there, and it wasn’t, so I restored it back from staging, and the problem seemed to go away. Very odd. No idea why, but it’s working, so marking resolved.
Thanks for the follow-up. The issue seems to have resolved itself on a few sites, so not sure of it was another plugin update, or more likely updates/tweaks to the server that resolved the uploading issues.
The Meta Slider preview still does not load though. Just get a perpetually spinning loading icon, but that’s not a necessity.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Change “brands” permalink to another wordIs there something that can be entered into the “Slug” field to have no slug for brand pages?
If not, how can one remove the slug for brand pages?
I found a previously posted function, but it no longer works.
Thanks,
mpmNot at all. It’s unusually blank.. which is good:
https://www.dropbox.com/s/bqeizgca5l0c9w9/Screenshot%202020-04-27%2003.08.25.png?dl=0
I’ll have to check with our host tomorrow, and see if they can see anything as it’s happening. Oddly I”m not seeing this issue on any fo our other sites on the same VPS.
Anyway, thanks for the suggestion.
-Michael
Thanks for the reply.
Yes. Just deactivate everything but MetaSlider:
https://www.dropbox.com/s/n6yfvhhmzam2ihl/Screenshot%202020-04-27%2002.45.48.png?dl=0Uploads still hang at the same point, either inside MetaSlider, or in the Media Library:
https://www.dropbox.com/s/uj07gecslg2suap/Screenshot%202020-04-27%2002.46.36.png?dl=0
https://www.dropbox.com/s/uwengcju3cptbct/Screenshot%202020-04-27%2002.45.12.png?dl=0They get to 100%, it seems, but never “finish”, but then a few minutes, they sometimes show up in the Media Library, but not always.
Now, I just deactivated MetaSlider as well, and it’s still happening, though not always. Odd. Sorry I thought it was possibly MetaSlider, as it wasn’t happening before I’d installed it, but I guess something else it going on entirely. :-/
Thanks,
MichaelForum: Plugins
In reply to: [WooCommerce] CSV Import stalls showing no progress at all (Multisite)Hi Phillip,
It turns out the issue was the product images file uploads were stalling out the import.
Still not sure why, but I got around it by pre-uploading the images to the same directory as the import file and just used the file names in place of the full paths, and it worked fine then.
It was actually a lost fast too, as the images were already uploaded.
Still not sure why to had a problem uploading the images during the import. I’d never had that issue before. I had a hunch it was the images as after a few tried it seemed to only be uploading the first images or two.
Odd.
Thanks,
MichaelHi Ben,
I added it to our child theme’s functions.php file:
// Email Customizer Permissions add_filter('kt_woomail_capability', 'custom_kt_woomail_capability'); function custom_kt_woomail_capability( $capability ) { return 'edit_others_pages'; }
And when I log in with a Shop Manager role, both which have the required permissions, I get this error when selecting Email Customizer from the WooCommerce menu:
You need a higher level of permission.
Sorry, you are not allowed to customize this site.
-Michael
- This reply was modified 4 years, 7 months ago by mpmchugh.
Forum: Plugins
In reply to: [WooCommerce] Priority products?You can reorder products via the main Products admin page.
There’s Sorting link at the end of the links at the top after All, Published, Drafts, etc.
That will override the “Default” order that’s usually the default, if not set to something else.
-mpm