Taylor
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Profit Stats] Simplified LayoutNothing so far…the client’s wife had some issues with health and he had to put the project on hold. I’ve still got this post bookmarked so if it goes through you got the job.
Forum: Themes and Templates
In reply to: Remove Customize from Admin MenuBy the way, this is the code we used for the Customize area:
function remove_submenus() { global $submenu; unset($submenu['index.php'][10]); // Removes 'Updates'. unset($submenu['themes.php'][5]); // Removes 'Themes'. unset($submenu['customize.php'][1]); // Removes 'Themes'. unset($submenu['options-general.php'][30]); // Removes 'Customize'. unset($submenu['options-general.php'][40]); // Removes 'Customize'. }
Forum: Themes and Templates
In reply to: Remove Customize from Admin MenuThanks…found another solution since then and moved on. ??
Here is what we did for the background..can’t seem to find the one for the header but I’m sure it’s similar if you do a quick search for the related code:
//Remove the custom options provided by the default twentytwelve theme. add_action( 'after_setup_theme','remove_twentytwelve_options', 100 ); function remove_twentytwelve_options() { remove_custom_background(); remove_action('admin_menu', 'twentytwelve_theme_options_add_page', 11); }
Gotcha.
Has this been integrated yet?
Forum: Plugins
In reply to: [Post Profit Stats] Simplified LayoutSounds good. I’m meeting with the client this afternoon and will let you know!
Forum: Plugins
In reply to: [Count per Day] Stats Per User Assigned PageI’d like to put the stats inside of the client profile area so they wouldn’t have to visit the actual listing. I’m’ pretty sure this will work.
Forum: Plugins
In reply to: [WooCommerce] Flat Shipping Rate for first item additionalNo worries. Here is a screen shot:
https://screencast.com/t/sKZUudOnNIt is a bit confusing..but it works like a charm!
Cheers!
Forum: Plugins
In reply to: [WooCommerce] Flat Shipping Rate for first item additionalCorrect @deeperlook. It charges a flat base fee, then only adds the extra shipping fee (in my case it was $2) for each additional item.
It was WELL worth the cost compared to the big time costs of the standard Woocommerce plugins.
You documentation lacks to say the least for non-savvy coders. I’ve been looking for this answer for an hour and still can’t figure out.
Forum: Fixing WordPress
In reply to: How to disable the Live Editor (customize.php)Any luck with a solution? I’ve been searching for the past two hours and can’t seem to find any documentation to get rid of it….outside of installed a plugin to customize the menu.
Hate to come in so late on this…but have a similar issue with Twenty Twelve and wanting to remove the “customize” menu link.
I’ve already got the header and background removed but can’t for the life of me figure out how to remove the customize menu.
Forum: Plugins
In reply to: [WooCommerce] Flat Shipping Rate for first item additionalFYI: The plugin worked PERFECTLY.
https://screencast.com/t/RKm8BqcE6nF1
They want to charge $13.75 for the first item and then add a flat fee of $2.00 for additional items…SUCCESS.
And it only cost me $21 total ($19 plus the $2 PayPal fee) to get it done..not $199.
BOOM.
Forum: Plugins
In reply to: [WooCommerce] Flat Shipping Rate for first item additionalTrue. I’ve paid for a ton of plugins through Woocommerce but when they switched to the new over the top pricing and service tiers…I started looking elsewhere.
I’ve never had any issues with their code so I’m definitely willing to try.
Forum: Plugins
In reply to: [WooCommerce] Flat Shipping Rate for first item additionalVery true from what I observed in the documentation.
However, I’ve used another site for a number of WordPress plugins in the past and they have always worked very well is CodeCanyon. I did a quick search and found the EXACT plugin I needed for Table Rates and it was only $19…not $199.
https://codecanyon.net/item/woocommerce-table-rate-shipping/3796656
I think did a quick search for Woocommerce plugins and they offer a LOT so I will be shopping there FIRST for plugins.