Junaid Bhura
Forum Replies Created
-
Forum: Plugins
In reply to: [wp_nav_menu Extended!] Show 3rd level submenusHi @vilmosheim apologies for the delayed response.
Ah I see what you’re saying. This is not possible using this plugin, you might want to take a look at creating a custom WP_Query for this.
Forum: Plugins
In reply to: [Fly Dynamic Image Resizer] Compatible with Smush?Hi @cliffpaulick although there are filters to possibly support this – it is not officially supported!
Forum: Plugins
In reply to: [wp_nav_menu Extended!] Show 3rd level submenusHey @vilmosheim – Have you tried
level
in conjunction withchild_of
?Forum: Plugins
In reply to: [wp_nav_menu Extended!] Show 3rd level submenusHi @chanceaob have you tried this?
wp_nav_menu( array( 'theme_location' => 'main_menu', 'level' => 3, 'child_of' => 'Submenu' ) );
?Forum: Plugins
In reply to: [Fly Dynamic Image Resizer] Will this be compatible with CDN ?@denvamsi I’m closing this topic out since I haven’t heard back from you, but please feel free to continue this discussion here!
Forum: Plugins
In reply to: [Fly Dynamic Image Resizer] Bug in file extension capitalization@dangoodspeed I’ve updated the plugin with a fix to this issue. I’m closing this topic out, but please feel free to continue this discussion here!
Forum: Plugins
In reply to: [Fly Dynamic Image Resizer] Bug in file extension capitalizationHey @dangoodspeed thanks for raising the issue!
I’ve created a GitHub issue for this: https://github.com/junaidbhura/fly-dynamic-image-resizer/issues/38
Please feel free to follow the status of this issue, and continue this discussion there!
Forum: Plugins
In reply to: [Fly Dynamic Image Resizer] Will this be compatible with CDN ?Hey @denvamsi yes, this should be compatible, since it would be on the same server.
The dynamic images are stored in
wp-content/uploads/fly-images
Have you tried setting it up?
Forum: Plugins
In reply to: [Fly Dynamic Image Resizer] How to create webp images?Hi @eimpacteric
I’m not sure of a good plugin, to be honest!
I’m curious to see how many people would want WebP support for this plugin!
Forum: Plugins
In reply to: [Auto Cloudinary] Auto Uploading Elementor Form ImagesHi @ianjsaul thanks for considering this plugin!
This plugin doesn’t work in the way I think you expect. Images are not uploaded to Cloudinary when you upload them to WordPress.
What this plugin does – is just change the URLs on the front-end of the website – to trigger Cloudinary to Auto Upload images to its servers. So the image still exists on the WordPress website – and a copy of it is created on Cloudinary when a user visits your website.
More info here:
https://github.com/junaidbhura/auto-cloudinary/wiki
https://cloudinary.com/documentation/fetch_remote_imagesFurthermore, I’m not sure how well this plugin will work with Elementor. It’s meant to work with WordPress directly without a page builder.
Sorry about that. I’m going to close this ticket out for now, but please feel free to continue the conversation here.
Cheers!
Forum: Reviews
In reply to: [Auto Cloudinary] Insta-crashed my siteThanks for your review. This plugin is incompatible with the official Cloudinary plugin.
You’d need to disable that plugin first in order to use this one.
Forum: Plugins
In reply to: [Auto Cloudinary] Plugin settings disappearedHello all,
Apologies, totally missed this. I’ve now updated the plugin – this should fix the issue!
Forum: Plugins
In reply to: [Auto Cloudinary] Not Uploading ImagesHi there, I’m closing this issue as I haven’t heard from you in a while. Please feel free to reply!
Forum: Plugins
In reply to: [Fly Dynamic Image Resizer] new filter in get_attachment_imageHi @kubiq
Maybe you could use
fly_get_attachment_image_attributes
to remove width and height?Forum: Plugins
In reply to: [Auto Cloudinary] Not Uploading ImagesHi @rlbunch37840 are your images publicly accessible?
Can you add your config here?