Charlie Merland
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] With yoast seo plugin how to add year in title?Are you running WordPress 4.4 or superior?
Mixed dropdowns could come from JavaScript error; could you provide any error message showing in the JavaScript console?
Missing language is kind of an undocumented features: the Widget only shows languages that are actually used. That said, seems there’s is a bug on top of that preventing some languages to show as they should. Will fix this for the next minor release, thanks for reporting!
Forum: Plugins
In reply to: [WPMovieLibrary] "X" to delete whole search term; download movie data fileHi azw,
Depends on what you want, I guess. If you want an offline version of your library, you can just use the internal WordPress export tool (Dashboard > Tools > Export) and import the generated file to your offline library. If you want raw data, any decent CSV export plugin should do the job.
As for the search cleaning X, I suppose you mean something like this?
Forum: Plugins
In reply to: [WPMovieLibrary] Movie Title and Rating Not showingThat’s an issue with your theme, not the plugin: titles and stars are just fine, but they’re showed white unless you hover the link; did you recently changed your theme’s configuration?
Forum: Reviews
In reply to: [WPMovieLibrary] Amazing PluginThanks a lot!
Forum: Plugins
In reply to: [WPMovieLibrary] With yoast seo plugin how to add year in title?Unfortunately no, not really; that’s a filter war, Yoast and WPMovieLibrary are probably using the same filters to alter the titles and other data…
Try changing the filters priority to 50, see if we can run ours after Yoast:
add_filter( 'the_title', 'wpmoly_movie_title_year', 50, 2 ); add_filter( 'single_post_title', 'wpmoly_movie_title_year', 50, 2 );Forum: Plugins
In reply to: [WPMovieLibrary] (SOLVED)Page not found! 404404 errors generally comes from outdated permalinks, glad you fixed it!
Forum: Plugins
In reply to: [WPMovieLibrary] Languages & Movie FormatThat’s voluntarily not included as a feature, but you can totally modify the supported languages and media types with a bit of coding, just add the following codes to your theme’s
functions.phpfile: new languages and new formats.Forum: Plugins
In reply to: [WPMovieLibrary] Dashicon is missingLooks like the issue mentioned here. Seems some themes/plugins causes the icons not to load properly; could list the themes/plugins you’re running?
Forum: Plugins
In reply to: [WPMovieLibrary] On Movie page some PHP code showingThere’s nothing to solve, actually: what you’re seeing is debug information displayed because you’re logged in as an admin and have debug mode enabled. Your page works just fine for anybody else, as you will see if you open it in a private tab 🙂
Forum: Reviews
In reply to: [WPMovieLibrary] Valuable plug-inThanks for your kind words, Arthur!
Forum: Reviews
In reply to: [WPMovieLibrary] Works great for us!Thanks a lot Jared!
Forum: Plugins
In reply to: [WPMovieLibrary] Taxonomies and Categories issuesCould be related to the recent changes in term ordering, indeed. I’ll probably simply deactivate that part soon anyway, as WordPress 4.6 is in way to implement a
WP_Term_Query()class; all this will become a nightmare to maintain, for a not-that-essential ordering tweak…Forum: Plugins
In reply to: [WPMovieLibrary] Import movies bug with version from GitShould be fixed on latest GIT version!
Hi networkwebmasters,
You mean in the Widgets sections of the dashboard?