Redouane
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Gazette] Search field on mobileMy phone is a Samsung A5 on Android 6, my associate had the same problem on his HTC (Android as well), both had the bug on modern browsers, but not on the default browser
Forum: Developing with WordPress
In reply to: Author pages: exclude articles from certain categoriesmuch appreciated on the help, I’ve used your suggestions paired with
category__not_into achieve the desired results.Cheers
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] issue with back buttonhas this been looked into at least?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] issue with back buttonSorry I hadn’t made that clear in OP, but I’ve already done that and there’s no conflict, it’s all Jetpack’s Notifications fault. Please test it yourself.
Forum: Themes and Templates
In reply to: [Gazette] Homepage grid breaking on RTLIt was just a matter of clearing, here is the css to solve this:
@media screen and (min-width: 960px) { .content-area .hentry:nth-of-type(odd) { clear: none !important; } .content-area .hentry:nth-of-type(3n+1) { clear: right !important; } }I hope devs will include this fix in the next update.
Forum: Plugins
In reply to: [Featured Video Plus] featured image sizeI understand the problem and might look into an additional request for checking if there is a bigger image available
That’s all I’m asking. Thank you for this great plugin.
Forum: Plugins
In reply to: [WPMovieLibrary] PaginationNot a stupid question at all.
I just did that right now just to be sure, the issue is still there unfortunately. i just sent you an email, we’ll follow this up there.Forum: Plugins
In reply to: [WPMovieLibrary] Pagination.
Forum: Plugins
In reply to: [WPMovieLibrary] PaginationThanks, Charlie.
Just to be sure, when you said “I’ll push an update soon”, you didn’t mean today’s update? because I did the update and that didn’t fix it, if it’s not that one, well… take your time 😀Forum: Plugins
In reply to: [WPMovieLibrary] PaginationI went and enabled WP_DEBUG, WP throws this error:
Notice: Undefined property: WP_Query::$post in /wp-includes/query.php on line 3960
could this be what’s causing this trouble?Forum: Themes and Templates
In reply to: [Pictorico] Black slider ( RTL support?)The theme has RTL support, but i had to
wp_enqueue_style(‘chld_thm_cfg_parent’, get_template_directory_uri() . ‘/rtl.css’);
in the child functions.php to force load it.
now the slider works.
Forum: Plugins
In reply to: [WPMovieLibrary] movie date in titleI’ve been scratching my head trying to append the year to titles properly in the theme for hours, then i remembered that there was something like this in here
your code works like a charm, i had to change a little bit of it for 2.x
here is the snippet: http://pastebin.com/Q7hYnu8Zprobably needs some check of sorts, i dunno, but it works
Merci Charlie 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] Update Movie (in bulk)Disabling the plugin gives an error
Fatal error: Allowed memory size of 176160768 bytes exhausted (tried to allocate 89 bytes) in /PATH/wp-includes/cache.php on line 621I’m gonna follow up by email. (email sent)
Forum: Plugins
In reply to: [WPMovieLibrary] Update Movie (in bulk)Wait, it just finished now, all the data are still missing, no overview no release date… etc, what do i do?
EDIT: it seems like it the changes weren’t taking effect, i just opened the update page again, and all of those movies are there. There is about 1800 movie there, you think this is why? too much movies?
Forum: Plugins
In reply to: [WPMovieLibrary] Update Movie (in bulk)Man, you’re a lifesaver. It looks like it’s working, it’s a long list. Thank you so much.