Code comments of //
break js when markup is compressed. All comments really should be php comments and not output within the source of the site… See below.
// replace 1 with ${accountId} in release string
]]>
There is a slight issue with the instructions given to your customers for installation of this plugin. A WordPress maintainer with a few hours on the clock will get it right, but still, the error is there and very confusing for the absolute beginner.
Steps to install SmartCode using VWO WordPress plugin
- <u>Download the plugin from here</u> or search for the VWO plugin in the WordPress directory.
- Follow the plugin installation steps: either it is automatic or you need to extract the .zip file and transfer the files to your blog’s /wp-admin/plugins/directory.
not only is the missing space before directory
misleading, more importantly, the correct folder is wp-content/plugins
, not wp-admin/plugins
.
Again, people who have worked with WordPress before will understand, but an absolute beginner might be puzzled.
Now I do not know how, when or wherefrom this information is sent, but I got this forwarded from a client and noticed the issue and hope to have been of service reporting it.
Kind regards. Remon.
]]>In the file visual-website-optimizer.php, function get_vwo_clhf_script_async_code and on line 91, there is a comment in the javascript code that is open and not closed// Fix: wp-rocket (application/ld+json).
This alone is not a bug. However, in situations where the page code sent to the browser is compressed (and thus line breaks are eliminated), as the comment block is not opened and closed (With /* */
), the browser ends up interpreting things as comments that it shouldn’t.
In this image you can see the code being interpreted as a comment in Chrome https://ibb.co/LpyspFF
Would it be possible for you to make the correction?
]]>A couple deprecation notices in the plugin on PHP 8 installations. Would love to see these resolved!
[24-Oct-2022 21:29:59 UTC] PHP Deprecated: Required parameter $settings_tolerance follows optional parameter $vwo_id in /var/www/html/web/wp-content/plugins/visual-web-optimizer/visual-website-optimizer.php on line 86
[24-Oct-2022 21:29:59 UTC] PHP Deprecated: Required parameter $library_tolerance follows optional parameter $vwo_id in /var/www/html/web/wp-content/plugins/visual-web-optimizer/visual-website-optimizer.php on line 86
[24-Oct-2022 21:29:59 UTC] PHP Deprecated: Required parameter $use_existing_jquery follows optional parameter $vwo_id in /var/www/html/web/wp-content/plugins/visual-web-optimizer/visual-website-optimizer.php on line 86
]]>
Hi Andy,
I’ve got a client on a Spanish installation of WP running woocommerce but the plugin does not push transaction value into VWO, any suggestions here?
Thanks,
Nitesh
]]>