We build highly customized sites that are designed to reflect the owner’s aesthetic sensibilities, anticipate growth and modification, and provide an optimized experience for human artificial users.
Whether it be a fresh new website, enhancing performance and functionality of an existing website or recovery from threat or malfunction, our process ensures an efficient environment that follows best practices while being easy to work with.
We have proven that highly customized sites do not need to be complicated to manage or difficult to navigate, we make the complex simple and intuitively comprehensible.
We provide a stable, flexible and secure platform along with the support and training needed so that you may confidently manage your message!

  • Array of icons attached via radio selection (attached images)

    insert images into theme in “images” folder < !— CONDITIONAL LANGUAGE TO INSERT ICON WHEN SELECTED FROM RADIO BUTTON SELECTION –> < ? php if (get_sub_field(‘roi_icon’) == ‘arrow-left’) { ? > < img src=”/library/images/casestudies/arrow_left.png” alt=”Return on Investment” /> < ? php } else if (get_sub_field(‘roi_icon’) == ‘arrow-right’) { ? > < img src=”/library/images/casestudies/arrow_right.png” alt=”Return on…

    read more…

  • Adding a color selector to the customizer

    Place in functions file //SETTING UP THE NEW COLOR CONTROL: LINK function pdog1_register_theme_customizer( $wp_customize ) { $wp_customize->add_setting( ‘pdog_link_color’, array( ‘default’ => ‘#00649c’ ) ); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, ‘link_color’, array( ‘label’ => __( ‘Link Color’, ‘tcx’ ), ‘section’ => ‘colors’, ‘settings’ => ‘pdog_link_color’ ) ) ); } add_action( ‘customize_register’, ‘pdog1_register_theme_customizer’ ); //JMC THIS APPLIES THE…

    read more…

  • Image sources

    Open sources for stock images & vector graphics…

    read more…