Charlie Merland
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] Question about Movie GridYou’re right, that is not possible right now, but is planned for version 2.1.5: taxonomy pages will be able to use the same grid as movie archives pages 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] meta data search not showing resultHi filminstrem,
From your other post it does not look as the same issue, but will try to fix it anyway. Most probable cause was a conflict with another theme/plugin, but that’s been ruled out, so it leaves us with an issue connecting to the API. Are you by any chance using GoDaddy? I got report from issues with that host blocking the requests to TMDb for unknown reason.
In any case, please contact me at support[at]wpmovielibrary[dot]com to pursue the tests.
Forum: Plugins
In reply to: [WPMovieLibrary] Probleme enlever l'image au du dessusDe rien 😉
Forum: Plugins
In reply to: [WPMovieLibrary] Probleme enlever l'image au du dessusJe ne vois pas de fiche film sur le site, cela dit je viens de tester le thème. Comme toujours dans ce cas il y a deux solutions : masquer l’image à la une via CSS, ou simplement demander au thème de ne pas l’afficher pour les films. La seconde solution est la meilleure, mais impose une légère modification du thème qu’il faudra refaire à chaque mise-à -jour dudit thème.
Dans le fichier
content-single.phpdu thème, remplacer la ligne 9 :<?php if ( has_post_thumbnail() ) : ?>Par
<?php if ( has_post_thumbnail() && 'movie' != get_post_type() ) : ?>Forum: Plugins
In reply to: [WPMovieLibrary] Posters and featured images conflict.Ok. That’s not possible in the current state of the plugin, and would be a bit of a problem to make possible, actually. It’s technically doable, I guess, but would require a lot of trouble for a very specific purpose. I’ll give it some thinking, though!
Forum: Plugins
In reply to: [WPMovieLibrary] Problem Importing DataIf that can help someone, looks like a GoDaddy issue preventing requests to the API from executing correctly. No idea yet as to why this is happening.
Forum: Plugins
In reply to: [WPMovieLibrary] Last update causes problems on my siteHi josespinosa,
That’s a problem. What was the issue exactly?
Forum: Plugins
In reply to: [WPMovieLibrary] Problem Importing DataOk, thanks for the update. Could you please drop me a mail at support[at]wpmovielibrary[dot]com? I may have to look at this more closely.
Don’t mention it!
Forum: Plugins
In reply to: [WPMovieLibrary] Link several posts with a movie entryHi Looic,
Maybe not in the core, but that’s definitely something useful. If you share the code on GitHub I’ll see what I can do about it!
Forum: Plugins
In reply to: [WPMovieLibrary] Posters and featured images conflict.Hi twinbros,
Could you be more specific about this? I gather your theme displays featured images in landscape, but without knowing the theme nor having the website URL I can’t really help you 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] Problem Importing DataOk, the Hueman theme is safe − that’s the one i use on demo.wpmovielibrary.com without any issue − but that’s a lot of plugins.
Your best try is to deactivate all of them but WPMovieLibrary and reactivate them progressively to see which one(s) cause(s) this issue. Then when can run more test to find how to solve this 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] Probleme enlever l'image au du dessusBonjour astronomie,
Merci pour les compliments 😉
Pour ce qui est de la taille de l’affiche, il y a 9 chances sur 10 que cela provienne du thème, dur de se faire une idée sans l’avoir sous les yeux ; serait-il possible d’avoir un lien vers le site ou, à défaut, le nom du thème ?
Forum: Plugins
In reply to: [WPMovieLibrary] RankPas de soucis 😉
Forum: Plugins
In reply to: [WPMovieLibrary] RankLe fichier style.css de ton thème, généralement. L’inconvénient effectivement est que les modifications sautent à chaque mise-à -jour du thème… D’où la zone de CSS que je vais ajouter dans les options pour la version 2.1.5 😉