bl4ckb34rd
Forum Replies Created
-
@wpmudev-support8 great explanation, I was looking for this and working now.
Forum: Plugins
In reply to: [WooCommerce] Enter price include Taxes without deducting the taxOk no problem, ty.
Forum: Plugins
In reply to: [WooCommerce] Enter price include Taxes without deducting the taxThank you for replying. I’m not using a tax plugin but the Woo build in tax settings.
I think I’m a little bit further now, didn’t know you had to set shipping yet, now it shows the correct price, however I got a few questions about the layout if you don’t mind ?? (questions on screenshot)
Cheers
https://ibb.co/w6f2z0kForum: Plugins
In reply to: [Aquila Admin Theme] How to disable aquila dashboard widget?Nevermind, found the code snippet.
function plt_hide_aquila_admin_theme_dashboard_widgets() { $screen = get_current_screen(); if ( !$screen ) { return; } //Remove the "Test site" widget. remove_meta_box('welcome-to-aquila', 'dashboard', 'normal'); //Remove the "Plugin Support" widget. remove_meta_box('aquila-plugin-support', 'dashboard', 'normal'); } add_action('wp_dashboard_setup', 'plt_hide_aquila_admin_theme_dashboard_widgets', 20);
Forum: Plugins
In reply to: [Custom Post Type UI] Possible to show age based of DOB?I post it on their forum but no reply yet, I know it’s a simple code snippet for them but my php knowledge sucks as I already learned so many other things on my own ??
Forum: Plugins
In reply to: [Elementor Addons by Livemesh] Move photo’s a bit in team member?Yeah as stated the photos provided are cropped nevertheless I was hoping I could use the photo’s a little bit lower while border stays the same
Forum: Plugins
In reply to: [Elementor Addons by Livemesh] Move photo’s a bit in team member?Forum: Plugins
In reply to: [Elementor Addons by Livemesh] Move photo’s a bit in team member?Sup. you can check em here
Forum: Fixing WordPress
In reply to: Need to create double-hyphen —@sterndata this is great! I was placing some linux commands and it was very annoying it converted the hyphens.
@rafinkhan found the issue and it has to do when you have a custom doc page using the short codes. Then the breadcrumb URL is wrong. If I use the default doc page the breadcrumb url points to the right one.
However, I would prefer it also working if you have the custom page ??
@rafinkhan ofc I have the latest version. Nevertheless it ain’t working for me.
https://www.mupload.nl/img/smxxvimm1.io-2020.01.06-15_01_42.png
https://www.mupload.nl/img/455ux91c.png
All the other links are fine just not that one.
@rafinkhan that is not what I mean. That only changes the title within the breadcrumb but the link is still wrong and there is no option to link it to the right page.
So no matter in what title you change it, the links stays the same.