baldguy
Forum Replies Created
-
When I went to that page I saw the Default Message Parameters. These allowed me to specify (among other things) the background color, alternate background color, and text color. Easy to implement, and work great.
Lesson learned – should have Read The Fine Manual!
I would still rather have a global option instead of notification-by-notification basis, but I’ll take it.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Set different Posts per PageThanks, Jaime!
That was set, but I just re-saved it and it seems to be working now.
That works. Thanks!
Thanks, Maria.
Discovered that my jQuery functions were throwing errors due to reverting to the default WordPress jQuery (and its use of jQuery.noConflict(). Changed ‘$’ to ‘jQuery’, and everything appears to be working correctly.
Why errors in other jQuery functions affected the popups I don’t know, but it looks good now.
Forum: Plugins
In reply to: [Meta Box] Map Zoom not workingMeta Box 4.15.4 on WP 4.9.8.
Still not working. Nothing I do to change the zoom level results in any change on the front end.
This is the opening div tag for the map as it’s displayed:
<div class="rwmb-map-canvas" data-map_options="{"latitude":"43.2455302","longitude":"-78.19403869999996","width":"100%","height":"300px","marker":true,"marker_title":"","info_window":"<h3>My Place Name<\/h3><p>My place address<br \/>My City, State ZIP<\/p>","js_options":{"zoom":"","mapTypeId":"ROADMAP"},"api_key":"MyAPIkeygoeshere","type":"map","zoom":11}" style="width: 100%;height: 300px;position: relative;overflow: hidden;">
I notice there are two places where ‘zoom’ is populated. One has nothing, the other has my 11.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Can't change calendar themeConfirming that upgrading to AI1EC 2.5.5 fixes this issue.
Forum: Plugins
In reply to: [Featured Video Plus] Can't add Featured VideoI just updated the PHP version on the site from 5.3.x to 5.4.x, and it seems to be working now.
Forum: Plugins
In reply to: [Featured Video Plus] Can't add Featured VideoChecked Firebug’s Console, it’s reporting this:
Fatal error: Call to undefined function exif_imagetype() in /home/myaccount/public_html/mysite/wp-content/plugins/featured-video-plus/php/class-backend.php on line 462
Forum: Plugins
In reply to: [Custom Sidebars - Dynamic Sidebar Widget Area Manager] Can't edit sidebarsI have the same problem, but I’m running WordPress 3.9.2 and Custom Sidebars 2.0.9.4 on a development/localhost site so I switched to Twenty Fourteen and disabled all the plugins. The problem was not fixed by doing that.
Update – I am experiencing this problem with Firefox (v31), but not with Chrome (v37)