ravi121923
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Page Cache] Javascript error in latest version – 5.0.1 and 5.0.0Is there any update coming for this fix?
Forum: Plugins
In reply to: [Super Page Cache] Javascript error in latest version – 5.0.1 and 5.0.0Here is the output: https://imgur.com/FcntUnr
I do use litespeed cache plugin
Forum: Plugins
In reply to: [Site Reviews] Class is not correctly adding by this pluginThanks. Now it seems resolved. I want to report one more bug. Because I already found the solution, I am not creating new thread. I just want to let you know the bug so you can fix it.
I have customized stars images and used new star SVG images using the function provided in the plugin’s FAQs section. In 6.xx version, it was working fine.
But after 7.xx version, the issue is, star images do not show. Because of new mask-size css added by plugin. To fix it, I have added CSS:
.glsr-star-empty, .glsr-star-rating--stars[class*=" s"]>span, .glsr-star-full, .glsr-star-rating--stars[class*=" s"]>span.gl-active, .glsr-star-rating--stars[class*=" s"]>span.gl-active.gl-selected{ -webkit-mask-size: 100% !important; mask-size: 100% !important; }
Forum: Plugins
In reply to: [Site Reviews] Class is not correctly adding by this pluginI disagree with you. Try yourself the same shortcode on version 6.xx
It adds class name with class=””
but now, it add class name with data-class=””
it’s breaking all styling done by css after updating the plugin. It will be hassle to update my css classes again to handle data-class instead of class.
Forum: Plugins
In reply to: [Site Reviews] Class is not correctly adding by this pluginyou did not get what I meant. I added custom class to plugin using shortcode, because i wanted to add some style using my custom class name. But instead of adding my class into class=, it added into data-class=
i am using this plugin since a year. I downgraded to old version and its adding classname as expected. But in latest version it doesnt. Please check my query again.
Forum: Plugins
In reply to: [Site Reviews] Hide optional fields from form in frontendThanks a lot.
Forum: Plugins
In reply to: [Super Page Cache] Disable page caching for specific pages with CPTI have already set this to NO. But its showing the option to disable cache on specific pages for posts/pages only. not for custom post types. is there anything extra required to get this option in CPT?
Forum: Plugins
In reply to: [Super Page Cache] Disable page caching for specific pages with CPTPlease ignore my previous message by mistake I sent in this reply. here is my query:
its difficult to goto plugin settings for this task for page specific task. Is there any way I can enable that settings for custom post types? because its available to normal posts, not CPT.
Forum: Plugins
In reply to: [Super Page Cache] Images Lazy loading not workingIts working now after enabling from wprocket side. please ignore my previous response. Thank you for the help.
Forum: Plugins
In reply to: [Super Page Cache] Disable page caching for specific pages with CPTIts working now after enabling from wprocket side. please ignore my previous response. Thank you for the help.
Forum: Plugins
In reply to: [Super Page Cache] Images Lazy loading not workingok
- This reply was modified 1 year, 5 months ago by ravi121923.
Forum: Plugins
In reply to: [Super Page Cache] Images Lazy loading not workingHmm, I have already used this tutorial. i am not sure what’s missing for lazy loading. Maybe you can take a look at my website? I am not sure if I can share the URL here? they might ban my ac for spamming?
Forum: Plugins
In reply to: [Super Page Cache] Disable page caching for specific pages with CPTHmm that should do the job, but its difficult to goto plugin settings for this task for page specific task. Is there any way I can enable that settings for custom post types? because its available to normal posts, not CPT.