Charlie Merland
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] Autor/Drehbuch-Autor Meta-DataHi there @gnislew,
Does the data differs when you load it in different languages (English vs. German for instance)?
Forum: Plugins
In reply to: [WPMovieLibrary] Slider on Homepage not working since latest WordPress updateHi @bart-1
Just like this ticket, this does not seem to be an issue with the plugin, as WPMovieLibrary does not include of slider. It looks like your theme, Movie Scope, is quite outdated, running version 1.4 (3 years old) when the latest is version 2.0. I’d advise updating to the latest theme version prior to anything to make sure your issues don’t come from this. Keeping your themes and plugins up to date is generally a good things when running a WordPress site.
Regards,
Charlie
Forum: Plugins
In reply to: [WPMovieLibrary] Trailer plug-in not working since upgrade to WP4.7Hi @bart-1,
The Trailer plugin — which by the way hasn’t been updated years and is highly unreliable for various reasons — doesn’t include such a Widget; Are you positive the issue comes from this specific plugin?
Regards,
Charlie
Forum: Plugins
In reply to: [WPMovieLibrary] icons plug-in disapearedYes, browser caching issue most likely. Ctrl+F5 is the way to make sure this doesn’t happen π
Regards,
Charlie
Forum: Plugins
In reply to: [WPMovieLibrary] icons plug-in disapearedHi @jordiwordpress,
For some reason the icon font is not loading properly. Try editing the CSS file in
/wp-content/plugins/wpmovielibrary/assets/fonts/wpmovielibrary/style.cssand remove every instance of “?-rnqd04” in the font-face block, that should to the trick.Forum: Plugins
In reply to: [WPMovieLibrary] cURL error 28Hi there @knxtt,
Are you using a personal API key, or just the default plugin settings (internal API key)? It looks like the plugin can’t reach the plugin’s mirror API, you may want to get your own API key at themoviedb.org and see if that solves it.
Regards,
CharlieForum: Plugins
In reply to: [WPMovieLibrary] Problems with Kleo ThemeHi bayoa,
Unfortunately Kleo is a premium theme which means I can’t run tests on it. Please drop me an email at support[at]wpmovielibrary[dot]com to see how we can solve this.
Forum: Plugins
In reply to: [WPMovieLibrary] how to publish movies as normal postHi reza10,
Unfortunately the plugin deeply relies on movies being clearly separated from posts, it will probably be simpler to make Ifttt work with movies. That being said, I’ve never heard of this service until now so I’m afraid I won’t be of much help on that partβ¦
Forum: Plugins
In reply to: [WPMovieLibrary] IMDB ID ValueYou’re welcome!
Forum: Plugins
In reply to: [WPMovieLibrary] IMDB ID ValueAh, sorry about that, should have mentioned you need a
echosomewhere for this to be displayed. Replace your initialhttp://www.imdb.com/title/<?php echo do_shortcode('[movie_imdb_id]');?>With
<?php echo esc_url( 'http://www.imdb.com/title/' . get_post_meta( get_the_ID(), '_wpmoly_movie_imdb_id', true ) ); ?>And you should be good to go!
Forum: Plugins
In reply to: [WPMovieLibrary] Problems with the WordPress Update 4.6Hi draven666,
Thanks for letting me know!
Forum: Plugins
In reply to: [WPMovieLibrary] Problems with the WordPress Update 4.6Hi gregsleter,
As said above, please open a new topic for this issue as it is not related to my plugin.
Forum: Plugins
In reply to: [WPMovieLibrary] IMDB ID ValueHi Matt,
Don’t bother with Shortcodes, especially if you’re just generating an URL. Movie metadata are regular posts meta, so this simple piece of code will do the job:
$imdb_id = get_post_meta( get_the_ID(), '_wpmoly_movie_imdb_id', $single = true ); $url = esc_url( 'http://www.imdb.com/title/' . $imdb_id );If you want to extend this to every occurrence of an IMDb ID, try using this code instead π
Forum: Plugins
In reply to: [WPMovieLibrary] wp_option table crashesHi felixlamour,
Please drop me an email at support[at]wpmovielibrary.com, I may need to take a direct look at your site to troubleshoot this.
Forum: Plugins
In reply to: [WPMovieLibrary] Problems with the WordPress Update 4.6Hi guys,
@abhishek Sharma & @limestonejane You should open new topics for your respective issues since it seems they don’t concern my plugin. LimestoneJane, this page of the doc should answer your question regarding automatic updates.
@draven666 Haven’t witness anything like this during my tests; you just click the ‘activate plugin’ link in the dashboard and it immediately causes a redirect loop?