|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/www/wp-content/plugins/ml-slider/admin/assets/js/app/notices/ |
<template>
<div class="css-manager-ad-container flex flex-col-reverse lg:flex-row">
<div class="lg:w-1/2">
<img
:alt="__('CSS manager module', 'ml-silder')"
:src="asset('images/css-manager.gif')"
class="block">
</div>
<div class="p-8 lg:w-1/2">
<h1>{{ __('CSS Manager', 'ml-slider') }}</h1>
<p>{{ __('Easily add custom CSS to your slideshows to create the perfect design for your sites.', 'ml-slider') }}</p>
<ul>
<li class="mb-1">
<svg class="inline text-orange w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
</svg>
{{ __('Built-in text editor full of features.', 'ml-slider') }}
</li>
<li class="mb-1">
<svg class="inline text-orange w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
</svg>
{{ __('Loads only on the front-end where needed.', 'ml-slider') }}
</li>
<li class="mb-1">
<svg class="inline text-orange w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
</svg>
{{ __('Includes recipes to solve common scenarios.', 'ml-slider') }}
</li>
</ul>
<a
:href="hoplink"
class="probutton button button-primary button-hero"
target="_blank">{{ __('Find out more about MetaSlider Pro', 'ml-slider') }} <span class="dashicons dashicons-external"></span></a>
</div>
</div>
</template>
<script>
export default {
filename: 'CSSManagerNotice',
created() {
this.$parent.classes = 'w-full max-w-6xl'
},
mounted() {
// this.$parent.classes = '' - can add classes to the container as needed
this.notifyInfo('metaslider/add-slide-css-manager-notice-opened', this.__('CSS Manager notice opened', 'ml-slider'))
},
beforeDestroy() {
this.notifyInfo('metaslider/add-slide-css-manager-notice-closed', this.__('CSS Manager notice closed', 'ml-slider'))
}
}
</script>