This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('#bottom').click(function() { | |
| $(documentBody).animate({scrollTop: $('#top').offset().top}, 2000,'easeInOutCubic'); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Columns : 12 | |
| Grid Columns : 60px | |
| Grid Gutter : 30px | |
| ------------------------------------------------------------------- | |
| Grid Columns X Columns = GC | |
| Grid Gutter X ( Columns - 1 ) = GG | |
| ------------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| if( ($new->current_post % 3) == 2 ){ | |
| ?> | |
| <div class="clearfix"></div> | |
| <?php | |
| } | |
| ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function scrollToAnchor(aid,v){ | |
| var aTag = $(aid); | |
| $('html,body').animate({scrollTop: aTag.offset().top - 60},v); | |
| } | |
| $(document).ready(function(){ | |
| $('.subnav').waypoint('sticky'); | |
| $('.subnav a').on('click',function(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REGEX Sublime Text de remplacement des simples quotes par des doubles (et inversement) | |
| (en plus d'ajouter le plugin "toggle quotes") | |
| Find '(.*?)' | |
| Where <open files> | |
| Replace "$1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying that +davidmassiani is my blockchain ID. https://onename.com/davidmassiani |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://fr.wordpress.org/plugins/safe-attachment-names/ | |
| https://fr.wordpress.org/plugins/advanced-custom-fields/ | |
| https://fr.wordpress.org/plugins/regenerate-thumbnails/ | |
| https://fr.wordpress.org/plugins/wp-pagenavi/ | |
| https://fr.wordpress.org/plugins/redirection/ | |
| https://fr.wordpress.org/plugins/post-types-order/ | |
| https://fr.wordpress.org/plugins/user-role-editor/ | |
| https://fr.wordpress.org/plugins/wpcomponent/ | |
| https://wordpress.org/plugins/slate-admin-theme/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Template Name: Full Example | |
| Description: Full example component | |
| --------------------------------------------------------------------- | |
| {"type": "title", "name": "Title", "slug": "title"} | |
| {"type": "editor", "name": "Content", "slug": "content"} | |
| {"type": "image", "name": "Illustration", "slug": "illustration"} | |
| {"type": "link", "name": "Link", "slug": "link"} | |
| {"type": "id", "name": "Id", "slug": "id"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php the_component('slug'); ?> |
OlderNewer