achsanos
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] "Incorrect Data"Ok, a day after, new download, works fine.
Forum: Plugins
In reply to: [WooCommerce] Woo-Commerce Update broke my checkoutMy case: I usually disable the default wordpress jquery, and also the plugins default jquery enqueue scripts, so I can have more control about how each WP plugin is enqueued in each page and load for them just one jquery version – the latest. Right.
I solve (?) this problem just updating the jquery version to latest version – remember, all my WP plugins use just it. So, I think the problem is because there’s some jquery versions conflict, once some WP plugins, by default, call to a specific jquery version, not the most recent. Some sense?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce StyleJust one word: css. You’ll need to disable the Woocommerce default (and unique) style and do the desirable changes editing your theme stylesheet manually. To disable the WC default style just add this to functions.php:
<?php // WC DISABLE DEFAULT STYLESHEET add_filter( 'woocommerce_enqueue_styles', '__return_false' ); ?>
This may help you:
how to use firebug to modify a wordpress theme/
third party custom theme compatibilityForum: Plugins
In reply to: [WooCommerce] Shortcode n?o funciona.(Amanda, www.ads-software.com; vem gente do mundo inteiro, ent?o se for se comunicar, o fa?a em inglês – ou ent?o acesse o fórum wordpress em português).
Quanto a dúvida, após criar a página e inserir o shortcode, certifique-se também de ter selecionado essas páginas em Settings > Pages, talvez funcione – isso vale para as vers?es pré 2.0 do woocommerce, se for atualizar para a vers?o mais recente talvez seja melhor fazer uma reinstala??o limpa.
In Performance >> Minify >> General, try to uncheck the option Rewrite URL structure, maybe it works.
Forum: Plugins
In reply to: [WooCommerce] Add to Cart variation via ajaxYes, I need some code or at least some direction to follow. I tried several ways (js assets, templates php), but did not get very far. Is there any ideas you can share?
Forum: Plugins
In reply to: [WooCommerce] Variation Add to Cart button reloads entire page.Now fixed (sorry). I’m using an offline PHP host, so there’s no way to send links. But the central idea is show an Add-To-Cart button (variations product) in the index page, that works dynamically, not reloading the entire page, as the link example. Initially worked properly, but now isn’t. Sad.