ratputin
Forum Replies Created
-
Forum: Plugins
In reply to: [Say What?] need helpInstall the plugin โSay What?โ
Then go to Tools > Text changes > Add New
Enter this in the fields:
Original String: You may also like…
Text Domain: woocommerce
Text Context: {leave empty}
Replacement String: At same collectionSame problem PLUS not all my properties are showing in the profile dropdown.
This is what shows:
7 admin.php?page=WordfenceBlockedIPs:22 Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
2 admin.php?page=WordfenceBlockedIPs:37 Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)chrome-extension://cfnpidifppmenkapgihekkeednfoenal/aph.js:141 ‘Attr.textContent’ is deprecated. Please use ‘value’ instead.
Option is checked and no errors are present.
Anyone?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Javascript errorSorry, I havenโt had time to look into this further. I have the plugin disabled and am not experiencing the issue any longer. Once my workload settles down Iโll look into it.
Thank you for responding.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Javascript errorThe site is live and I have to disable GCE as the error was affecting a Google Maps plugin.
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] Sign up list order?Seeing as you:
a) responded very quickly
b) offered a solid solution
c) were willing help me with it
d) helped me make a deadline
e) gave me a piece of code that I will be able to dissect and learn fromThen it was too little. ๐
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] Sign up list order?That worked spectacularly well! Paypal Donation sent. Thank you for the excellent CS!
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] Sign up list order?OK. I was thinking is was a short code option that I had missed.
Thanks for the response.
Forum: Plugins
In reply to: [Say What?] Can this string be altered?That did it! Thank you for the clarification!
Forum: Plugins
In reply to: [WooCommerce] Site is down after trying to upgrade Woocommerce 2.2Found it. WooCommerce Constant Contact was the culprit. I disabled it, dean the update and re-enabled. Good to go.
Thanks Mike!
Forum: Plugins
In reply to: [WooCommerce] Site is down after trying to upgrade Woocommerce 2.2I have the same error. However I can view the front end…the admin is blank.
TY!
Forum: Plugins
In reply to: [Facebook Page Publish] [Error occured at line 457]Are you replacing
function fpp_get_required_permissions($object_type) { if (!is_array($object_type)) $object_type = array($object_type); $permissions = array('share_item'); if (array_search('page', $object_type) !== false) { $permissions[] = 'manage_pages'; } if (array_search('group', $object_type) !== false) { $permissions[] = 'user_groups'; } return $permissions; }with your code? or adding to it?