BackuPs
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Does not work anymore since v 1.0@bianca wp 5 rc3 does not have the block editor build in ….. at least not in my download. So you dont need the classic editor plugin activated on that install when gutenberg plugin is not active.
Hi you can hook into this
https://www.ads-software.com/support/topic/does-nor-work-anymore-since-v-1-0/
Forum: Plugins
In reply to: [Classic Editor] Does not work anymore since v 1.0@chronicle… It does not work at all with wp 50 rc3. If moreover i have setting “Allow users to switch editors” to yes i get a big fatal error in the posts list.
But turning it off still does give me the block editor.
Forum: Plugins
In reply to: [Classic Editor] Does not work anymore since v 1.0I am using wp 5.1 beta ! and also tried 5.0 rc3 it does not work in either of them
You can download the updated files here
save this as wc-quantity-increment.js https://pastebin.com/D17NQwnp
save this as wc-quantity-increment.min.js https://pastebin.com/h3Jfx2Ft
replace by ftp these same two files in the plugins folder called
wp-content\plugins\woocommerce-quantity-increment\assets\js
It seems to me that the add to cart button in the cart page does not trigger any event. Could this be a woo bug that got into one of the latests build?
I found another trigger and that fixes the issue. However am i using the right trigger? Is there a better one to act upon?
If i add this in the quantity-increment.js around line 18
$( document.body ).on( 'cart_page_refreshed', function() { wcqi_refresh_quantity_increments(); });
So now i have this
$( document ).on( 'updated_wc_div', function() { wcqi_refresh_quantity_increments(); } ); $( document.body ).on( 'cart_page_refreshed', function() { wcqi_refresh_quantity_increments(); });
Hi
Can we get support on this?
Can i get support on this? Why does it take so long to get a response that actually solve the issue instead of links to documentation?
First a link to the documentation and now a step by step turning off all plugins and switch to the default theme?
I already tried that. And i can tell you it is also happening then. See image
In the 20-17 theme if i have set a static blog page and a none static homepage the homepage shows the blog title and not the title set for the homepage.
You did not reply to the second issue reported.
Another issue is that the admin backend shows the theme name double. The frontend does not. See issue
Please test and fix the issue as reported step by step.
Hi
Is it possible to get support or a response on this?
Thank you !
Another issue is that the admin backend shows the theme name double. The frontend does not. See issue
Please advice.
Hi
Thank you for the reply, but did you really think i did not set those settings? See image link
If no static homepage and blog page are set it works as it should. See image !
The issue is not resolved.
Please advice.
Forum: Plugins
In reply to: [Hide YouTube Related Videos] Not workingDoes not work in any wp theme. the rel=0 seems to get stripped by WP since version 3.8.3
Forum: Plugins
In reply to: [Custom Login Page Customizer] backgroudn image size@normancates i am sorry i never replied, but it does not work as you discovered also. I just recoded the plugin to make it work.
Forum: Plugins
In reply to: [Classic Editor] Classic Editor UseHi
Thank you Andrew for explaining !