Charlie Merland
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] Displaying all movies as a list in a single blog postHi kirpich,
Try that Shortcode:
[movies poster="none" count="-1"]🙂Forum: Plugins
In reply to: [WPMovieLibrary] Country names can't be translatedHi chatwolf,
Countries and languages names are actually stored in another file and use a different textdomain,
wpmovielibrary-isoinstead ofwpmovielibrary. Seems I forgot to provide a POT file, but you can use the English PO file, seewpmovielibrary-iso-en_EN.poon GitHub 🙂Forum: Plugins
In reply to: [WPMovieLibrary] Customizr Image SizeHum, I don’t see what you’re describing… Tested from desktop, tablet and phone, same result: screenshot
Forum: Plugins
In reply to: [WPMovieLibrary] malicious codeHi edrodrigues,
Do you have any more detail to provide for this? Any clue what part of the code is considered malicious? It looks like a false-positive, but it’s always better to be sure!
Forum: Plugins
In reply to: [WPMovieLibrary] Mobile responseHi Alina,
You’re not wrong. The content rendered by the plugin — the grid and movies hearboxes, basically — are not responsive, because in the end, responsive is mostly a theme-related concern; whatever style the plugin adds is completely dependant on the theme. With some themes it works like a charm, with some others it doesn’t…
Forum: Plugins
In reply to: [WPMovieLibrary] Changing permalink structure to include categories?That setting simply allow movies to support categories, it does not affect the permalinks; that’s quite illogical now that you’ve mentioned it, enabling categories should imply supporting the related permalink structure. I’ll see to it in a future version!
Forum: Plugins
In reply to: [WPMovieLibrary] Post doesn't show on homepageHi d1same,
There’s a good chance this is coming from your theme, could you share which one you’re using?
Forum: Plugins
In reply to: [WPMovieLibrary] Customizr Image SizeHi ok86,
Definitely a theme issue: Customizr is cropping the poster to a banner-like size. I’m not sure to which extend it is customizable, but in any case you can always change this in the theme’s code if needed. What are you trying to do exactly with the poster?
Forum: Plugins
In reply to: [WPMovieLibrary] Changing permalink structure to include categories?Hi Nathaniel,
Technically it should be possible, but I’m not quite sure how it would work with the plugin as there’s already quite a few issues with the way it handles permalinks… Probably not a good idea right now, but I’ll keep this in mind for the next versions!
Forum: Plugins
In reply to: [WPMovieLibrary] Another language for blank fieldsHi chatwolf,
No, unfortunately there’s currently no way to do this, the way the importer works in versions 2.1.x makes it too complicated to implement. That’s something I plan to add for version 2.2 with the creation of a fallback language option; with the rewriting of the data import process it will be possible to fill the gap with a second language if needed.
Forum: Plugins
In reply to: [WPMovieLibrary] Poster SizeHi Kyle,
I’m getting a 404 on the above link. You can show/hide the Grid menu either from the settings or from the Shortcode: in the Settings panel under Archives > Movie Archives > Archives Menu you can disable the menu; adding a
menu="false"parameter to the[movie_grid]Shortcode will have the same effect.As for the pixel size on the grid posters it can be tricky as the size is automatically adjusted with JavaScript, but you can always add a custom CSS to your theme like
#wpmoly-movie-grid .wpmoly.movie.poster { height: 200px !important; width: 140px !important; }To force hand on the adjustment. Let me know how this works!
Forum: Plugins
In reply to: [WPMovieLibrary] Mass changing of Genres…..?Hi kjoussen,
I’ll have to run some tests, but what you’re describing sounds like a typical – and unpleasant – WordPress behavior I already noticed on regular posts: you can add set new categories/tags to posts in group edit, but it seems you can’t remove the ones previously set; you need to do it manually for each post…
Forum: Plugins
In reply to: [WPMovieLibrary] Customs the size of the TrailerThanks a lot Ranydaiz, great found!
I never added JavaScript to the plugin to achieve this because in the end it depends as much on the theme as on the plugin itself, but that piece of code seems to work on all themes I could test it on, so again, good found!
Forum: Plugins
In reply to: [WPMovieLibrary] RatingsHi PBROSA,
Unfortunately it’s not possible right now, although it has been requested. I actually started working on an additional plugin but failed to find the necessary time to build it properly; I hope I can start again when the next core plugin updates are done!
Forum: Plugins
In reply to: [WPMovieLibrary] Best way to implement meta tags in header?No problem, glad to know it worked!