Git Product home page Git Product logo

customify's People

Contributors

alexandersava avatar andreilupu avatar burloiucosmin avatar cristianfrumusanu avatar dependabot[bot] avatar madalingorbanescu avatar pixelgradebot avatar razwan avatar victor-panaite avatar vladolaru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

customify's Issues

Can't use backslash in CSS editor field

Daca incerc sa fortez o iconita cu content:"\F0d5" de exemplu, dupa refresh "" o sa dispara si o sa lase numai F0d5.

N-am testat mai multe cazuri, dar in asta nu merge

Warnings on Timber

fixul la om este in customify/class-pixcustomify.php
linia 639 inlocuita cu asta
if ( $load_all_weights && isset( $value['variants'] ) && ! empty( $value['variants'] ) ){

image

Callback overwrite default behaviour

Am intalnit la Patch ca functia de callback sa anuleze comportamentul default al regulei, adica sa nu mai scoata css-ul. De exemplu"

array(
                            'property' => 'color',
                            'selector' =>
                                'h1 a,
                                .site-title a,
                                h2 a,
                                h3 a,
                                .entry-card.format-quote .entry-content a:hover,
                                .bypostauthor .comment__author-name:before,
                                .site-footer a:hover, .test',
                             'callback_filter' => 'patch_color_contrast'
                        ),

Scoate doar callback-ul nu si regulile de CSS - e intentionat asta?

Font field errors after navigation

Scenariu: sunt pe pagina de Journal si intru un Customizer. Modific niste font-uri pe pagina de Journal.
Apoi navighez pe un single post si intru sa modific niste font-uri pentru Single Post (in sectiunea Main Content). Cand deschid un field de font, apare eroarea in consola.

VM18460 font_selector_preview.js?ver=4.7:100 
Uncaught TypeError: Cannot read property 'noah_font_typeline_cb' of null()

https://cloudup.com/ckD-fQj8YHU

LE: alt scenariu mai simplu
https://cloudup.com/c4FqNyX1v6P

Saving Flaws on Custom CSS/JavaScript Fields

Am mai avut o problema asemanatoare, cand faceam modificari in text field-urile din customizer si nu imi triggeruia butonul de Save (#22).

Acum am incercat sa adaug codul de Google Analytics in Custom Javascript — Footer si cu toate ca initial butonul de "Save and publish" a fost activ, nu mi-a salvat toate modificarile facute:
2016-07-22 14_37_08

@andreilupu cand ai ocazia, investighezi daca putem gasi o solutie care sa ofere o mai buna consistenta procesului de Saving?

PHP 5.3.29 and Customify 1.3.0 Issues

Rosa (Help Scout) #2

Your rosa theme is broke by newest customfy update 2.71 works 3 breaks all most all of the CSS user additions to the theme

Pile (Freshdesk)
Listable

Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AND), expecting ')' in /home4/techstep/public_html/gemmahenderson.com/wp-content/plugins/customify/features/customizer/controls/class-Pix_Customize_Font_Control.php on line 431

So I can't access the Customizer.

cc @pixelgrade/heroes cred ca ar ajuta un mesaj canned si marcate ticketele cu tag-ul customify-1-3-0 ca sa putem reveni la ei dupa.

Hide / Show related fields

Sometimes we need to make some fields dependent to each other. For example, when a checkbox is on another field should be visible or hidden.

Really need this for pixelgrade/timber#23

Developer license

Hey, nice works guys.
Does the license of it allow us to includes Customify into our theme that available for sale on TF or our own theme shop?

Regards.

Dependent Fields

O solutie sa afisam un field in functie de valoarea unui select/checkbox.

Am facut un research si am gasit plugin-ul asta care s-ar putea sa ne ajute ca punct de start: https://github.com/znbailey/jQuery-Dependent-Fields

Imi place sintaxa si cred ca putem incepe prin a scrie config-ul intr-un fisier separat in functie de tema:
$('#navigation-trigger-text').dependsOn('#navigation-trigger-format', 'text');

Ce ziceti @andreilupu @vladolaru ?

Sections / Sub-Sections Stylings

Visual clues for better options organizations:
image

Sections field markup:
'html' => '<span class="separator section">&#x1f4dd; ' . esc_html__( 'Section', 'txt' ) . '</span>',

Sub sections markup:
'html' => '<span class="separator sub-section">&#x1f4dd; ' . esc_html__( 'Sub section', 'txt' ) . '</span>',

Add Extended Typography Fields

It would be nice if we can bring together in one "extended" field the following typography related options:

font-family / font-weight / font-subset
font-size / line-height
letter-spacing / text-transform

This way we can reuse them more consistently.

I created an example and how this field configuration might look like:

// Example of an Extended Typography field
'extended_typography_example' => array(
    'type'        => 'font',
    'label'       => esc_html__( 'Item Title Font', 'noah' ),
    'desc'        => esc_html__( '', 'noah' ),
    'selector'    => '.c-card h2',

    // Set the defaults
    'default'   => array(
        'font-family' => 'Arca Majora',
        'font-weight' => '700',
        'font-subset' => 'latin-ext,cyrillic',
        'font-size'   => 24,
        'line-height' => 1.5,
        'letter-spacing' => 1,
        'text-transform' => 'none'
    ),

    // Sub Fields Configuration (optional)
    'fields'    => array(
        'font-family'   => array(
            'recommended' => $recommended_headings_fonts,   // List of recommended fonts defined by theme 
        ),
        'font-weight'   => array(
            'load_all_weights' => true,                     // False by default (used for Body fonts)
        ),
        'font-size'     => array(                           // Set custom values for a range slider
            'min'          => 8,
            'max'          => 20,
            'step'         => 1,
            'unit'         => 'px',
        ),
        'line-height'    => array(0, 2, 0.1, ''),           // Short-hand version
        'letter-spacing' => array(-5, 20, 1, 'em'),
        'text-transform'     => false                           // Disable sub-field (False by default) 
    )
),

Remove CSS Editor if WP version >= 4.7

In WP 4.7 au adaugat ei un editor de CSS iar al nostru pare sa nu mai functioneze.
Cred ca trebuie verificata versiunea WP si dezactivat by default al nostru daca e > 4.7

screen shot 2016-11-30 at 11 32 20

Weird spacing in Custom Code (JavaScript)

Nu stiu daca stiai, sau nu, dar e bine sa mentionez faptul ca daca scrii in Custom JS (footer sau header) iti va pune foarte multe spatii in fata si iti obstructioneaza putin asa logica si claritatea citirii codului (bad UI/UX).

Testat cu Customify pe ROSA si BORDER (Appearance — Customize — Theme Options — Custom JavaScript)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.