Gestion contenue avec i18n

html. Hors j'ai crue comprendre que pour la version ENG et surement à cause Poedit et la forme pluriel certaines balises ne passent pas et ça déforme tout mon contenue

3
Cherche Codeur php pour intranet entreprise

html j’aimerai que [Texte du lien](http://www.grafikart.fr/themes/core-admin-2) soit utilisé . et petit bonus j'aimerais que la création sois détailler afin que je puisse m'améliorer . merci de me faire

4
Deux événements scroll qui ne s'aiment pas.

html,body").animate({ scrollTop: height_scroll * (action[1] - 1)}); } } )}; Et le dernier bout de code qui gâche tout ! $(window).scroll(function () { if ($(this).scrollTop() > height_scroll *0.6 && $(this).scrollTop() < height

2
Création d'une galerie avec cakephp

Html', 'Session'); public $components = array('Img'); public function beforeFilter(){ parent::beforeFilter(); $this->layout = 'gallery'; } function index(){ if($this->request->is('post')){ $data = $this->request->data'Gallery']; if(isset($data'url'])){ $this

7
comment mettre en place sass

html { height: 100%; margin: 0; padding: 0; width: 100%; } body { background-color: $col_fond; /* #dfe9f4; */ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; height: 100%; margin

4
Problème de communication entre deux serveurs

html-webpack-plugin for "index.html": Asset Size Chunks Chunk Names index.html 21.4 kB 0 webpack: bundle is now VALID. ``` ### Ce que je veux Quand je tape localhost:8080/api/comments/ j'arrive

5
Rewrite URL avec PHP

html$ rewriting.php?id=$1 [L]` "rewriting.php": `` Mon problème, c'est que l'url ne suit pas les instructions de ".htaccess", On cliquant sur le lien

2
Erreur Vue Js : "Unexpected token }"

HTML: ``` .line{ width: 75px; height: 10px; background-color: black; position: absolute; bottom: 0; transition: 0.5s; } .box{ width: 75px; height: 75px; background-color: black; position: absolute; bottom: 0; transition: 0.5s; } ``` JS: ``` new Vue ({ el: '#app', data: { verif: false }, methods: { verift: function () { this.verif = false ? this.verif = true : this.verif = false, } } }) ``` Je vous remercie pour

4
problème de nommage lors des upload

Html', 'Session', 'Date'); public $components = array('Img'); public function beforeFilter(){ parent::beforeFilter(); $this->layout = 'gallery'; } function rubrique($rubrique){ $cat = $this->Gallery->Rubrique->find('first',array( 'conditions' => array('slug' => $rubrique) )); if(empty

2
responsive

HTML : ``` Un cervidé félin Tapenade et motivation : éradication des nomenclatures. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam at ex urna. Phasellus eu euismod diam. Aliquam pulvinar hendrerit sollicitudin

3