Tom
Forum Replies Created
-
Forum: Plugins
In reply to: [uTubeVideo Gallery] Video thumbnail failed to saveStill doing it, driving me crazy.
Forum: Plugins
In reply to: [WP-Polls] Getting warning message on ipadIm also getting this error message now, its when users are not logged in this is being displayed.
Its not the theme, its the plugin not using arrays properly for logged out users.Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] Widgets dont act as they should.Bump. The update did not fix this.
Hi Becky, plugin is fully unusable, there is utterly no reason it should rewrite my URLS through my website, its a gallery plugin. This review is my bug report, Im not going to bother spending more energy with this plugin writing another report, you have already caused enough damage. If you don’t fix it from this report, then that strengthens this 1 star review even more, cant even be bothered to put this into your own tracker.
Like, this isn’t even random plugins, this is BBpress/Buddypress.
Its a joke.Forum: Fixing WordPress
In reply to: WP/Buddypress Logging in/out takes a few refreshes.Bump
Forum: Plugins
In reply to: [Minestatus] API is not respondingNo its not, looks like the domain was bought by someone else.
Forum: Fixing WordPress
In reply to: WP/Buddypress Logging in/out takes a few refreshes.Bump.
Forum: Themes and Templates
In reply to: Recent Buddypress update broke Panoramica theme slider.Still broken, Bump.
Forum: Themes and Templates
In reply to: Recent Buddypress update broke Panoramica theme slider.I added the javascript fix to my buddypress functions which didnt fix it
https://buddypress.org/support/topic/buddypress-2-1-known-issues/Then I remembered I had BuddyPress Template Pack installed separately, if I deactivate this then the slider works, but then Half my website breaks! So still broken.
Forum: Plugins
In reply to: [WP-Polls] wp-polls breaks visual editorCache purge on all platforms and the ?v=2.66 addition seemed to fix this bug.
Forum: Plugins
In reply to: [WP-Polls] wp-polls breaks visual editorUse of getUserData() or setUserData() is deprecated. Use WeakMap or element.dataset instead. requestNotifier.js:64 ReferenceError: pollsEdL10n is not defined plugin.min.js:1 Use of getPreventDefault() is deprecated. Use defaultPrevented instead. notes-widget.min.js:2 Use of getUserData() or setUserData() is deprecated. Use WeakMap or element.dataset instead. requestNotifier.js:64 Use of getPreventDefault() is deprecated. Use defaultPrevented instead.
Is the console output form firefox, I was going to edit my post but got distracted!
Im using a very old theme that is outdated, Im planning a re-design in the next few months, So im not sure if that could be the conflict?Forum: Plugins
In reply to: [Minecraft Validator] [Feature Request] BuddyPress SupportYes! Keep asking for this, plugins useless without it!
Forum: Plugins
In reply to: [Minecraft Validator] [Feature] BuddyPress SupportI third this, Ive already requested this a few times before.
Yeah that fixed it.
Nope, I had all the images at the resolution I uploaded them as working fine in the slider before photon.
Would a fix be as simple as changing the 1500 in this to 1920?<?php add_filter( 'jetpack_photon_image_downsize_array', 'godsdead_jetpack_photon_image_downsize_array' ); $image_url = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), array(1500, 7000), false, '' ); remove_filter( 'jetpack_photon_image_downsize_array', 'godsdead_jetpack_photon_image_downsize_array' ); ?>