Chris J. Zähller
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Watermark] Bulk watermark not being appliedI’ll be darned. It works if you use the dropdown menu at the page top, but not the bottom one.
Forum: Plugins
In reply to: [Flexible Map] Also getting blank where map should beThat did it. The relative URL works, BTW. I’m using that because the URL will change when the site goes public.
Bummer about the HTML. Hopefully that’ll be done before I go ‘live.’ Got a feature request, too, but I’ll start a new thread.
Forum: Plugins
In reply to: [Flexible Map] Blank space where map should beI’m not seeing the error in the slider. The theme integrates 2 sliders; which 1 are you seeing an error on?
Forum: Plugins
In reply to: [Flexible Map] Blank space where map should beThe comment filter mangled that last bit of code. On the live page, the closing angle bracket is rendering as an html entity, not ‘greater than’ sign shown above.
Forum: Plugins
In reply to: [Flexible Map] Blank space where map should beI’m having a similar problem. In the page source, I can see this:
<script type='text/javascript' src='http://maps.google.com/maps/api/js?v=3.13&sensor=false'> </script> <script type='text/javascript' src='http://wp.oklahomastone.com/wp-content/plugins/wp-flexible-map/flexible-map.min.js?ver=1.7.1'></script>And in Developer Tools, I see:
<script type='text/javascript' src='http://maps.google.com/maps/api/js?v=3.13&sensor=false'></script> <script src="http://maps.gstatic.com/intl/en_us/mapfiles/api-3/13/15/main.js" type="text/javascript"></script><script type='text/javascript' src='http://wp.oklahomastone.com/wp-content/plugins/wp-flexible-map/flexible-map.min.js?ver=1.7.1'></script>It’s worth noting that the line
<script src="http://maps.gstatic.com/intl/en_us/mapfiles/api-3/13/15/main.js" type="text/javascript"></script>appears in both the head and in the body (footer). The other thing to note is the map HTML:<div id="flxmap-52814e3b6b589" class="flxmap-container" data-flxmap="flxmap_52814e3b6b589" style="width:614px;height:464px;"></div> /* <![CDATA[ */ (function(w, fn) { if (w.addEventListener) w.addEventListener("DOMContentLoaded", fn, false); else if (w.attachEvent) w.attachEvent("onload", fn); })(window, function() { var f = new FlexibleMap(); f.scaleControl = true; f.streetViewControl = true; f.scrollwheel = true; f.region = "us"; f.setlocale("en-US"); f.visualRefresh = true; window.flxmap_52814e2a68562 = f; }); /* ]]> */Notice that closing angle bracket for the CDATA wrapper? It’s rendering as an HTML entity.
The theme I’m using includes its own map functionality, but AFAIK, it doesn’t load anything unless I specifically add its map to the page.
Forum: Plugins
In reply to: [Acunetix WP Security] Updating plugin to version 4.0.3I didn’t get an error message, but the plugin is totally borked. All the settings pages are blank and the notification with my score that used to appear in the admin menu no longer renders. Deactivated and reactivated as suggested; did not fix.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] FB not pulling featured imageI gave up on this & switched to another plugin. Closing issue.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] FB not pulling featured imageHere’s the source code (slightly modified to obscure some paths):
<!-- WordPress Facebook Open Graph protocol plugin (WPFBOGP v2.0.7) http://rynoweb.com/wordpress-plugins/ --> <meta property="fb:admins" content="634100030"/> <meta property="og:url" content="http://mercury-photo.com/2013/06/12/ramsay-midwood-at-music4moore/"/> <meta property="og:title" content="Ramsay Midwood at Music4Moore"/> <meta property="og:site_name" content="Mercury Photo Bureau | Rangefinder Photography"/> <meta property="og:description" content="Texas singer-songwriter Ramsay Midwood travelled from Austin with his band to perform at the Music4Moore benefit in the wake of the 3 May 2013 tornado, entertaining the audience with his rootsy Southern Gothic songs. Accompanying him were guitarist Bill Mullins, bassist Jeff Johnston, drummer Scott Mason and special guest and Norman musician Daniel Foulks (IIIrd Generation Bluegrass Band, Samantha Crain) on fiddle."/> <meta property="og:type" content="article"/> <meta property="og:image" content="path-to-file/czahller-20130529-21-56-30-300x199.jpg"/> <meta property="og:image" content="http://r.mzstatic.com/images/web/linkmaker/badge_itunes-sm.gif"/> <meta property="og:image" content="http://r.mzstatic.com/images/web/linkmaker/badge_itunes-sm.gif"/> <meta property="og:image" content="http://r.mzstatic.com/images/web/linkmaker/badge_itunes-sm.gif"/> <meta property="og:image" content="http://r.mzstatic.com/images/web/linkmaker/badge_itunes-sm.gif"/> <meta property="og:image" content="http://r.mzstatic.com/images/web/linkmaker/badge_itunes-sm.gif"/> <meta property="og:image" content="http://r.mzstatic.com/images/web/linkmaker/badge_itunes-sm.gif"/> <meta property="og:image" content="http://r.mzstatic.com/images/web/linkmaker/badge_itunes-sm.gif"/> <meta property="og:image" content="http://r.mzstatic.com/images/web/linkmaker/badge_itunes-sm.gif"/> <meta property="og:image" content="http://r.mzstatic.com/images/web/linkmaker/badge_itunes-sm.gif"/> <meta property="og:image" content="http://r.mzstatic.com/images/web/linkmaker/badge_itunes-sm.gif"/> <meta property="og:image" content="path-to-file/mpb_fb_opengraph_logo.png"/> <meta property="og:locale" content="en_us"/> <!-- // end wpfbogp -->Forum: Plugins
In reply to: [Recent Posts Slider] [Plugin: Recent Posts Slider] Make it responsive?It would be better to come up with a pure CSS solution to this. JavaScript isn’t always available, and there are so many scripts running on the average WP site that adding more can mean a real performance hit.
Forum: Fixing WordPress
In reply to: Search widget error with apostropheUPDATE: it’s the Block Bad Queries (BBQ) plugin. The latest update fixes this. http://ww.wp.xz.cn/extend/plugins/block-bad-queries/
Forum: Fixing WordPress
In reply to: Search widget error with apostropheI’ve got the same error. Using WP 3.5. http://mercury-photo.com. All up to date except a few plugins that I plan to update later today. Can confirm that it’s not theme related (temporarily set it to Twenty Twelve & disabled my modified searchform.php, which adds Google voice-activated search functionality, to test it). Error also occurs if query includes a double quotation mark (“).
FYI, my download of 3.5 did not include wp-app.php.
wp-app.php is not in the codebase. I’ve deleted the plugin, since it appears xml-rpc is enabled by default, but you probably still need to look into this.
Same error. I installed this because support for Atom publishing was removed from core in WP 3.5.
I did figure out a workaround using z-index & just showing them on galleries (disables annotation, but I don’t use it there). Also, the overlay wasn’t working because of the 30 image limit.