phlppgrssr
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides & Custom FieldsWorks perfectly! Thanks!
Open the storelocator.php file with a text editor. In line 22 you’ll find the load function. In this function, there are two lines, where the center and zoom of the map gets set.
center: new google.maps.LatLng(50.9766, 11.0263), zoom: 5,Change the coordinates (latitude, longitude) and zoom (1=in to 10=out).
That’d be nice! It’s a great Plugin, thanks for it!
BTW: I stilll get these error reports when I’m saving the settings, having unchecked a checkbox, such as “Autoplay”, “Replay” and “Responsive Video”. Is it a problem of my WordPress installation?
Yes, now I do. I set the multiple aspect ratio. This works for me.
Example: I want to post a video with the aspect ratio 16:9. So I activate “Responsive video” in the Settings and use this shortcode:
[video mp4="http://video-js.zencoder.com/oceans-clip.mp4" width="1600" height="900"]Hi,
same problem here.
Furthermore, in the post with the video, I get this notice of error (debug is set to “true” in the config):Warning: Division by zero in /customers/8/f/1/MYURL/wp-content/plugins/videojs-html5-video-player-for-wordpress/video-js.php on line 160
.
If I uncheck any box in the Video.js Settings and try so safe it, i get these error reports:
Notice: Undefined index: videojs_preload in /customers/8/f/1/MY-URL/wp-content/plugins/videojs-html5-video-player-for-wordpress/admin.php on line 74
Notice: Undefined index: videojs_autoplay in /customers/8/f/1/MY-URL/wp-content/plugins/videojs-html5-video-player-for-wordpress/admin.php on line 75
Notice: Undefined index: videojs_reset in /customers/8/f/1/MY-URL/wp-content/plugins/videojs-html5-video-player-for-wordpress/admin.php on line 78 Warning: Cannot modify header information – headers already sent by (output started at /customers/8/f/1/MY-URL/wp-content/plugins/videojs-html5-video-player-for-wordpress/admin.php:74) in /customers/8/f/1/MY-URL/wp-includes/pluggable.php on line 876Any ideas?
Regards
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Map search?Hi josepmon,
have you found a solution for the problem? I’ve got the same here.
And for my understanding: Is this a search for the added markers/list entries or a general search?jesse.t, thanks for the code!