Cyrille Sanson
Forum Replies Created
-
Forum: Plugins
In reply to: [DotClear2 Importer] Import DotClear 2 WordPress New versionHello Byzmut,
Send me an email from my website contact form http://www.100son.net.
Hello,
FYI
I just remove the patch and everything works fine.
Forum: Themes and Templates
In reply to: [Make] Can I change the appearance of the mobile main menu?I Pertuset.
Usually changes are made in the style.css of the child theme.
Forum: Themes and Templates
In reply to: [Make] Adding Logo Next to Site Title/Tagline (Not Above)Hi,
Here what I’ve added in the style.css of the child theme.
.site-title { margin-left: 115px; position: relative; bottom: 100px; } .site-description { position: relative; left: 115px; bottom: 90px; }Not sure it’s the best way.
Forum: Themes and Templates
In reply to: [Make] Adding Logo Next to Site Title/Tagline (Not Above)Hi Kopper65,
That’s the question. I try to do this with CSS but I don’t get the trick yet.
Is anybody know how to do this?
Forum: Themes and Templates
In reply to: [Hueman] Home page slideshows stop slidingOMG!
That was so simple!I feel so silly.
Thanks a lot bdbrown
Hello,
Thanks to luismazu, it works.
Just put this code in the functions.php of your child theme (never change theme).
if( !is_admin()){ wp_deregister_script('jquery'); wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, ''); wp_enqueue_script('jquery'); }Forum: Themes and Templates
In reply to: [Suits] TranslationPut this in the functions.php of Suits child theme.
//* define parent and child theme text domain define( 'PARENT_THEME_TEXTDOMAIN', 'suits' ); define( 'CHILD_THEME_TEXTDOMAIN', 'suits-child' ); add_action( 'after_setup_theme','mychildtheme_load_textdomain'); //* load parent and child theme translation file. function mychildtheme_load_textdomain() { // load the custom parent theme translation file load_theme_textdomain( PARENT_THEME_TEXTDOMAIN, get_stylesheet_directory() . '/languages/suits' ); // load the child theme translation file load_child_theme_textdomain( CHILD_THEME_TEXTDOMAIN, get_stylesheet_directory() . '/languages' ); }Then put suits-fr_FR.[mo|po] in
/wp-content/languages/themesForum: Themes and Templates
In reply to: [Suits] TranslationMaybe this way with next WP release?
Forum: Themes and Templates
In reply to: [Suits] TranslationHi,
It seems that Suits, although possessing a translate page, is not i18n ready.
Any piece of information about that?
Forum: Plugins
In reply to: [Mooberry Book Manager] Mooberry Book Manager witch versionHi,
That’s great.
If you need a hand, you can ask.
I finished french translation and we should talk about it Sunday to the GTD.
Good luck,
Forum: Plugins
In reply to: [Mooberry Book Manager] Tag name followed by "Tag"That’s perfect!
Thanks a lot,
Forum: Plugins
In reply to: [Mooberry Book Manager] Tag name followed by "Tag"Hello,
Thanks for your quick answer.
What have I to put in “return ”” in order to display the tag name?
Thanks,
Forum: Plugins
In reply to: [Mooberry Book Manager] Differents grids on the same pageHi,
It seems that using tag grouping can be a solution.
Thanks,
Forum: Plugins
In reply to: [Mooberry Book Manager] Change release date display to dd/mm/yyyy+1