Guss77
Forum Replies Created
-
I can verify that in the “onboarding wizard”, if you notice on the 5th page that of the 7 items on the page, one of them has a blue checkbox that can be toggled off – and you do that, or otherwise ignore the large purple “Next” button and click the small simple link next to it labeled “skip for now” – then Monster Insights does not automatically install and enable a bunch of plugins that you don’t need and may conflict with other stuff you have.
This is what we call in the business a “dark pattern” – the Monster Insights onboarding wizard doesn’t “recommend plugins”, it tries to trick you into not opting out from installing their additional plugins.
There are ways to recommend additional needed or optional plugins – some other WordPress plugins do it well: maybe there’s a section in the plugin settings called “recommended plugins”, or there’s a notification box saying “click here to install these additional recommended plugins”, and if you ignore these (or close the notification) then by default – nothing happens, which is how it should work.
Its probably because the “free version” doesn’t support short codes.If you have any pages that need short codes to work – you either need to pay for the WPTouch Pro version ($80/year minimum) or have a broken website.
The other option is to implement a workaround – the “Process short codes” feature (that you can find under the WPTouch settings “compatibility” section) does not actually require any “pro code” and just triggers a built-in WordPress functionality. It is easy to modify the stored
wpts_wptouch_pro
setting to re-enable it.Currently I solved this by commenting out lines 1885-1886 in wp-includes/class-wp-customize-manager.php .
This may or may not be an acceptable workaround for you.
I have the same issue for a while – blank preview area – where a recent Firefox update started explaining why, which is the Content Security Policy.
Customizer sets “Content Security Policy” as a security measure to disallow loading the customizer preview from other sites. This breaks my installation of WordPress multisite with custom domain names, as the admin panel is always shown on the original (multisite) domain but customizer always sets the Content Security Policy restriction to the custom domain.
I don’t yet have a solution.
Forum: Plugins
In reply to: [Coupon Generator for WooCommerce] Stuck on step 3This is the object in the log:
WP_Screen Object
(
[action] =>
[base] => %d7%95%d7%95%d7%a7%d7%95%d7%9e%d7%a8%d7%a1_page_woocommerce_coupon_generator
[columns:WP_Screen:private] => 0
[id] => %d7%95%d7%95%d7%a7%d7%95%d7%9e%d7%a8%d7%a1_page_woocommerce_coupon_generator
[in_admin:protected] => site
[is_network] =>
[is_user] =>
[parent_base] =>
[parent_file] =>
[post_type] =>
[taxonomy] =>
[_help_tabs:WP_Screen:private] => Array
(
)[_help_sidebar:WP_Screen:private] =>
[_screen_reader_content:WP_Screen:private] => Array
(
)[_options:WP_Screen:private] => Array
(
)[_show_screen_options:WP_Screen:private] =>
[_screen_settings:WP_Screen:private] =>
)This explains the problem. The first “woocommerce” string in the screen ID is translated to Hebrew on this site. I’m not sure what generates it, but it clearly comes from Woocommerce itself and its a translatable string.
Forum: Plugins
In reply to: [Coupon Generator for WooCommerce] Stuck on step 3That indeed solved the problem – I get the correct styling and the progress bar finishes and coupons are generated.
should I leave the code like that or is there another fix I should do?
Forum: Plugins
In reply to: [Coupon Generator for WooCommerce] Stuck on step 3Sorry, should have checked that as well.
Using Firefox, when I click generate coupons, I get this error in the console:
ReferenceError: WCCG_Generator is not defined[Learn More]
admin.php:370:11
<anonymous>
https://giborim.roleplay.geek.co.il/wp-admin/admin.php:370:11
i
https://giborim.roleplay.geek.co.il/wp-admin/load-scripts.php:2:27444
fireWith
https://giborim.roleplay.geek.co.il/wp-admin/load-scripts.php:2:28213
ready
https://giborim.roleplay.geek.co.il/wp-admin/load-scripts.php:2:30004
K
https://giborim.roleplay.geek.co.il/wp-admin/load-scripts.php:2:30366From looking at the relevant line (admin.php:370) in Firefox dev console, it looks like the “minimum_amount” form input line, and there is no Javascript there.
In Chrome the dev console says this:
admin.php?page=woocommerce_coupon_generator&step=3:370 Uncaught ReferenceError: WCCG_Generator is not defined
at HTMLDocument.<anonymous> (admin.php?page=woocommerce_coupon_generator&step=3:370)
at i (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,farbtastic,quicktags&ver=4.9.4:2)
at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,farbtastic,quicktags&ver=4.9.4:2)
at Function.ready (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,farbtastic,quicktags&ver=4.9.4:2)
at HTMLDocument.K (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,farbtastic,quicktags&ver=4.9.4:2)There are otherwise no notices in any of the other steps.
Forum: Plugins
In reply to: [Coupon Generator for WooCommerce] Stuck on step 3Sorry, forgot to add some details.
Versions:
– WordPress: 4.9.4, Multisite
– Woocommerce: 3.3.4
– Coupon Generator: 1.0.1There is also looks to be a problem with the style of the plugin – its pages are completely unstyled – just text with no images or colors. This may or may not be related to the fact that the site in question is using the Hebrew version of WordPress (right to left rendering order).