aneta9
Forum Replies Created
-
Forum: Networking WordPress
In reply to: network sites new user role administrationActually, I found a solution and share with those who might have the same problem:
In NETWORK ADMINISTRATOR Dashboard go to Sites – All Sites – select required website – in its TABS select SETTINGS tab and there run search for the “Default role” setting (there are more than 100s of settings fields that are impossible to find without a search) and set the field called DEFAULT ROLE to “Customer” whatever other possible role option you need.
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Empty Weight Based Shipping TabDear Dan,
Today I simply reloaded everything and the interface of the weight shipping tab appeared!
I guess it was some caching issues!
Thank you for your time!
AnetaForum: Plugins
In reply to: [IG Posts Carousel] product categoriesWell, I am copy-pasting the slugs of the product categories, therefore i can’t make a mistake there.
The slider displays the products ONLY when cat=>” (is empty) and I see ALL products, not filtered.In ig-posts-carousel-shortcodes.php I see this line ‘category_name’=> $cat,
But isn’t category_name only related to post categories? and not product categories?I just can’t find the spot where it is defined that $cat also means product categories.
I have read in forums that these two things are different… therefore I feel the answer might be there. Otherwise, I am using the latest version of your plugin and can’t simply think of any other reasons why product filtering is not working.
(posts’ filtering works fine though).- This reply was modified 7 years, 8 months ago by aneta9.
Forum: Plugins
In reply to: [WooCommerce] Checkout missing shipping addressAsit, thank you so much! It worked for me.
Only I want to add that when you add a Shipping Zone, make sure to define the shipping method next to the Zone name (free, flat, etc). Otherwise, nothing will change.Forum: Plugins
In reply to: [WooCommerce] How to wrapping up the price number with a span?@icaleb
Great! Was looking for this answer for so long!
I needed to format the look of my price and thought the answer will be in the content of the function get_price_html().
Instead, I should have looked in wc-formatting-functions.php in the function wc_price.Thank you! :-))
Forum: Plugins
In reply to: Woocommerce – alter a functionAll you need to do is to go to the WordPress Dashboard. There, go to Woocommerce – Settings – Account and in the list of Account End points delete Download in the text field.
This empty field is a signal to WordPress to ignore it and it will be automatically eliminated from the menu list.