Forum Replies Created

Viewing 15 replies - 466 through 480 (of 504 total)
  • Yeah I meant the theme’s ZIP file. That’s essentially because the relevant parts can be located in various files, so it’ll be easier than asking you for multiple files 🙂

    Bon, ça a un peu trainé, mais voilà : https://gist.github.com/Askelon/b26e64859abdc995adfc

    Teste ce que cela donne, sur mes versions de test ça a l’air pas mal : http://pix.caercam.org/upload/original/1407920915.png

    La sélection se fait sur les acteurs et les collections, par exemple dans ma capture de test, Ben Stiller joue dans The Secret Life of Walter Mitty et dans The Royal Tenenbaums, et Sean Penn joue dans The Secret Life of Walter Mitty et The Tree of Life.

    La limite est que dans l’immédiat il n’y a pas moyen de voir les films dans lesquels un réalisateur joue, par exemple pour voir en lien dans la fiche d’Into The Wild les films où apparaît Sean Penn. C’est une idée à creuser pour le plugin, cela dit, un genre de shortcode/plugin/widget intelligent pour lier les films… À creuser !

    Yes, you can add custom css to your theme’s style.css file ot override the plugin’s public.css classes 🙂

    You’re using a premium theme so I can’t help you right now with the movies-in-homepage thing, but if you send me the theme’s archive by mail I’ll take a look at it and show you which part to edit to support movies 🙂 → support[at]wpmovielibrary[dot]com

    Hi rotimok,

    Thanks for the kind words and glad you like this plugin 🙂

    That’s actually an “issue” with the theme rather than the plugin, but since you’re using a premium theme I can’t help you right now; would you mind sending me the theme archive by mail so that I can show you what and where to edit? → support[at]wpmovielibrary[dot]com 🙂

    Bonjour Andre !

    Effectivement le fichier wpmovielibrary/assets/css/public.css contient les css public, vous pouvez modifier ce fichier. Attention toutefois, car la prochaine mise à jour du plugin va modifier beaucoup de choses dans les styles et aussi mettre en place un système de templates, et de manière générale vous risquez de perdre vos modifications à chaque nouvelle version si vous modifiez les fichiers internes du plugin. La meilleure façon de procéder est d’ajouter vos propres css dans un fichier à part, dans votre thème par exemple.

    Pour afficher les films sur la page d’accueil, pouvez-vous me dire quel thème vous utilisez pour que je regarde la façon dont il gère la page d’accueil ?

    Note: I answered you in French since this thread started so, but you can use English if you want to skip the Google translate part 😉

    I think I nailed the images-not-loading issue, hopefully the next version will fix this!

    I took a look at your theme, it’s quite deprecated but I guess we can’t do much about that. Anyway, to show movies on your homepage, just edit the index.php file in your theme folder and change line 30 from:

    'post_type' => 'post',

    To:
    'post_type' => array( 'post', 'movie' ),

    And you should be good to go 🙂

    Great! Thanks for the heads up on HTTPS/HTTP for the images not loading, I’ll investigate that!

    As for the theme, which one is it? The movies are supposed to show along with regular posts, but some themes may have an unorthodox way to handle the homepage 🙂

    And for the lightbox thingie, we already got a couple of request for it! That’s not going to be a part of the plugin, but that will be a nice way to introduce the possibilities of extending the plugin. v1.2 and following will introduce hooks to extend the plugin, I’ll release a small plugin soon after v1.2 to add lightbox 🙂

    Non, c’est interne au thème, ce n’est pas une fonctionnalité du plugin. Je regarderai dans la semaine comment adapter le thème moviestar pour qu’il prenne en compte les films, je posterai le résultat ici 🙂

    Tip: don’t push too hard on the restyling part: version 1.2 will introduce templates and alter quite a bit of styles 😉

    Ok. Unfortunately there’s no fix for this bug yet. I’m putting this as a priority for version 1.2 that’s due next week.

    Ha, that’s not unheard of. Are you using Firefox? I noticed a bug with some versions of Firefox that prevents the posters/images from being loaded to the modal window, haven’t figured out yet what’s causing this… It looks like that’s what you’re experiencing.

    Hi wiezel,

    The plugin does not allow automatic images download, you have to pick the ones you want on a per-movie basis, the main reason for this is performance — downloading potentially dozens of images when importing metadata would really slow down the process.

    Maybe you can provide some more details: did you import the movies or added them manually? Did you try to import the images yourself using the plugin, or did the images loading modal window fail to work?

    Bonjour,

    C’est normal : le plugin utilise un custom post type, il est plus que probable que le plugin/thème que tu utilises pour les articles en relation ne se base que sur les articles classiques… Cela étant, quel est ce thème/plugin ? Tu dois pouvoir le modifier assez facilement pour prendre en compte les films je pense.

    … Guess that’s solved!

    Résolu, donc 🙂

Viewing 15 replies - 466 through 480 (of 504 total)