chadrex
@chadrex on WordPress.org
- Member Since: March 14th, 2019
Contribution History
chadrex’s badges:- Translation Contributor
-
Created a topic, Best plugin, on the site WordPress.org Forums:
It's got everything I need, I'm very happy with it. -
Posted a reply to How to add [product id] support to search in header, on the site WordPress.org Forums:
Continuing to research the question. There is a good example here, however I see that… -
Posted a reply to How to add [product id] support to search in header, on the site WordPress.org Forums:
add_action( 'woocommerce_after_shop_loop_item', 'display_sku' ); function display_sku() { global $product; if ( $product->get_id() ) { echo… -
Posted a reply to How to add [product id] support to search in header, on the site WordPress.org Forums:
<font _mstmutation="1"></font>Alas, I need not only the sku but also the product id which is… -
Created a topic, How to add [product id] support to search in header, on the site WordPress.org Forums:
Nub question but maybe there's a simple workaround to … -
Translated 6 strings on translate.wordpress.org.
-
Created a topic, Not enough exclusion settings, on the site WordPress.org Forums:
It would be ideal to assign unique names only for png,… -
Posted a reply to Some bugs in the search bar and the right sidebar, on the site WordPress.org Forums:
Closed. The few solutions was presented on github: https://github.com/spider-themes/eazydocs/issues/1 -
Created a topic, Some bugs in the search bar and the right sidebar, on the site WordPress.org Forums:
Introductions: PHP 7.4 Fresh WP Theme: Twenty Twenty-T… -
Created a topic, Alas, on the site WordPress.org Forums:
The plugin is not working, as is the site from where n… -
Posted a reply to The plugin changes the initial value of the quantity to zero, on the site WordPress.org Forums:
not sure, but here is the solution to my problem (I guess) if( !$data['_wcmmq_s_min_quantity'] ||… -
Posted a reply to The plugin changes the initial value of the quantity to zero, on the site WordPress.org Forums:
For example, let's compare two bases, before lick submit and after click submit. (1314, 'wcmmq_s_universal_minmaxstep',… -
Created a topic, The plugin changes the initial value of the quantity to zero, on the site WordPress.org Forums:
The plugin changes the original value of the quantity … -
Posted a reply to File Advanced Returns the emptiness, on the site WordPress.org Forums:
Thank you very much, now everything works. I would like to see this solution in… -
Created a topic, small suggestion regarding the number of items, on the site WordPress.org Forums:
Hi, I would like to suggest that you turn on the idiot… -
Posted a reply to File Advanced Returns the emptiness, on the site WordPress.org Forums:
Yes of course, here is the complete code add_filter( 'rwmb_meta_boxes', 'rsm_product_cfields_register_meta_boxes' ); function rsm_product_cfields_register_meta_boxes( $meta_boxes… -
Posted a reply to File Advanced Returns the emptiness, on the site WordPress.org Forums:
wrong code, this is what i'm actually using add_action( 'woocommerce_single_product_summary', 'rsm_product_tab_docs_content', 12 ); function rsm_product_tab_docs_content()… -
Created a topic, File Advanced Returns the emptiness, on the site WordPress.org Forums:
I applied simple code from the documentation to get th… -
Posted a reply to Incomprehensible frame around the image when using Trim Whitespace, on the site WordPress.org Forums:
Alas, it did not help, the result is the same. I repeated the options you… -
Created a topic, Incomprehensible frame around the image when using Trim Whitespace, on the site WordPress.org Forums:
On upload, I get thumbnails with an incomprehensible b… -
Posted a reply to Bug with cyrillic support, on the site WordPress.org Forums:
It's strange, I sort of wrote the answer, but he left ... In any case,… -
Posted a reply to Price sorting type via input fields, on the site WordPress.org Forums:
Alas, I could not find a link to buy the premium version. Buying through a… -
Created a topic, Price sorting type via input fields, on the site WordPress.org Forums:
Hi, I would like to get such a simple filter type for … -
Posted a reply to Does SearchWP work with Relevanssi, on the site WordPress.org Forums:
I tested these two plugins at the same time, everything works fine. Does ajax search… -
Posted a reply to Change text MSRP to RRP, on the site WordPress.org Forums:
$template = '<div class="price"><label for="alg_wc_msrp">MSRP</label>: <span id="alg_wc_msrp"><' . $textFormat . '>%msrp%</' . $textFormat . '>%you_save%</span></div>';… -
Created a topic, The best of the kind, on the site WordPress.org Forums:
Oddly enough, this plugin was the best among others li… -
Created a topic, Useless, on the site WordPress.org Forums:
Useless because of the inability to edit the template.… -
Posted a reply to Bug with cyrillic support, on the site WordPress.org Forums:
Yes, there is another thing, for example, if the attribute (attribute_name) contains Russian letters, then… -
Posted a reply to Bug with cyrillic support, on the site WordPress.org Forums:
If you don't mind, can you tell me how to write a link so that… -
Created a topic, Bug with cyrillic support, on the site WordPress.org Forums:
Noticed a small bug. related to the fact that if the s… -
Created a topic, Just awesome, on the site WordPress.org Forums:
Excellent clean and customized theme -
Posted a reply to Just not work, on the site WordPress.org Forums:
Yes, I have already understood that you are deceiving people by stating this in the… -
Posted a reply to Multi add to cart woocommerce, on the site WordPress.org Forums:
There is the same question, the topicstarter did not mean the choice of quantity of… -
Posted a reply to Just not work, on the site WordPress.org Forums:
The plugin simply adds the name of the assigned group to the name of the… -
Created a topic, Just not work, on the site WordPress.org Forums:
There is nothing to say, the declared functions do not… -
Created a topic, Incompatible with dynamic price plugin, on the site WordPress.org Forums:
I use this plugin that changes the initial prices depe… -
Posted a reply to Stumbled into one bug with the inability to switch roles, on the site WordPress.org Forums:
Or generally, I would like to include only one role there -
Created a topic, Stumbled into one bug with the inability to switch roles, on the site WordPress.org Forums:
The loco translate plugin has a custom role - translat… -
Posted a reply to How to sort goods under two conditions (price and stock)?, on the site WordPress.org Forums:
I tried this method again, but it does not work either... add_filter( 'woocommerce_get_catalog_ordering_args', 'new_sort_by_stock', 25… -
Created a topic, How to sort goods under two conditions (price and stock)?, on the site WordPress.org Forums:
I need the goods that without being in stock move to t… -
Posted a reply to Custom shortcode as select/option, on the site WordPress.org Forums:
And another question, how to turn off automatic translation? For example, I have buttons that… -
Created a topic, Custom shortcode as select/option, on the site WordPress.org Forums:
Hi, I would like to create a language switcher as a dr… -
Posted a reply to How to display the calendar on several tabs?, on the site WordPress.org Forums:
Yes, this hook is prescribed in the product variation template, the problem is most likely… -
Created a topic, How to display the calendar on several tabs?, on the site WordPress.org Forums:
Hello, I need help, in the template, the order form is… -
Posted a reply to Some suggestions and questions, on the site WordPress.org Forums:
Thank you for making time for my questions. As for the selection options (second question),… -
Posted a reply to Some suggestions and questions, on the site WordPress.org Forums:
Another question, is it possible to make a filter with this plugin in the category… -
Posted a reply to Some suggestions and questions, on the site WordPress.org Forums:
One more idea - in case of variable products, move inventory management to the product… -
Created a topic, Some suggestions and questions, on the site WordPress.org Forums:
Hi, I'll start with suggestions, they are small: 1. Ab… -
Created a topic, Not work, on the site WordPress.org Forums:
Plugin does not work, produces many errors: Notice: U… -
Posted a reply to Filter of goods at a certain price, on the site WordPress.org Forums:
I understand, then I will think of something, but I would like to get such…