igor.antoshkin
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: wp.customize is not a functionProblem solved.
I used other jQuery version on front-end. In customization mode, jQuery embedded conflict with my jQuery. I fixed it.bdanzer29, thx.
Forum: Themes and Templates
In reply to: wp.customize is not a functionI have read several times. You can solve the problem? Or stuffing rating?
Forum: Themes and Templates
In reply to: wp.customize is not a functionhi.
custom.js:( function( $ ) { // Site feature wp.customize( 'title_feature', function( value ) { value.bind( function( to ) { $( '.awesome-slogan h3' ).html( to ); } ); } ); } )( jQuery );————–
customizer.php:<?php function customize_register( $wp_customize ) { $wp_customize->add_setting( 'title_feature', array( 'default' => 'Default text', 'transport' => 'postMessage', ) ); $wp_customize->add_control( 'title_feature', array( 'label' => __( 'Main feature', 'big' ), 'section' => 'title_tagline', 'type' => 'text', 'priority' => 15, ) ); } add_action( 'customize_register', 'customize_register', 11 ); function customize_preview_js() { wp_enqueue_script( 'custom', get_template_directory_uri() . '/assets/js/custom.js', array(), '20160824', true ); } add_action( 'customize_preview_init', 'customize_preview_js' ); ?>Forum: Reviews
In reply to: [PUZZLER is JS + CSS combine] Broke my siteHi friend!
I’m sorry that you are faced with a problem. If you are willing to help the community WP, I am ready to consider your case.
(email me at [email protected])There are two possible problems:
1. Error in the plugin.
2. You do not practice a Key Rule #2 or Key Rule #3 in the description of the plugin.Write to me, I will install the plugin for your blog correctly.
And maybe I will fix a bug in the plugin.Thank you.
Igor.
Viewing 4 replies - 1 through 4 (of 4 total)