deanMKD
Forum Replies Created
-
You tell me that only admins see Commission tab, but is not true. I tryed to login as vendor, and know what? Commission tab is visible and available for vendors too.
https://s2.postimg.org/n75sy0e4p/Untitled.png
Please help me.
OK now is more clear. Tnx for responce. Only one question more. How to remove vendor dropdown menu selection from “Add Product” page?
See image bellow.Forum: Plugins
In reply to: [WooCommerce] Remove Product Successfully Added to Cart MessageThis worked for me:
.woocommerce-message, .woocommerce-info { display:none; }
Forum: Plugins
In reply to: [Contact Form 7] How to disable resize of message text area ?Simply add into your CSS:
/*added to widen contact form 7 text field*/ textarea { height: 100px; // height of your message form width: 865px; // width of your message form resize:none; // Disabling resizing of form }
Forum: Plugins
In reply to: [Contact From 7] All fileds same sizeJust found myself the solution.. Add this code to your CSS.
wpcf7-form-control-wrap input, textarea { max-width: 880px; width: 100%; } .wpcf7-submit { max-width: 900px; width: 100%; }
Forum: Plugins
In reply to: WooCommerce – How to add product&category image borderThats solve my problem. Thanks !
Forum: Themes and Templates
In reply to: How to decrease TOP margin in my theme?Yea, but this theme is obsolete, and they dont have support for this theme ??
So this is only place where i can get a responce for my problem..
I write him support ticket, but they say that dont give support to this theme.
[ Not 45 minutes and you’re bumping already? No bumping please. If it’s that urgent then consider hiring someone. ]
Forum: Themes and Templates
In reply to: How to decrease TOP margin in my theme?Forum: Themes and Templates
In reply to: How to decrease TOP margin in my theme?OK tnx for reply. ??