Rommel Castro
Forum Replies Created
-
Forum: Plugins
In reply to: [HM Multiple Roles] Translate Role’s nameI’ll be happy to send a PR if you have a GH repository
Hi @leungel – Right now is not possible to disable Conversion API. I will open a GH issue so we can triage this
Hi @spitelis you can disabled pixel by adding this snippet to your site:
add_filter( 'facebook_for_woocommerce_integration_pixel_enabled', '__return_false' );
you can add this to your functions.php file or any file where you have custom code.
Forum: Plugins
In reply to: [WooCommerce] reduce subscription stock bugHey @ershadzolfi – is this related to this PR https://github.com/woocommerce/woocommerce-subscriptions-do-not-reduce-stock-on-renewal/pull/4?
Forum: Plugins
In reply to: [Public Post Preview] Get PPP urlpull request submitted. GitHub
Forum: Plugins
In reply to: [AMP] Style fatal errorSame issue with WP 4.5.4 and latest AMP version.
Forum: Hacks
In reply to: getting data from my own data tableyou need an endpoint that makes the actual search, take a look at the WP-API or you can use AJAX wp functionality, take a look at this page Ajax in Plugins, this it’s only to handle the ajax call, you need the logic to build the search, you can run sql queries with $wpdb.
Forum: Hacks
In reply to: Custom Forms Helper (no GUI needed)take a look at CMB2!
Forum: Plugins
In reply to: [Adminer] Importing file from server error: File does not existHey Frank,
based on your question, you’re uploading the file to the wrong path, the right path is: /wp-content/plugins/adminer/inc/adminer/
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] IS loading first page twice.no clue around this?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] IS loading first page twice.hey @jeherve,
add_theme_support( 'infinite-scroll', array( 'container' => 'portfolioitems', 'footer' => false, 'render' => 'genesis_do_loop', 'posts_per_page' => 12 ) );
IS being used for custom post types archives
Forum: Plugins
In reply to: [Custom Field Template] Error on updating postanyone? also, is there a way to contribute to the plugin with code?
Forum: Themes and Templates
In reply to: [fART] Remove the sidebar widgets from pages@jefflarish doing it with css is a good solution as long as he don’t touch the theme files, the right approach should be create a child theme a just add the css
he shouldn’t change the theme files, he’s changes would be reverted as soon as he updates the theme
Forum: Themes and Templates
In reply to: Customizr Theme: lost bloglet’s try this, go to permalinks structure and just click “save changes”
you permalinks should flush and probably this would fix the issue