Charlie Merland
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] Movie ImporterI just tested importing Ant-Man, IMDb ID was imported with noticeable issue, so I’m sure what could be causing this…
It’s not currently possible to update multiple movies; there’s an experimental plugin on GitHub that does that, but it’s experimental. That’s something planned for version 2.2 though!
Forum: Plugins
In reply to: [WPMovieLibrary] It is possible grid by categoryYou could probably achieve something likely by editing the grid template, but that’s an advanced customization that would require some work. So theoretically yes, it’s possible, but it’ll take you some time and skills.
Forum: Plugins
In reply to: [WPMovieLibrary] meta data search not showing resultLooks like a conflict with an installed theme or plugin; first thing would be to test the plugin using a default WordPress theme like Twenty Fourteen. If it still doesn’t work, try disabling all other plugins and reactivate them one at a time to see which one(s) could be causing the issue. If none of this work we’ll follow up by email 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] meta data search not showing resultHi gembongmovies,
I suppose you’re referring to the metadata search in the movie editor page? Is your theme “Cinema” by SMThemes? Just asking so that I can take a look at it.
Forum: Plugins
In reply to: [WPMovieLibrary] My Theme meta boxes are not showing on add/edit movie postHi anupammithu,
Glad you managed to fix it! Which theme was that for the record?
Forum: Plugins
In reply to: [WPMovieLibrary] Page des archive qui ne passe pas a la page suivanteCourant de semaine prochaine, j’espère ! Cela dit, la version en cours de dĂ©veloppement est toujours disponible en test sur GitHub : https://github.com/wpmovielibrary/wpmovielibrary/archive/master.zip ça peut toujours servir 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] Page de recherche par NoteBonjour Paul,
Avez-vous rechargĂ© les permaliens dans le panneau d’administration de WordPress ?
Forum: Plugins
In reply to: [WPMovieLibrary] Page des archive qui ne passe pas a la page suivanteBonjour lapinzed,
Merci pour les compliments ! Concernant la pagination c’est un bug connu, cela devrait fonctionner en remplacant
_page=2parpaged=2; cela sera corrigĂ© dans la prochaine version 🙂Pour ce qui est de la limite de lignes, elle vise essentiellement Ă limiter le nombre de films Ă afficher, mais c’est purement arbitraire. Le nombre maximal de colonne Ă©tant fixĂ© Ă 8 pour Ă©viter l’affiche de posters minuscules (sur un Ă©cran de 1440px cela donne une affiche 180px de large), le nombre maximal de lignes est fixĂ© Ă 12 pour limiter Ă 96 le nombre total de films Ă charger par page. C’est simplement une question de ressources, pour Ă©viter d’avoir un site qui charge lentement des centaines de films par page ; c’est nĂ©gligeable dans le cas d’un site qui n’aura que peu de trafic, ou d’un site local ou privĂ©, mais certains gros sites utilisent le plugin, d’oĂą un besoin de limiter la casse au cas ou 🙂
Cela dit, comme pour tous les rĂ©glages du plugin, il est possible de les altĂ©rer via un autre plugin ou via le thème. Par exemple pour modifier le nombre de lignes, il suffit d’ajouter ceci au fichier
functions.phpdu thème : https://gist.github.com/CaerCam/5a12c4709ec0e12a0872Forum: Plugins
In reply to: [WPMovieLibrary] Most Viewed News pluging change on Movies pageIs “TM-Popular-Video” a Widget of the “True Mag” premium theme? If so I can’t provide direct support here, please contact me at support[at]wpmovielibrary[dot]com.
Forum: Plugins
In reply to: [WPMovieLibrary] I cant upload imagesNo problem 🙂 I’ll release an alpha for version 2.2 in a week or so, I suggest you follow the plugin’s social networks to see if you want to test it!
Marking as solved for clarification.
Forum: Plugins
In reply to: [WPMovieLibrary] Custom URLOkay, nevermind, I just tested the plugin with
Custom Post Type Permalinks, that’s probably the best solution to your suffix need.However and after a bit of doc browsing, there’s no built-in way to avoid using the Custom Post Type slug; it’s just supposed to work that way. It does not mean it’s not possible, there are a few blog posts about removing the slug from URLs like, but that’s not something that should be included in a plugin as it can generate quite a few problems.
Forum: Plugins
In reply to: [WPMovieLibrary] Custom URLmoviesis the main slug for the plugin so unfortunately there’s no real way to get rid of it without messing pretty much all the permalink structure… Version 2.1.4 will soon be released, I’ll see it includes a set of additional filters to modify the permalinks structure. I’ll also try to provide a more generic way to handle that part, but it will need some testing before any public release.Forum: Plugins
In reply to: [WPMovieLibrary] Layout questions custom fieldsHi Freek_U,
Sorry for taking so long to answer you!
- The plugin uses a template that you can overload,
views/shortcodes/movies.php. Just create awpmovielibrarydirectory in you theme’s folder, copy the folder structure above and edit themovies.phpfile to your needs 🙂 I’m not sure there’s a way to narrow the modifications to the shortcodes using specifically acollection="..."parameter, though, but that would be an idea for a future release. - It’s possible that your theme relies on
content-{$something}.phptemplate files, in which you probably should take a look at thecontent-single.phpfile and test for post type to add you custom part. - There’s not direct way to do this right now, though movies are filterable through meta URL (see http://demo.wpmovielibrary.com/movies/date/2000-2010/ for instance), but that’s something that will be possible in a future release, at least in the grid, probably via other Shortcodes too.
Hope that helps you a bit! Let me know if you miss anything else.
Hi tigerhowl,
Sorry for taking so long to answer you. This is actually an issue with the “Beetube” theme you seem to be using, you should inform the theme developer about that problem as it is a premium theme. Looks like it’s just a basic PHP error that happens sometimes on some themes and plugins, but it’s not directly related to WPMovieLibrary.
Forum: Plugins
In reply to: [WPMovieLibrary] I cant upload imagesHi fercol06,
You mean you are unable to upload images from the Images tab in the metabox before you actually download the movie’s metadata? If so that’s perfectly normal: the plugin needs a movie to know where to look for images, and currently does not support external images upload.
That last point will be possible with version 2.2 which is in development right now, though, for images and posters.
- The plugin uses a template that you can overload,