Charlie Merland
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] metadescription and meta title in archive page moviesHi samnnn,
You can’t, really, at least not from the plugin’s part; meta descriptions and titles have more to do with themes than plugins. Depending on what theme you’re using you may have different solutions at you disposal.
Forum: Plugins
In reply to: [WPMovieLibrary] User submitted moviesHi katerasm,
There’s currently no way for frontend user to submit new contents, be it movies or theater shows. As for renaming the fields to fit theater shows, although not technically impossible it would require quite a bit of work for an unguaranteed result. The plugin really is meant for movies, at least for now.
Forum: Plugins
In reply to: [WPMovieLibrary] wp_option table crashesHi felixlamour,
Wow, that’s a problem. Are you running anything other than WPMovieLibrary that could cause this? Do you have any clue as to what exactly is corrupted in the
wp_optionstable?Forum: Plugins
In reply to: [WPMovieLibrary] About Movie Title and Star, Subscribe, Category & Tag IssueI’m not aware of a default subscribe Widget, are you referring to the default ATOM/RSS Widget?
Forum: Plugins
In reply to: [WPMovieLibrary] [Shortcodes] Movies don't display next to each otherHi cervium,
You might want to try the
[movie_grid]Shortcode instead, which looks more like what you describe than the basic[movies]Shortcode.Forum: Plugins
In reply to: [WPMovieLibrary] Conflict between Movie Library and Flatsome "Blocks".Hi zach21uk,
Could you share a link so I can take a look at what’s going wrong?
Forum: Plugins
In reply to: [WPMovieLibrary] About Movie Title and Star, Subscribe, Category & Tag IssueTitle and stars: see here. Concerning the sidebar, is the Widget correctly configured? You have the possibility not to show ratings, make sure the ratings option is set to “Stars and note”.
Subscribe Issue: what are you using to manage subscribers notifications?
Category & Tag: theme devs aren’t wrong, it’s not an issue, rather something not supported by the theme. The plugin itself does not have any control on how themes display taxonomies, this needs to be dealt with by the theme. See here.
Hint: categories and tags not showing on movies is due to the
icynets_simplic_entry_category()function targeting only posts. Theme author should consider adding filters to bypass this type of restriction.Forum: Plugins
In reply to: [WPMovieLibrary] Movie Title and Rating Not showingDefinitely not a plugin issue: you have a custom CSS file loaded on your site, either custom theme config or plugin (JetPack’s Custom CSS?), that forces links to show up white instead of black. Movies’ title and stars are displayed as they should, but forced in white.
Forum: Plugins
In reply to: [WPMovieLibrary] Manually Add Movie Trailer Link FacilityHi networkwebmasters,
The trailer plugin is an experiment plugin, not really reliable. I’ll check for a way to add a custom link field.
Not sure when, but I’ll try to add a taxonomy filter, yes 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] images not showingHi lavadasisco37,
It’s not possible with current version 2.x. It’s one of the principal reasons why I’m completely rewriting the plugin to version 3.x, which will feature custom images and posters upload and usage of already imported media as images/posters 🙂 Unfortunately no scheduled date for this, but we’re working on it!
Forum: Plugins
In reply to: [WPMovieLibrary] "X" to delete whole search term; download movie data fileI’ll add the X thing to the next release then 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] With yoast seo plugin how to add year in title?You’re welcome!
Forum: Plugins
In reply to: [WPMovieLibrary] With yoast seo plugin how to add year in title?That explains. I took a look at Yoast SEO 3.3.2 and it uses the
pre_get_document_titlehook, making it harder to edit titles on the fly. This code should get you closer, though.