dwsmart
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
You’d have to edit the file as above.
Or wait for the plugin author to fix this!
The error is in wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/providers/woocommerce.php,
There’s an extra , snuck in, changing (starting on line 94):
<?php echo sprintf( __( '%1$sPlus%2$s, upgrading to pro will unlock %3$sall%4$s of advanced reports, tracking, and integrations. <a target="_blank" href="%5$s" title="Upgrade">Learn more about Pro</a>', 'monsterinsights' ), '<strong>', '</strong>', '<strong>', '</strong>', esc_url( $learn_more ), ) ?>
to
<?php echo sprintf( __( '%1$sPlus%2$s, upgrading to pro will unlock %3$sall%4$s of advanced reports, tracking, and integrations. <a target="_blank" href="%5$s" title="Upgrade">Learn more about Pro</a>', 'monsterinsights' ), '<strong>', '</strong>', '<strong>', '</strong>', esc_url( $learn_more ) ) ?>
Seems to fix things.
Forum: Plugins
In reply to: [Simple Social Icons] Removing title tag from icon SVG’sHi Nick,
Fully agree it’s really something google should fix, but perhaps they could be a little more descriptive than ‘Behance’ for accessibility reasons?
Hi,
That’s sorted it, thanks!
No, or rather not for our situation, we wanted to clone the site to a sub domain on a different server.
Thanks!
datenwerk’s solution worked for me. Many thanks
Viewing 5 replies - 1 through 5 (of 5 total)