Kyle Phillips
Forum Replies Created
-
Forum: Plugins
In reply to: [Favorites] Not working after last updateDo you have any specifics about what is not working?
If you need to revert to a previous version, all previously released versions are available here:
https://wordpress.org/plugins/favorites/advanced/If you scroll to the bottom, there is a dropdown of all versions.
Forum: Plugins
In reply to: [Favorites] Favorite functionality for taxonomyI wouldn’t recommend disabling the post check as noted above. The plugin uses post data throughout, and will definitely cause trouble elsewhere.
Forum: Plugins
In reply to: [Favorites] Favorite functionality for taxonomyFavoriting things other than post types is on the list of features to build out, but it’s most likely going to be a while before it’s implemented… it will require a fundamental refactoring of some core plugin components.
Forum: Plugins
In reply to: [Nested Pages] Key of meta is changedI can’t see the meta changing again, but point taken.
The meta was changed in order for it to be hidden from edit post screens.
Forum: Plugins
In reply to: [Nested Pages] WPML – Looking for TestersUpdate
An updated WPML beta version of the plugin is available here. This release fixes a few small bugs in the previous beta.
I’m planning on releasing the updated version of the plugin soon, so any help beta testing with WPML would be appreciated.
Forum: Plugins
In reply to: [Favorites] TypeError: undefined is not an objectIf you’re manually combining JS files, the unminified version is available under Settings > Favorites > Enqueue Plugin Javascript (uncheck to unenqueue the scripts and a textarea will appear with the JS).
Just be aware that there are some localized JS variables that are initiated with the plugin scripts that need to be available. These can be found in the app/Activation/Dependencies.php file, in the fontendScripts method.
Forum: Plugins
In reply to: [Favorites] Associate favorites to user’s (member’s) accountIt looks like you’ve figured this out? I’m seeing favorite buttons on each track.
As long as the “track” is a post type, it can be enabled under the Favorites plugin settings. Favorites are inherently associated to each user.
Forum: Plugins
In reply to: [Favorites] Favourites list disappearingIf anyone is having this problem, try updating the plugin to the latest version.
The plugin uses some AJAX requests to update content once the page loads. This is to get around problems caused by page cacheing plugins.
- This reply was modified 8 years, 11 months ago by Kyle Phillips.
Forum: Plugins
In reply to: [Favorites] How to use the js callback functions?With the new release, some jQuery events are available in place of the functions. The functions are still available, but are deprecated.
See the plugin website for a list of the events (scroll down to “Javascript events”.
In your case, you could hook into the new ‘favorites-updated-single’ event: See Gist
Forum: Plugins
In reply to: [Favorites] Last Updated: 2 years ago (as of May 13, 2017)The plugin is not abandoned. It was just updated.
Forum: Plugins
In reply to: [Favorites] Favorite post are lost without clearing the browserPlease try updating to the latest version of the plugin.
Forum: Plugins
In reply to: [Favorites] Favorites.Factory is not a constructorCan you provide more info about the browser you’re using?
Are you getting the same error on the plugin demo site?
Demo SiteForum: Plugins
In reply to: [Nested Pages] Showing HTTP in Post & Page search fieldsThis is a bug that will be fixed in the next release.
Forum: Plugins
In reply to: [Nested Pages] not working with WPML?Take a look here:
https://wordpress.org/support/topic/wpml-looking-for-testers/
Forum: Plugins
In reply to: [Nested Pages] hide pagesA couple of things…
If you haven’t changed the menu name from what the plugin generates, the name is “Nested Pages”:
'menu' => 'Nested Pages'Also, you’ll want to make sure that the “Sync Menu” checkbox is checked for changes to take place.
- This reply was modified 8 years, 12 months ago by Kyle Phillips.