initial commit

This commit is contained in:
2024-04-29 13:12:44 +05:45
commit 34887303c5
19300 changed files with 5268802 additions and 0 deletions

View File

@ -0,0 +1,72 @@
<?php
/**
* Mount Feature List
*/
$features = array(
// Hide Menus
array(
'title' => __('Hide any WordPress Dashboard menu or submenu.', $this->text_domain),
'text' => __('Sometimes we don\'t want the final user or users from other roles to have access to some of WordPress functionality. WP Admin Menu Manager aims to make it easier for you to hide those items from them.', $this->text_domain),
'image' => $this->getAsset('feature-one.png'),
'icon' => 'dashicons dashicons-lock',
),
// Rename Menus
array(
'title' => __('Rename any menu and submenu as well!', $this->text_domain),
'text' => __('Other times all we want is the ability to change the labels of the menus and submenus. Now it\'s possible to do so with just one simple step, using WP Admin Menu Manager.', $this->text_domain),
'image' => $this->getAsset('feature-two.png'),
'icon' => 'dashicons dashicons-editor-spellcheck',
),
// Reorder Menus
array(
'title' => __('Reorder the menus too!', $this->text_domain),
'text' => __('Change the menu items order, as well as submenus, is also possible. And it is as simple as dragging and dropping them on the desired order!', $this->text_domain),
'image' => $this->getAsset('feature-three.png'),
'icon' => 'dashicons dashicons-sort',
),
);
/**
* Action Button
*/
$actionButton = array(
'title' => __('Now that you know everything you can do using this plugin, click bellow to start! And please don\'t forgot to rate the plugin, if you like it.', $this->text_domain),
'url' => admin_url('/edit.php?post_type=amm'),
'text' => __('I want to start!', $this->text_domain),
);
?>
<div id="about-732">
<?php foreach ($features as $feature) : ?>
<div class="feature-block-732">
<?php if ($feature['image']) : ?>
<div class="feature-block-image-732">
<?php echo ($feature['icon']) ? "<i class='{$feature['icon']}'></i> " : ''; ?>
<img src="<?php echo $feature['image']; ?>" alt="<?php echo $feature['title']; ?>">
</div>
<?php endif; ?>
<div class="feature-block-text-732">
<h2><?php echo $feature['title']; ?></h2>
<p><?php echo $feature['text']; ?></p>
</div>
</div>
<?php endforeach; ?>
<div class="about-cta-732">
<p><?php echo $actionButton['title']; ?></p>
<p><a class="button button-primary button-hero" href="<?php echo $actionButton['url']; ?>"><?php echo $actionButton['text']; ?></a></p>
</div>
</div>

View File

@ -0,0 +1,32 @@
<?php
// Get active user
$user = wp_get_current_user();
// Get the image to be used
$image = $this->getField('background-image')
? $this->getField('background-image')
: $this->getAsset('bg.jpg');
?>
<div id="parallax-main-block" class="parallax-container">
<div class="parallax material-admin-primary-color-bg">
<img class="parallax-img" src="<?php echo $image; ?>">
<div id="parallax-content">
<div class="container"></div>
</div>
</div>
<a href="<?php echo get_edit_user_link($user->ID); ?>" >
<div id="mwp-user-card" class="tooltiped" data-tooltip="<?php _e('Edit your profile', $this->textDomain); ?>" data-position="bottom">
<div class="user-card-avatar">
<?php echo get_avatar($user->ID, 60); ?>
</div>
<div class="user-card-info">
<div class="user-card-name"><?php echo $user->display_name; ?></div>
<div class="user-card-email"><?php echo $user->user_email; ?></div>
</div>
</div>
</a>
</div>

View File

@ -0,0 +1,27 @@
<div class="footer-732">
<div class="footer-732-logo">
<a href="http://codecanyon.net/user/732">
<img src="<?php echo $this->get_plugin_url(); ?>assets/img/author.png" alt="<?php _e('Check out our premium plugins!', $this->text_domain); ?>">
</a>
</div>
<ul class="footer-732-menu">
<?php
// Create footer menu
// run your filters here, if needed
$this->createFooterMenu();
?>
<?php foreach($this->footerMenu as $url => $text) : ?>
<li>
<?php if (is_string($url)) : ?>
<a href="<?php echo $url; ?>"><?php echo $text; ?></a>
<?php else : ?>
<span><?php echo $text; ?></span>
<?php endif; ?>
</li>
<?php endforeach; ?>
</ul>
</div>

View File

@ -0,0 +1,22 @@
<div id="header-container-732">
<div class="header-732">
<div class="logo-732">
<img src="<?php echo $this->getAsset('logo.png'); ?>" alt="">
<!-- <span class="wpamm-version"><?php _e('Version'); ?> <?php //echo $this->get_plugin_version(); ?></span> -->
</div>
<div class="author-732">
<a href="http://codecanyon.net/user/732">
<img src="<?php echo $this->getAsset('author.png'); ?>" alt="<?php _e('Check out our premium plugins!', $this->text_domain); ?>">
</a>
</div>
<div class="clearfix"></div>
<div class="header-732-desc" style="<?php echo ($this->expandHeader) ? '' : 'display: none;'; ?>">
<p><?php echo $this->get_plugin_info('Description'); ?></p>
<a href="#about-732" class="button button-primary button-hero smooth-scrolling-732"><?php _e('Show me how!', $this->text_domain); ?></a>
<!-- <a href="#"><?php _e('or continue to the plugin', $this->text_domain); ?></a> -->
</div>
</div>
</div>

View File

@ -0,0 +1,7 @@
<h3><?php _e('How to rate our plugin', $this->text_domain); ?></h3>
<p><?php _e('We work very hard to bring to life the best solutions to improve your WordPress experience, so, if you like what you see, let us know by rating our plugin on CodeCanyon.', $this->text_domain); ?></p>
<p><?php _e('Your rating also helps us to understand what we need to improve and what do you think should be the next step of our development process.', $this->text_domain); ?></p>
<p><?php printf(__('To rate, go to your <a href="%s">CodeCanyon Dashboard</a>, and click on the Downloads tab.', $this->text_domain), 'http://codecanyon.net/author_dashboard'); ?></p>
<p><?php printf(__('Search for the plugin <strong>%s</strong> and select the number of stars you want to give.', $this->text_domain), $this->get_plugin_info('Name')); ?></p>
<p><img src="<?php echo $this->get_plugin_url(); ?>assets/img/rate-our-plugin.png" alt="Rate our plugin"></p>
<p><?php _e('Thank you.', $this->text_domain); ?></p>

View File

@ -0,0 +1,8 @@
<h3><?php _e('How to get Support?', $this->text_domain); ?></h3>
<p><?php _e('We know how important it is to our customers to have their questions and issues addressed as soon as possible. We currently offer support using the comments section of our items at CodeCanyon.', $this->text_domain); ?></p>
<p><?php printf(__('To get support to this plugin - <strong>%s</strong> -, click in the button below to post your comment:', $this->text_domain), $this->get_plugin_info('Name')); ?></p>
<p>
<a class="button button-primary" href="<?php echo $this->get_plugin_info('PluginURI'); ?>"><?php _e('Go to the comments section', $this->text_domain); ?></a>
</p>