rumpelstilzchen94
Forum Replies Created
-
Forum: Plugins
In reply to: [Secure Custom Fields] Custom permalink structure for Woocommercehi, thanks. I just submitted the support ticket.
Forum: Plugins
In reply to: [bbp style pack] Hide breadcrumbs everywhere EXCEPT on bbPress pagesI need to correct my answer, I did not solve it completely as I just found out ??
My website is running with WordPress, BuddyPress and bbPress.
The theme setting only allows me to hide ALL breadcrumbs (which I can also do with the CSS from my initial post).
I thought using the following code will solve my problem:.buddypress .breadcrumb { display: none; }
It did hide the breadcrumbs on BuddyPress pages and still displayed it on forum pages, just what I wanted. However, breadcrumbs are still visible on WordPress pages (like blog pages etc…). I also tried to include
.wordpress .breadcrumb
into the CSS code but that did nothing. I guess it’s because the theme overrides the WordPress breadcrumbs with its own breadcrumbs…So I need to work with the theme developer to solve this…Forum: Plugins
In reply to: [bbp style pack] Hide breadcrumbs everywhere EXCEPT on bbPress pagessolved it ??
Forum: Plugins
In reply to: [bbp style pack] Hide breadcrumbs everywhere EXCEPT on bbPress pagesI want to hide my themes breadcrumbs but not bbpress breadcrumbs. When I use the CSS code from my post ALL breadcrumbs will be hidden
Forum: Plugins
In reply to: [bbp style pack] Hide avatar and profile link for not logged in membersI saw that option, but it does not hide the avatar.
Forum: Plugins
In reply to: [WooCommerce] Hide all shipping methods when Free shipping is availableAny update?
Forum: Plugins
In reply to: [WooCommerce] Hide all shipping methods when Free shipping is availableForum: Plugins
In reply to: [MIMO Woocommerce Order Tracking] Don’t set order status to completedI replaced my file with yours and it somehow works ??
The problem is that my barcode scanner sends an “Enter” after each scanned barcode. That way it will “hit” the Save & Send Button of the plugin and thus finalize the order. I just want it to save the tracking number, but not send it yet
Forum: Plugins
In reply to: [MIMO Woocommerce Order Tracking] Don’t set order status to completedHey gutding,
Thank you for your answer.
My line 370 is empty and 371 begins with this:
if ( ! current_user_can( 'edit_post', $post_id ) ) return;
Not really sure what to do ??
Edit: I replaced the code with your code but it was unable to save. Error in line 394
syntax error, unexpected ‘public’ (T_PUBLIC)
- This reply was modified 5 years, 8 months ago by rumpelstilzchen94.
Thank you for your answer. I already know the link you gave me and I know this site: https://stackoverflow.com/questions/53702966/disable-a-shipping-method-for-a-specific-payment-method-in-woocommerce
But I can’t figure it out how I can make it work for my website. The link on stackoverflow is great, but there is something wrong. I am not a programmer, so I don’t know what is wrong with the code…
It is possible because there exist plugins for that, but they cost lots of money for such a simple “feature”.
I found this but it doesn’t work for me: https://stackoverflow.com/questions/53702966/disable-a-shipping-method-for-a-specific-payment-method-in-woocommerceForum: Plugins
In reply to: [WooCommerce DYMO Print] plugin not showing up correctly; does not printI also just tried to print from this link and it works perfectly: https://www.labelwriter.com/software/dls/sdk/samples/js/PrintMeThatLabel/pl.html
Forum: Plugins
In reply to: [WooCommerce DYMO Print] plugin not showing up correctly; does not printThank you for your quick answer.
I know that I cannot add my own printer, that’s not what I wanted. I just want to print from my Dymo Labelwriter, but that doesn’t work. The printer does not show up in the debug-section…