tr1988
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Posts Widget] PHP Notice: Undefined index: exclude_currentI’m getting an almost identical error:
PHP Warning: Undefined array key "exclude_current" in /httpdocs/wp-content/plugins/ultimate-posts-widget/ultimate-posts-widget.php on line 135'
Forum: Fixing WordPress
In reply to: HTTP ErrorExactly the same issue here, and I also discovered that switching PHP from v7.1.9 to v7.0.23 fixes the issue.
The same “Connection reset by peer” error is present in the PHP logs too.
Yes, I’ve already made the changes.
As the gestureHandling: ‘auto’ setting is a standard option of the free Google Maps API, could this also be made an option of the non-pro version of this plugin?
You already support other standard options of the API such as Full Screen, StreetView, Pan Control, Scroll Wheel, Double Click Zoom, Zoom Controls etc. So this appears to be the only option not available to free users, and is quite essential for mobile usage.
Thanks.
I can’t see that option in Maps > Settings and the current version of the plugin has no references to gestureHandling that I can find.
Same problem here and seems to be related to the YouTube embedding code.
If you host exactly the same video within your WordPress site’s Media Library and use it from there, instead of using a YouTube ID, it works ok.
I couldn’t get the above solution to work on v6.4.00, but I found an easier solution:
Just add:
gestureHandling: ‘auto’
to the myOptions array in /wp-google-maps/js/wpgmaps.js
Then on mobile devices you can use two fingers to pan/zoom the map, and one finger to scroll the page.
- This reply was modified 7 years, 10 months ago by tr1988.
Looks like the transparent background is working fine on your site… however, you’ve changed the style in the original Twenty Sixteen theme, not in a child theme as suggested.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] How to float main navigation menu to left?Excellent! So simple…
Thanks.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Remove dark grey borderJust change the background colour in the Customiser, or override the body background-color in the child theme CSS.
body { background-color:#FFFFFF; /* change to whatever you want */ }
Add
.site { background-color: transparent; }
to your child theme CSS.
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] Mobile CompatibilityForum: Plugins
In reply to: [Delightful Downloads] Conflict with NextGEN Gallery by PhotocratiHi,
We were using Delightful Downloads v1.2.2 and NextGen v2.0.33.
Have just updated to Delightful Downloads v1.2.3 and everything is working fine!
Thanks for the speedy response and fix!