mace1981
Forum Replies Created
-
Forum: Plugins
In reply to: [wePOS - Point Of Sale (POS) for WooCommerce] Add rewrite rulesThank you for responding. I was told which files to edit etc. I looked it up and couldn’t understand how to actually accomplish this. I have no developer on hand, do you have recommendations?
#278166
I am sorry to complain it just makes it impossible to finish a Marketplace waiting so long for a response.Hello kaiod. May I ask how you resolved this issue as I am told it isnt possible? Thanks.
Forum: Plugins
In reply to: [wePOS - Point Of Sale (POS) for WooCommerce] how to rename wepos folderHello, hope all is well. Sorry to jump on your thread I was just wondering if I could get assistance in rewriting the default rules in the same manner? Thanks.
I use the free code snippet plugin for all my snippets, this allows you to enable or disable snippets individually without needing to access raw files or affecting your site in any way. As for adding it to your funtion.php file, I’m not quite sure why it’s not working.
After deactivating all the plugins again and adding one by one I found out the issue, it is “themify” causing it. Any insight on why themify would be affecting the vendor dashboard attributes etc?
I appreciate getting a response. I have no attributes related plugin installed, I have tried the “twenty twenty-one” theme and “storefront” theme which I currently use and both show same results. “Before you can add a variation you need to add some variation attributes on the Attributes tab.” Because attributes won’t stay active once saved in wcfm dashboard.
Is there no more support for this plugin? Having the same issue as another individual (#137349) but unable to reply to theirs, cant contact them, and get no absolute no replies here either. Not sure how you intend on keeping this plugin at the top when support seems nonexistent…
Hard to get help on this forum lately. This is what I use to remove “about” section. I add this snippet to my “code snippets plugin”
add_filter( ‘wcfmmp_store_tabs’, function( $store_tabs, $store_id ) { if( isset( $store_tabs[‘about’] ) ) unset( $store_tabs[‘about’] ); return $store_tabs; }, 50, 2 );
Hope that helps you out.
Hello again. I would just like to relocate the “products, about, policies, reviews etc tabs” to a different area on the vendor store page. Is this possible?
I tried to utilize the link to upload my screenshot but failed to upload many times.Hello again.
Show you a screenshot?
I want to move tab links area to sidebar instead of where it’s at. I figured the links were user defined as the user must log in to view etc.Thank you for responding.
I would like to move menu tabs to sidebar instead of in center and I figured they were dynamic links as they are user defined?I guess I’m confused as to how that code works for admin only products if they can add their own anyways? Is there a snippet I can get that makes only admin products available throughout entire platform?
I see it now, thank you for clarifying.
I see this is resolved so sorry to jump back on just had one question; Is this a premium option as I dont have it available under my woocommerce?
I have been on the phone with hosting company for over an hour and they fixed the issue. I do appreciate your time and effort in helping me resolve this.