'. '

'. sprintf( __( 'Thanks for installing BluePrint-Q %s Edition!', 'bpq' ), sales::edition_name() ). '

'. '
'. ''. '
'. '

'.__( 'Getting started', 'bpq' ).'

'. '

'.__( 'Here is some information that can help jumpstart your development.', 'bpq' ).'

'. '
'. ( ( BPQ_EDITION >= 2 ) ? '
' : ( __( 'BluePrint-Q Version: ', 'bpq' ).BPQ_VERSION ) ). //WP-DIR '
'. '
'. '
'. '
'. landing_upgrade(). '
'. landing_setup(). landing_design(). landing_content(). '
'. '
'. landing_donate(). landing_help(). '
'. '
'. '
'. '
'. '
'; // The WP Theme Directory required that credits/links not be given to the // technologies that were used to help create BluePrint-Q on the Admin page. if ( BPQ_EDITION >= 2 ) //WP-DIR { echo partner_link( 'BluePrint-Q', 'http://www.blueprintq.com' ). partner_link( 'Adobe Kuler', 'https://kuler.adobe.com/create/color-wheel/' ). partner_link( 'Bootstrap', 'http://getbootstrap.com/' ). partner_link( 'CSS3', 'http://en.wikipedia.org/wiki/CSS3#CSS_3' ). partner_link( 'Font Awesome', 'http://fortawesome.github.io/Font-Awesome/' ). partner_link( 'Google Fonts', 'http://www.google.com/fonts/' ). partner_link( 'HTML5', 'http://en.wikipedia.org/wiki/HTML5' ). partner_link( 'jQuery', 'http://jquery.com/' ). partner_link( 'Ski.Web', 'http://www.suleski.name/ski-web/' ). partner_link( 'WooCommerce', 'http://www.woothemes.com/woocommerce/' ). partner_link( 'WordPress', 'http://wordpress.org/' ). partner_link( 'WPML', 'http://wpml.org/' ); } else { echo partner_link( 'BluePrint-Q', 'http://www.blueprintq.com' ). partner_link( 'Ski.Web', 'http://www.suleski.name/ski-web/' ); } echo '
'. ''; /** * Generates the markup to be displayed in the content area. */ function landing_content() { // If using the architect edition, then add the corresponding resource links. $aux = $link_benefit = $link_testimonial = ''; if ( BPQ_EDITION < 2 ) { $aux .= '
  • '. sprintf( __( 'Growing your content with the ability to manage benefits and testimonials is available with the '. '%s edition. Upgrade today!', 'bpq' ), framework::url_download(), sales::edition_name( 2 ), sales::url_buy( 2 ) ). '
  • '; } else { $link_benefit = '
  • '. ''. ' '.__( 'Add benefits', 'bpq' ). ''. '
  • '; $link_testimonial = '
  • '. ''. ' '.__( 'Add testimonials', 'bpq' ). ''. '
  • '; // It is possible that the user has not activated the corresponding plugins, so display a friendly reminder. if ( !is_plugin_active( 'bpq.types.benefit/bpq.types.benefit.php' ) || !is_plugin_active( 'bpq.types.testimonial/bpq.types.testimonial.php' ) ) { $aux = ''. sprintf( __( 'Note: Before you can manage additional content types, you must first '. 'install/activate the corresponding plugins.', 'bpq' ), admin_url( 'themes.php?page=tgmpa-install-plugins' ) ). ''. '
    '; } } // Markup. return postbox_wrap_before( __FUNCTION__ ). '

    '.__( 'Write', 'bpq' ).'

    '. '
    '. '
    '. ''. '
    '. ''. '
    '. '
    '. postbox_wrap_after(); } /** * Generates the markup to be displayed in the design area. */ function landing_design() { return postbox_wrap_before( __FUNCTION__ ). '

    '.__( 'Design', 'bpq' ).'

    '. '
    '. '
    '. ''. '
    '. '
    '. postbox_wrap_after(); } /** * Generates the markup to be displayed in the donate area. */ function landing_donate() { // Do nothing if this is the architect edition. if ( BPQ_EDITION >= 2 ) { return ''; } // The markup for a PayPal button can be generated here: // https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=MPy5cGVVRxB_nxFQgxJXewQF0tm81DOpBuHhEpvCqbgYcv9h0FMAbtPn6kW&dispatch=5885d80a13c0db1f8e263663d3faee8d69a70501aadbc2ff6a1e7e8cc0df6b0b $paypal = '
    '. ''. ''. ''. ''. ''. ''. ''. '
    '; // Markup. return postbox_wrap_before( __FUNCTION__ ). '

    '.__( 'Contribute', 'bpq' ).'

    '. '
    '. '
    '. ''. '
    '. '
    '. postbox_wrap_after(); } /** * Generates the markup to be displayed in the help area. */ function landing_help() { // If using the premium edition, then add the corresponding resource links. $aux = '
    '. '

    '. __( 'The packaged premium plugins have their own documentation too.', 'bpq' ). '

    '; if ( BPQ_EDITION < 3 ) { $aux .= '
  • '. sprintf( __( 'Some of the best plugins around are available with the %s edition. '. 'Upgrade today!', 'bpq' ), framework::url_download(), sales::edition_name( 3 ), sales::url_buy( 3 ) ). '
  • '; } else { $aux .= '
  • '. ''. ' '.__( 'Revolution Slider docs', 'bpq' ). ''. '
  • '. '
  • '. ''. ' '.__( 'Visual Composer docs', 'bpq' ). ''. '
  • '; // It is possible that the user has not activated the premium plugins, so display a friendly reminder. if ( !is_plugin_active( 'revslider/revslider.php' ) || !is_plugin_active( 'js_composer/js_composer.php' ) ) { $aux .= ''. sprintf( __( 'Note: Before you can use the premium plugins, you must first '. 'install/activate them.', 'bpq' ), admin_url( 'themes.php?page=tgmpa-install-plugins' ) ). ''. '
    '; } } return postbox_wrap_before( __FUNCTION__ ). '

    '.__( 'Help', 'bpq' ).'

    '. '
    '. '
    '. ''. '
    '. '
    '. postbox_wrap_after(); } /** * Generates the markup to be displayed in the included area. */ function landing_included() { } /** * Generates the markup to be displayed in the setup area. */ function landing_setup() { return postbox_wrap_before( __FUNCTION__ ). '

    '.__( 'Setup', 'bpq' ).'

    '. '
    '. '
    '. '
    '. ''. '
    '. '
    '. ''. '
    '. '
    '. '
    '. postbox_wrap_after(); } /** * Generates the markup to be displayed in the upsell area. */ function landing_upgrade() { // Do nothing if this is the architect edition. if ( BPQ_EDITION >= 2 ) { return ''; } // The content in this postbox is very dynamic - make shortcuts. $title = sprintf( __( 'Download the %s Edition', 'bpq' ), sales::edition_name( 2 ) ); $tag = sprintf( __( 'Enhance the BluePrint-Q theme design and development experience with '. 'additional features. '. 'It\'s a wonderful way to build websites and applications. '. 'Download it today!', 'bpq' ), framework::url_download(), sales::url_buy( 2 ) ); // Put together the markup. return postbox_wrap_before( __FUNCTION__ ). '

    '.$title.'

    '. '
    '. '
    '. ''. '
    '. '
    '. postbox_wrap_after(); } /** * Produces a link/image combo for partners that typically get displayed * in a bar on the admin landing page. * * @param string $name Filename only (no extension and no path) * @param string $url Full URL to the desired partner page * @return string */ function partner_link( $name, $url ) { return ''. ''. ''; } /** * The markup to get a postbox is complicated - putting this in one place. * * @param string $id Optional ID to give to the exterior container * @return string The desired markup */ function postbox_wrap_before( $id = '' ) { return '
    '. '
    '. '
    '; } /** * The markup to get a postbox is complicated - putting this in one place. * * @return string The desired markup */ function postbox_wrap_after() { return '
    '. '
    '. '
    '; } ?>