Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
public_html
/
nycre
/
wp-content
/
themes
/
realexa
/
admin
/
admin-tpl
/
File Content:
mascot-faq.php
<?php // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Cannot access pages directly.' ); } ?> <div class="wrap about-wrap mascot-admin-tpl-wrapper"> <?php echo realexa_get_template_part( 'admin/admin-tpl/mascot-header' ); ?> <?php echo realexa_get_template_part( 'admin/admin-tpl/mascot-tabs' ); ?> <div class="feature-section"> <div class="mascot-faq-tab"> <div class="heading"><?php esc_html_e( 'Mascot Core Plugins', 'realexa' ); ?></div> <div class="content"> <pre> <?php echo sprintf( esc_html__( 'For proper theme functioning, the %s plugins are required.', 'realexa' ), "<strong>Mascot Core</strong>" ); echo "</br>"; echo "</br>"; esc_html_e( 'Installation Instructions:', 'realexa' ); echo "</br>"; esc_html_e( '1. From your WordPress dashboard, visit Appearance > Install Plugins.', 'realexa' ); echo "</br>"; echo sprintf( esc_html__( '2. Search for %s plugins and install them.', 'realexa' ), "<strong>Mascot Core</strong>"); echo "</br>"; esc_html_e( '3. Now activate them.', 'realexa' ); echo "</br>"; echo sprintf( esc_html__( '4. Once the plugins are activated you will find full features of the theme including Custom Post Types, Theme Options, Post Meta etc. For proper theme functioning, the %s plugin is required.', 'realexa' ), "<strong>Mascot Core</strong>"); ?> </pre> </div> </div> <hr> <div class="mascot-faq-tab"> <div class="heading"><?php esc_html_e( 'One Click Demo Import', 'realexa' ); ?></div> <div class="content"> <pre> <?php esc_html_e( 'Import your demo content, widgets and theme settings with one click. It\'s as simple as clicking one button! To import demo data, make sure that \'One Click Demo Import\' plugin is installed and active.', 'realexa' ); echo "</br>"; echo "</br>"; esc_html_e( 'Installation Process 1:', 'realexa' ); echo "</br>"; esc_html_e( '1. From your WordPress dashboard visit Appearance > Install Plugins.', 'realexa' ); echo "</br>"; esc_html_e( '2. Search for \'One Click Demo Import\' and install/activate the plugin.', 'realexa' ); echo "</br>"; echo "</br>"; esc_html_e( 'Installation Process 2:', 'realexa' ); echo "</br>"; esc_html_e( '1. From your WordPress dashboard visit \'Plugins > Add New\'.', 'realexa' ); echo "</br>"; esc_html_e( '2. Search for \'One Click Demo Import\' and install/activate the plugin.', 'realexa' ); echo "</br>"; echo "</br>"; esc_html_e( 'Demo Import Instructions:', 'realexa' ); echo "</br>"; esc_html_e( '1. Once the plugin is activated you will find the actual import page in: Appearance -> Import Demo Data.', 'realexa' ); echo "</br>"; echo sprintf( esc_html__( 'See the %1$sScreenshots Tab%2$s for more details.', 'realexa' ), '<a target="_blank" href="https://wordpress.org/plugins/one-click-demo-import/screenshots/">', '</a>' ); ?> </pre> </div> </div> <hr> <div class="mascot-faq-tab"> <div class="heading"><?php esc_html_e( 'Regenerate Thumbnails', 'realexa' ); ?></div> <div class="content"> <pre> <?php esc_html_e( 'Regenerate Thumbnails allows you to regenerate the thumbnails for your image attachments. This is very handy if you\'ve changed any of your thumbnail dimensions (via Settings -> Media) after previously uploading images or have changed to a theme with different featured post image dimensions.', 'realexa' ); echo "</br>"; echo "</br>"; esc_html_e( 'You can either regenerate the thumbnails for all image uploads, individual image uploads, or specific multiple image uploads.', 'realexa' ); echo "</br>"; echo "</br>"; echo sprintf( esc_html__( 'See the %1$sScreenshots Tab%2$s for more details.', 'realexa' ), '<a target="_blank" href="https://woddrdpress.org/extend/plugins/regenerate-thumbnails/screenshots/">', '</a>' ); echo "</br>"; echo "</br>"; esc_html_e( 'Installation and Usage Method:', 'realexa' ); echo "</br>"; esc_html_e( '1. Go to your admin area and select Plugins -> Add new from the menu.', 'realexa' ); echo "</br>"; esc_html_e( '2. Search for Regenerate Thumbnails.', 'realexa' ); echo "</br>"; esc_html_e( '3. Click install.', 'realexa' ); echo "</br>"; esc_html_e( '4. Click activate.', 'realexa' ); echo "</br>"; esc_html_e( '5. Go to Tools > Regen. Thumbnails', 'realexa' ); echo "</br>"; esc_html_e( '6. Click "Regenerate All Thumbnails" button and let the process to finish till it reaches 100 percent.', 'realexa' ); ?> </pre> </div> </div> <hr> <div class="mascot-faq-tab"> <div class="heading"><?php esc_html_e( 'Flush Rewrite Rules', 'realexa' ); ?></div> <div class="content"> <pre> <?php esc_html_e( 'Remove rewrite rules and then recreate rewrite rules. This method can be used to refresh WordPress rewrite rule cache. Generally, this should be used after programmatically adding one or more custom rewrite rules.', 'realexa' ); echo "</br>"; echo "</br>"; esc_html_e( 'When it is necessary?', 'realexa' ); echo "</br>"; esc_html_e( '-> Usually needs to flush rewrite rules for new custom post types.', 'realexa' ); echo "</br>"; esc_html_e( '-> You should only flush rules on activation or deactivation of a plugin or theme.', 'realexa' ); echo "</br>"; esc_html_e( '-> If you get 404 Page not found error on some pages/posts that already exist.', 'realexa' ); echo "</br>"; echo "</br>"; esc_html_e( 'To flush WordPress rewrite rules or permalinks from the Dashboard:', 'realexa' ); echo "</br>"; echo sprintf( esc_html__( 'In the main menu find %1$sSettings > Permalinks%2$s', 'realexa' ), '<a target="_blank" href="' . admin_url( 'options-permalink.php' ) . '">', '</a>', '</br>' ); echo "</br>"; esc_html_e( '2: Scroll down if needed and click Save Changes.', 'realexa' ); echo "</br>"; esc_html_e( '3: Rewrite rules and permalinks are flushed.', 'realexa' ); ?> </pre> </div> </div> <hr> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
mascot-about.php
10990 bytes
0644
mascot-docs.php
12277 bytes
0644
mascot-faq.php
6153 bytes
0644
mascot-header.php
858 bytes
0644
mascot-system-status.php
484 bytes
0644
mascot-tabs.php
937 bytes
0644
N4ST4R_ID | Naxtarrr