admin管理员组文章数量:1130349
I use "Resize image after upload" plugin for my customers. Because they are lazy and dont optimize image before upload. But it is not good for sliders. I use Slider revolution. How can I do that when I work with Slider Revolution, this plugin will deactive in slider revolution pages? I think we can do it with URL stucture or another method.
I use "Resize image after upload" plugin for my customers. Because they are lazy and dont optimize image before upload. But it is not good for sliders. I use Slider revolution. How can I do that when I work with Slider Revolution, this plugin will deactive in slider revolution pages? I think we can do it with URL stucture or another method.
Share Improve this question asked Dec 29, 2018 at 14:23 Cavid MuradovCavid Muradov 215 bronze badges 2- That might be too late. Does the resize plugin change how the images are stored on disk, or does it resize on the fly when images are used? If it never stored the highest resolution image then you'd need to do more than just disable the plugin on the one page. – Rup Commented Dec 29, 2018 at 14:49
- No, I mean disable this plugin in slider revolution page. I think when I upload image in Slider Revolution page, then image will not resize, because plugin is disable – Cavid Muradov Commented Dec 29, 2018 at 20:05
1 Answer
Reset to default 0Instead of disabling the plugin, you should try increasing the container of the slider. It will make the images fit there perfectly.
You can do it by adding these codes to the custom CSS of the Customizer:
#x-content-band-3 .x-container.width{
width:100%
}
.rev_slider_wrapper{
height:350px;
}
.rev_slider{
height:350px;
}
I use "Resize image after upload" plugin for my customers. Because they are lazy and dont optimize image before upload. But it is not good for sliders. I use Slider revolution. How can I do that when I work with Slider Revolution, this plugin will deactive in slider revolution pages? I think we can do it with URL stucture or another method.
I use "Resize image after upload" plugin for my customers. Because they are lazy and dont optimize image before upload. But it is not good for sliders. I use Slider revolution. How can I do that when I work with Slider Revolution, this plugin will deactive in slider revolution pages? I think we can do it with URL stucture or another method.
Share Improve this question asked Dec 29, 2018 at 14:23 Cavid MuradovCavid Muradov 215 bronze badges 2- That might be too late. Does the resize plugin change how the images are stored on disk, or does it resize on the fly when images are used? If it never stored the highest resolution image then you'd need to do more than just disable the plugin on the one page. – Rup Commented Dec 29, 2018 at 14:49
- No, I mean disable this plugin in slider revolution page. I think when I upload image in Slider Revolution page, then image will not resize, because plugin is disable – Cavid Muradov Commented Dec 29, 2018 at 20:05
1 Answer
Reset to default 0Instead of disabling the plugin, you should try increasing the container of the slider. It will make the images fit there perfectly.
You can do it by adding these codes to the custom CSS of the Customizer:
#x-content-band-3 .x-container.width{
width:100%
}
.rev_slider_wrapper{
height:350px;
}
.rev_slider{
height:350px;
}
本文标签: Disable plugin in spesific page without plugin
版权声明:本文标题:Disable plugin in spesific page without plugin 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749058380a2309713.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论