salty-sailor
Forum Replies Created
-
Previous post should have been posed to either @wfsupport or @Wordfence
@Wordfence,
Can you comment on this approach of @imilleson please?199.27.128.[0-21]
That would be convenient if possible because Cloudflare’s IPs are shown in CIDR notation. For example the first one is 199.27.128.0/21. That range expands to IP addresses from 199.27.128.0 – 199.27.135.255 according to an online tool. How does Wordfence expect that range to be expressed in the format 123.23.34.[1-50] ???
Thank you.Same as Brainstorm IT re: debug notices and same as synapser & zarmath re: multisite. Also noticed that admin visits are being reported in live analytics as any other visits even though the plugin is set to ignore them.
I will characterize this a bit differently than “takes out wpadminbar” because it also does not let WordPress show me edit links for posts, shows me the “logged out” comment form, in other words, there’s no sign that admin user is visiting site while logged in.
Forum: Plugins
In reply to: [W3 Total Cache] widget.css missingForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Twig_Error_Runtime thrown+1 @krannock (I just changed from ‘gamma’ to ‘vortex’ theme and left it alone)
@alpinelakesdesign, regarding:
Google recommends replacin the conversion value with the following:
if (<? echo $totalValue ?>) {
var google_conversion_value = <? echo $totalValue ?>
}the preceeding sentence on the page you cite is:
2.If your site has a variable conversion value, determine the PHP expression that displays that value.
This begs the question whether the
$totalValue
variable is defined in WooCommerce, or perhaps that should be something else. Who can verify?Forum: Plugins
In reply to: [W3 Total Cache] How to remove " ?repeat=w3tc " from query stringIt is getting indexed by Google.
Came back to this after the “Edit” link vanished for my previous post. I’m only seeing this problem on the “review page.” On that page I am displaying reviews using
[WPCR_SHOW]
On the individual product page, where the code parses fine, I am using no shortcode, but instead checked the box “Enable WP Customer Reviews for this page” in the post editing pane.In wp-customer-reviews.php, I swapped
if ($this->options['business_phone'] != '') { $aggregate_footer_output .= '<span class="tel">' . $this->options['business_phone'] . '</span>'; }
for
if ($this->options['business_phone'] != '') { $aggregate_footer_output .= '<span class="tel"><span class="type">Work</span><span class="value"><a href="tel:' . $this->options['business_phone'] . '">' . $this->options['business_phone'] . '</a></span></span>'; }
See it live here. Parses correctly in Firefox’s Operator extension and in Microformats for Google Chrome.
Kindly mark this as resolved.Same question here.
The Google Rich Snippets tool chokes on this markup for that same reason when parsing hreview on the “review page.”Forum: Plugins
In reply to: [Fast Secure Contact Form] Update to 3.1.6.3 kills custom form label HTMLThanks!
Forum: Plugins
In reply to: [Store Locator Plus?] 3.8 Update – Be CautiousInteresting update. I deactivated the plugin at the Network Admin panel, activated in the subsite panel, and no more error message.
Forum: Plugins
In reply to: [Store Locator Plus?] 3.8 Update – Be CautiousMaybe I’m a ‘tard.
I guess I’m not talking about “Store Locator Plus” but instead I’m talking about “Google Maps via Store Locator Plus”. The installation is on:
WordPress 3.5, network installation
I don’t have “Store Locator Plus” installed! I was not aware there were add-on packs and don’t have any installed.Forum: Plugins
In reply to: [Store Locator Plus?] 3.8 Update – Be CautiousJust updated the plugin to 3.8 and I received the following error in the top of the WordPress admin window:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, first array member is not a valid class name or object in /path/to/wp-includes/plugin.php on line 406
Deactivated the plugin and I no longer see the error. I did not see this error before applying the update to 3.8.
Forum: Plugins
In reply to: [Glass] Unable to exclude pages from GlassAfter lots of fiddling around and cache flushes, this plugin appears to be working as advertised.