I hereby claim:
- I am kokers on github.
- I am kokers (https://keybase.io/kokers) on keybase.
- I have a public key ASDPRHqG6JMqwNdk7IgVbQ89TqdL3E626jaEA4pd3T-TbAo
To claim this, I am signing this object:
.category-item-content { | |
display: none; | |
} | |
/* Demo blog styles */ | |
body{ | |
background:#f5f2f0; | |
padding:1px 15px; | |
font-family:"SF Mono", "Monaco", "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; | |
font-size:14px; |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Source: Part of HTML5 Boilerplate | |
# https://github.com/h5bp/html5-boilerplate/blob/master/dist/.htaccess#L724 | |
<IfModule mod_deflate.c> | |
<IfModule mod_setenvif.c> | |
<IfModule mod_headers.c> | |
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding | |
RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding | |
</IfModule> |
/* | |
* @author Eliza "kokers" Witkowska - AIO collective | |
* | |
* Custom control for WordPress Elementor plugin | |
* inside Section > Style > Typography settings | |
* and Column > Style > Typography settings, | |
* for setting custom headings color (h1...h6). | |
* | |
* Current Heading Color control inside Elementor, | |
* works only for heading widget, and not h1...h6 tags. |
security: | |
encoders: | |
AppBundle\Entity\User: | |
algorithm: pbkdf2 | |
hash_algorithm: sha512 | |
encode_as_base64: true | |
iterations: 1000 | |
# http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers | |
providers: | |
our_db_provider: |
<?php /* | |
Template Name: Gallery | |
Gallery template based on Advanced Custom Fields gallery field | |
with pagination and categories. | |
ACF Fields for this page are: | |
- gallery (Gallery field) -> contain all images | |
- categories (Repeater field) -> images divided into categories | |
-- name | |
-- nice_name (for the url) | |
-- gallery |