Aminul Sarkar
Forum Replies Created
-
Thanks. Personally, I am using this plugin for a while for another website. But I was waiting for a reply, couldn’t wait much longer because this issue kept coming so I wanted to be sure that it was from the plugin or not.
For your information, I am still using this plugin for another website. And sorry guys that I lost my cool. But please be more frequent with your replies.
Don’t worry. I will change my review.
- This reply was modified 2 years, 11 months ago by Aminul Sarkar.
I am not gonna waste a second on this plugin anymore. Your heads only shook when I put that review, before that it was just a free user, so let’s ignore him. And you are not the only one who provides a free plugin. And you are not doing it for charity everybody knows this.
So no need to reply back.
I think I am not gonna get any answer over here. So it’s better I remove this shit plugin. Already wasted enough time.
Sorry. I don’t need to be assisted here. The problem is in the plugin. All I am saying is you guys should fix it on the next update. I helped you with this little information. Fix it or not it’s up to you now.
This plugin will be unusable if you don’t fix this. Upon WooCommerce deactivation, it creates this issue on the site.
Forum: Plugins
In reply to: [QuickSwish - WooCommerce Product Quick View] Shortcode for the buttonThank you. And sorry I didn’t see it.
Forum: Plugins
In reply to: [QuickSwish - WooCommerce Product Quick View] Shortcode for the buttonI can’t see any shortcode you mentioned over here. Can you please provide us the shortcode for the button publicly?
I checked with Astra and WordPress Default themes.
I checked with the other themes too. Same thing. The currency changer button is showing under the description. So it’s definitely not a theme and plugin conflict. Because it’s the same with all themes. You can check. Thanks.
I am creating a custom theme here in localhost. Can’t share a live URL. Let me check.
I updated the version. Looks like they fixed it with the latest version. It is working fine now.
I just pointed the issue for you and not just that also told you which file caused this so that the plugin author could fix it. It was a little help from me. You sent this to the developers, now it’s up to them if they fix it.
I don’t have time to go somewhere else to show this. If they don’t fix it, I will remove the plugin. Simple. There are lots of plugin out there.
How long will it take to fix this?
I found it. I can’t believe that one wordpress id was causing this!! Lol
I was using this code in one of my files for Conditional logic for CMB2 custom fields.
switch( true ) { // init for classic editor case $( '#post' ).length > 0: CMB2ConditionalsInit( '#post', '#post .cmb2-wrap' ); break; // init for gutenberg editor and options pages case $( '#wpwrap' ).length > 0: CMB2ConditionalsInit( '#wpwrap', '#wpwrap .cmb2-wrap' ); break; } <strong>Then I changed the selector '#wpwrap' to '.block-editor', then it started working fine.</strong>
switch( true ) {
// init for classic editor
case $( ‘#post’ ).length > 0:
CMB2ConditionalsInit( ‘#post’, ‘#post .cmb2-wrap’ );
break;// init for gutenberg editor and options pages
case $( ‘.block-editor’ ).length > 0:
CMB2ConditionalsInit( ‘.block-editor’, ‘.block-editor .cmb2-wrap’ );
break;}
Still wondering. What’s the deal with this id ‘wpwrap’ with your plugin? Why was this id conflicting with your plugin?
I tried as you said. But the same thing is happening. It’s strange that the theme is working fine with other plugins except for WP-Optimize.
Anyone from plugin support?