kidnec
Forum Replies Created
-
Forum: Plugins
In reply to: [WCAPF – Ajax Product Filter for WooCommerce] Active filters doesnt updatei am on vacation, i will send it to u soon as posible.
sorry for com. silence.
Forum: Plugins
In reply to: [WCAPF – Ajax Product Filter for WooCommerce] Active filters doesnt updatey, i deactivated all plugins … i have three my own theme and does not work on anyone – http://www.cykloprodejna.com/obchod/
Forum: Reviews
In reply to: [WCAPF – Ajax Product Filter for WooCommerce] Good, but…It working with default wp theme too, but i cant diagnose problem in my own theme. I know thats not your problem…
I have just few “script” code:
add_theme_support( 'html5', array( 'gallery', 'caption','search-form' ),'post-thumbnails' ); function theme_scripts() { wp_enqueue_style( 'style', get_stylesheet_uri() ); } add_action( 'wp_enqueue_scripts', 'theme_scripts' ); function right_widgets_init() { register_sidebar( array(.....) ); } add_action( 'widgets_init', 'right_widgets_init' );Its my function file, i have
<?php wp_head(); ?>before `</head>
and<?php wp_footer(); ?>before</body>`…Any idea why your widget doesnt work ? I tryed comment full functions.php file (except including css files) and still not working.
Forum: Plugins
In reply to: [WP Report Post] idea for next updateHello,
can be there option for translate this text>>>Your report has been successfully sent. We will review it soon and contact you back.
Forum: Hacks
In reply to: WP-LOGIN editthank you.
there is way to create file in template folder and use thah like page? Becouse CSS dont resolve what i want.
But thinking, that i create simple link to ?mypage=login and in code I create function to show loginform anywhere ….
Again, thank you for reply. 🙂