[et_pb_row _builder_version=”3.14″ background_image=”https://themightymo.com/wp-content/uploads/2018/10/lume-responsive.png” saved_tabs=”all” template_type=”row”][et_pb_column type=”3_5″ _builder_version=”3.14″ parallax=”off” parallax_method=”on”][/et_pb_column][et_pb_column type=”2_5″ _builder_version=”3.14″ parallax=”off” parallax_method=”on”][et_pb_text header_text_shadow_style=”preset1″ _builder_version=”3.14″ header_font=”||||||||” text_font=”||||||||” background_color=”rgba(255,255,255,0.79)” custom_margin=”|||” custom_padding=”10px||5px||false”]
Case Study: Lume Deodorant
[/et_pb_text][et_pb_testimonial author=”Jennifer Gibson” job_title=”CMO” company_name=”Lume Deodorant” _builder_version=”3.14″]
“The Mighty Mo has been a great addition to our team.
Rene responds very quickly to requests and Toby asks great questions that challenge us to improve our site and business.
Toby is a natural teacher – always explaining why and how. They have a genuine interest in the success of our business.
Their energy, passion and values have made them and excellent partner!”
(via Verified Google Reviews)
[/et_pb_testimonial][/et_pb_column][/et_pb_row]
More posts from themightymo.com
How to auto-save Advanced Custom Fields (ACF) data to a file in your theme
With ACF 5, they shipped a relatively-unknown and awesome feature: The ability to have WordPress automatically-save your ACF fields to a json file in your theme folder every time you save your fields. This has the effect of: All you need to do is add a folder called, “acf-json”, to your theme folder, and it…
How to use $current_user or is_user_logged_in() with FacetWP and WordPress to show different content for logged-in users
I have a membership site where I need to display certain FacetWP results to people who are logged in and other FacetWP results to people who are logged out. Unfortunately, FacetWP forgets WordPress’ global $current_user variable the minute you use one of the facets. Same with WordPress’ is_user_logged_in() function – FacetWP forgets it all once…
How to shrink the size of wp_options table in WordPress
I was recently horrified to discover that the “wp_options” table of this site was over 1.3 gigabytes in size. For those of you counting at home – that is ENORMOUS and unnecessary. I was confused, because the table seemed to balloon overnight (and likely did balloon overnight, it turns out!). The issue was caused by…