dvadf
File manager - Edit - /home/centroca/public_html/wp/wp-content/plugins/nextgen-gallery/src/Admin/Views/onboarding-wizard/step-2.php
Back
<?php /** * Outputs the first step of the Onboarding Wizard. * * @since 3.59.4 * * @package NextGEN Gallery */ use Imagely\NGG\Admin\Onboarding_Wizard; $onboarding = new Onboarding_Wizard(); ?> <div class="nextgen-gallery-onboarding-form-step " id="features"> <div class="nextgen-gallery-onboarding-wizard-body nextgen-gallery-wizard-features"> <div class="steps"><?php esc_html_e( 'Step - 2 of 5', 'nggallery' ); ?></div> <div class="nextgen-gallery-onboarding-settings-row no-border no-margin"> <div class="settings-name"> <h2><?php esc_html_e( 'What Gallery Features Do You Want to Enable?', 'nggallery' ); ?></h2> <div class="name small-margin"> </div> <div class="nextgen-gallery-onboarding-description"> <?php esc_html_e( 'We have already selected recommended features based on your site category, but you can use the following features to fine-tune your site.', 'nggallery' ); ?> </div> </div> </div> <div class="feature-grid small-padding medium-margin"> <div class="nextgen-gallery-row"> <div class="nextgen-gallery-col col-xs-11 text-xs-left"> <div class="settings-name"> <div class="name small-margin"> <?php esc_html_e( 'Basic Slideshows', 'nggallery' ); ?> <!----> </div> <div class="nextgen-gallery-description-text"><?php esc_html_e( 'Display your galleries in a classic slideshow.', 'nggallery' ); ?></div> <!----> </div> </div> <div class="nextgen-gallery-col col-xs-1 text-xs-left"> <label class="nextgen-gallery-checkbox round no-clicks disabled"> <span class="form-checkbox-wrapper"> <span class="form-checkbox"> <input type="checkbox" class="no-clicks" checked="checked"/> <span class="fancy-checkbox blue"> <svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="nextgen-gallery-checkmark"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8542 1.37147C11.44 0.785682 12.3897 0.785682 12.9755 1.37147C13.5613 1.95726 13.5613 2.907 12.9755 3.49279L6.04448 10.4238C5.74864 10.7196 5.35996 10.8661 4.97222 10.8631C4.58548 10.8653 4.19805 10.7189 3.90298 10.4238L1.0243 7.5451C0.438514 6.95931 0.438514 6.00956 1.0243 5.42378C1.61009 4.83799 2.55983 4.83799 3.14562 5.42378L4.97374 7.2519L10.8542 1.37147Z" fill="currentColor" ></path> </svg> </span> </span> </span> </label> </div> </div> </div> <div class="feature-grid small-padding medium-margin"> <div class="nextgen-gallery-row"> <div class="nextgen-gallery-col col-xs-11 text-xs-left"> <div class="settings-name"> <div class="name small-margin"> <?php esc_html_e( 'Albums', 'nggallery' ); ?> </div> <div class="nextgen-gallery-description-text"><?php esc_html_e( 'Showcase multiple galleries & display cover photos in a clean, organized album.', 'nggallery' ); ?></div> </div> </div> <div class="nextgen-gallery-col col-xs-1 text-xs-left"> <label class="nextgen-gallery-checkbox round no-clicks disabled"> <span class="form-checkbox-wrapper"> <span class="form-checkbox"> <input type="checkbox" class="no-clicks" checked="checked" /> <span class="fancy-checkbox blue"> <svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="nextgen-gallery-checkmark"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8542 1.37147C11.44 0.785682 12.3897 0.785682 12.9755 1.37147C13.5613 1.95726 13.5613 2.907 12.9755 3.49279L6.04448 10.4238C5.74864 10.7196 5.35996 10.8661 4.97222 10.8631C4.58548 10.8653 4.19805 10.7189 3.90298 10.4238L1.0243 7.5451C0.438514 6.95931 0.438514 6.00956 1.0243 5.42378C1.61009 4.83799 2.55983 4.83799 3.14562 5.42378L4.97374 7.2519L10.8542 1.37147Z" fill="currentColor" ></path> </svg> </span> </span> </span> </label> </div> </div> </div> <?php $is_installed = $onboarding->is_recommended_plugin_installed( 'ngg-gallery-themes' ); $checked = $is_installed ? 'checked="checked"' : ''; $installs_text = ! $is_installed ? esc_html__( 'Installs NextGEN Gallery Pro', 'nggallery' ) : esc_html__( 'NextGEN Pro is already installed', 'nggallery' ); ?> <div class="feature-grid small-padding medium-margin"> <div class="nextgen-gallery-row"> <div class="nextgen-gallery-col col-xs-11 text-xs-left"> <div class="settings-name"> <div class="name small-margin"> <label for="ngg-gallery-themes"><?php esc_html_e( 'Gallery Layouts', 'nggallery' ); ?><span class="nextgen-gallery-pro-badge">PRO</span></label> </div> <div class="nextgen-gallery-description-text"><?php esc_html_e( 'Access all of our beautiful gallery layouts, customize thumbnails, stylize your lightbox, and more.', 'nggallery' ); ?></div> <div class="nextgen-desc" id="ngg-gallery-themes-desc" style="display: none"><?php echo esc_html( $installs_text ); ?></div> </div> </div> <div class="nextgen-gallery-col col-xs-1 text-xs-left"> <label class="nextgen-gallery-checkbox round <?php echo esc_attr( $is_installed ); ?>" > <span class="form-checkbox-wrapper"> <span class="form-checkbox"> <input type="checkbox" name="ngg-gallery-themes" value="ngg-gallery-themes" id="ngg-gallery-themes" data-name="<?php esc_attr_e( 'Gallery Themes', 'nggallery' ); ?>" class="feature <?php echo esc_attr( $is_installed ); ?>" <?php echo esc_attr( $checked ); ?> /> <span class="fancy-checkbox blue"> <svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="nextgen-gallery-checkmark"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8542 1.37147C11.44 0.785682 12.3897 0.785682 12.9755 1.37147C13.5613 1.95726 13.5613 2.907 12.9755 3.49279L6.04448 10.4238C5.74864 10.7196 5.35996 10.8661 4.97222 10.8631C4.58548 10.8653 4.19805 10.7189 3.90298 10.4238L1.0243 7.5451C0.438514 6.95931 0.438514 6.00956 1.0243 5.42378C1.61009 4.83799 2.55983 4.83799 3.14562 5.42378L4.97374 7.2519L10.8542 1.37147Z" fill="currentColor" ></path> </svg> </span> </span> </span> </label> </div> </div> </div> <?php $is_installed = $onboarding->is_recommended_plugin_installed( 'ngg-ecommerce' ); $checked = $is_installed ? 'checked="checked"' : ''; $installs_text = ! $is_installed ? esc_html__( 'Installs NextGEN Gallery Pro', 'nggallery' ) : esc_html__( 'NextGEN Pro is already installed', 'nggallery' ); ?> <div class="feature-grid small-padding medium-margin"> <div class="nextgen-gallery-row"> <div class="nextgen-gallery-col col-xs-11 text-xs-left"> <div class="settings-name"> <div class="name small-margin"> <label for="ngg-ecommerce"><?php esc_html_e( 'Built-In eCommerce', 'nggallery' ); ?><span class="nextgen-gallery-pro-badge">PRO</span></label> </div> <div class="nextgen-gallery-description-text"><?php esc_html_e( 'Turn your website into a professional online store and start selling digital photos and prints directly to clients.', 'nggallery' ); ?></div> <div class="nextgen-desc" id="ngg-ecommerce-desc" style="display: none"><?php echo esc_html( $installs_text ); ?></div> </div> </div> <div class="nextgen-gallery-col col-xs-1 text-xs-left"> <label class="nextgen-gallery-checkbox round <?php echo esc_attr( $is_installed ); ?>"> <span class="form-checkbox-wrapper"> <span class="form-checkbox"> <input type="checkbox" data-name="" name="ngg-ecommerce" value="ngg-ecommerce" id="ngg-ecommerce" class="feature <?php echo esc_attr( $is_installed ); ?>" <?php echo esc_attr( $checked ); ?> /> <span class="fancy-checkbox blue"> <svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="nextgen-gallery-checkmark"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8542 1.37147C11.44 0.785682 12.3897 0.785682 12.9755 1.37147C13.5613 1.95726 13.5613 2.907 12.9755 3.49279L6.04448 10.4238C5.74864 10.7196 5.35996 10.8661 4.97222 10.8631C4.58548 10.8653 4.19805 10.7189 3.90298 10.4238L1.0243 7.5451C0.438514 6.95931 0.438514 6.00956 1.0243 5.42378C1.61009 4.83799 2.55983 4.83799 3.14562 5.42378L4.97374 7.2519L10.8542 1.37147Z" fill="currentColor" ></path> </svg> </span> </span> </span> </label> </div> </div> </div> <?php $is_installed = $onboarding->is_recommended_plugin_installed( 'ngg-ecom-management' ); $checked = $is_installed ? 'checked="checked"' : ''; $installs_text = ! $is_installed ? esc_html__( 'Installs NextGEN Gallery Pro', 'nggallery' ) : esc_html__( 'NextGEN Pro is already installed', 'nggallery' ); ?> <div class="feature-grid small-padding medium-margin"> <div class="nextgen-gallery-row"> <div class="nextgen-gallery-col col-xs-11 text-xs-left"> <div class="settings-name"> <div class="name small-margin"> <label for="ngg-ecom-management"><?php esc_html_e( 'eCommerce Management', 'nggallery' ); ?><span class="nextgen-gallery-pro-badge">PRO</span></label> </div> <div class="nextgen-gallery-description-text"><?php esc_html_e( 'Easily manage, price lists, coupons, taxes, and automated print fulfillment for your online store.', 'nggallery' ); ?></div> <div class="nextgen-desc" id="ngg-ecom-management-desc" style="display: none"><?php echo esc_html( $installs_text ); ?></div> </div> </div> <div class="nextgen-gallery-col col-xs-1 text-xs-left"> <label class="nextgen-gallery-checkbox round <?php echo esc_attr( $is_installed ); ?>"> <span class="form-checkbox-wrapper"> <span class="form-checkbox"> <input type="checkbox" data-name="<?php esc_attr_e( 'E-commerce Management', 'nggallery' ); ?>" name="ngg-ecom-management" value="ngg-ecom-management" id="ngg-ecom-management" class="feature" <?php echo esc_attr( $checked ); ?>/> <span class="fancy-checkbox blue"> <svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="nextgen-gallery-checkmark"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8542 1.37147C11.44 0.785682 12.3897 0.785682 12.9755 1.37147C13.5613 1.95726 13.5613 2.907 12.9755 3.49279L6.04448 10.4238C5.74864 10.7196 5.35996 10.8661 4.97222 10.8631C4.58548 10.8653 4.19805 10.7189 3.90298 10.4238L1.0243 7.5451C0.438514 6.95931 0.438514 6.00956 1.0243 5.42378C1.61009 4.83799 2.55983 4.83799 3.14562 5.42378L4.97374 7.2519L10.8542 1.37147Z" fill="currentColor" ></path> </svg> </span> </span> </span> </label> </div> </div> </div> <?php $is_installed = $onboarding->is_recommended_plugin_installed( 'ngg-safe-checkout' ); $checked = $is_installed ? 'checked="checked"' : ''; $installs_text = ! $is_installed ? esc_html__( 'Installs NextGEN Gallery Pro', 'nggallery' ) : esc_html__( 'NextGEN Pro is already installed', 'nggallery' ); ?> <div class="feature-grid small-padding medium-margin"> <div class="nextgen-gallery-row"> <div class="nextgen-gallery-col col-xs-11 text-xs-left"> <div class="settings-name"> <div class="name small-margin"> <label for="ngg-safe-checkout"><?php esc_html_e( 'Secure Checkout', 'nggallery' ); ?><span class="nextgen-gallery-pro-badge">PRO</span></label> </div> <div class="nextgen-gallery-description-text"><?php esc_html_e( 'Build trust with your clients using fast, reliable checkout options and secure payment gateways like Stripe and PayPal.', 'nggallery' ); ?></div> <div class="nextgen-desc" id="ngg-safe-checkout-desc" style="display: none"><?php echo esc_html( $installs_text ); ?></div> </div> </div> <div class="nextgen-gallery-col col-xs-1 text-xs-left"> <label class="nextgen-gallery-checkbox round <?php echo esc_attr( $is_installed ); ?>"> <span class="form-checkbox-wrapper"> <span class="form-checkbox"> <input type="checkbox" data-name="" name="ngg-safe-checkout" value="ngg-safe-checkout" id="ngg-safe-checkout" class="feature <?php echo esc_attr( $is_installed ); ?>" <?php echo esc_attr( $checked ); ?>/> <span class="fancy-checkbox blue"> <svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="nextgen-gallery-checkmark"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8542 1.37147C11.44 0.785682 12.3897 0.785682 12.9755 1.37147C13.5613 1.95726 13.5613 2.907 12.9755 3.49279L6.04448 10.4238C5.74864 10.7196 5.35996 10.8661 4.97222 10.8631C4.58548 10.8653 4.19805 10.7189 3.90298 10.4238L1.0243 7.5451C0.438514 6.95931 0.438514 6.00956 1.0243 5.42378C1.61009 4.83799 2.55983 4.83799 3.14562 5.42378L4.97374 7.2519L10.8542 1.37147Z" fill="currentColor" ></path> </svg> </span> </span> </span> </label> </div> </div> </div> <?php $is_installed = $onboarding->is_recommended_plugin_installed( 'ngg-image-proofing' ); $checked = $is_installed ? 'checked="checked"' : ''; $installs_text = ! $is_installed ? esc_html__( 'Installs NextGEN Gallery Pro', 'nggallery' ) : esc_html__( 'NextGEN Pro is already installed', 'nggallery' ); ?> <div class="feature-grid small-padding medium-margin"> <div class="nextgen-gallery-row"> <div class="nextgen-gallery-col col-xs-11 text-xs-left"> <div class="settings-name"> <div class="name small-margin"> <label for="ngg-image-proofing"><?php esc_html_e( 'Image Proofing', 'nggallery' ); ?><span class="nextgen-gallery-pro-badge">PRO</span></label> </div> <div class="nextgen-gallery-description-text"><?php esc_html_e( 'Streamline client workflows by letting customers favorite, comment on, approve photos directly in your proofing galleries.', 'nggallery' ); ?></div> <div class="nextgen-desc" id="ngg-image-proofing-desc" style="display: none"><?php echo esc_html( $installs_text ); ?></div> </div> </div> <div class="nextgen-gallery-col col-xs-1 text-xs-left"> <label class="nextgen-gallery-checkbox round <?php echo esc_attr( $is_installed ); ?>"> <span class="form-checkbox-wrapper"> <span class="form-checkbox"> <input type="checkbox" data-name="<?php esc_attr_e( 'Image Proofing', 'nggallery' ); ?>" name="ngg-image-proofing" value="ngg-image-proofing" id="ngg-image-proofing" class="feature" <?php echo esc_attr( $checked ); ?> /> <span class="fancy-checkbox blue"> <svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="nextgen-gallery-checkmark"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8542 1.37147C11.44 0.785682 12.3897 0.785682 12.9755 1.37147C13.5613 1.95726 13.5613 2.907 12.9755 3.49279L6.04448 10.4238C5.74864 10.7196 5.35996 10.8661 4.97222 10.8631C4.58548 10.8653 4.19805 10.7189 3.90298 10.4238L1.0243 7.5451C0.438514 6.95931 0.438514 6.00956 1.0243 5.42378C1.61009 4.83799 2.55983 4.83799 3.14562 5.42378L4.97374 7.2519L10.8542 1.37147Z" fill="currentColor" ></path> </svg> </span> </span> </span> </label> </div> </div> </div> </div> <div class="nextgen-gallery-onboarding-wizard-footer"> <div class="go-back"><a href="#general" data-prev="0" class="nextgen-gallery-onboarding-wizard-back-btn nextgen-gallery-onboarding-btn-prev" id="" >← <?php esc_html_e( 'Go back', 'nggallery' ); ?></a></div> <div class="spacer"></div><button type="submit" data-next="2" class="btn nextgen-gallery-onboarding-wizard-primary-btn nextgen-gallery-onboarding-btn-next " id="nextgen-gallery-save-features" ><?php esc_html_e( 'Save and Continue', 'nggallery' ); ?> →</button> </div> </div>
dvadf
dvadf
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings