Current Path : /storage/v11800/affypharma/public_html/wp-content/plugins/blog-designer-pack/includes/admin/

Linux v11800 5.3.0-1023-aws #25~18.04.1-Ubuntu SMP Fri Jun 5 15:19:18 UTC 2020 aarch64

Upload File :
Current File : /storage/v11800/affypharma/public_html/wp-content/plugins/blog-designer-pack/includes/admin/getting-started.php
<?php
/**
 * Getting Started Page
 *
 * @package Blog Designer Pack
 * @since 1.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

// Taking some variables
$show_on_front		= get_option( 'show_on_front' );
$page_for_posts_id	= get_option( 'page_for_posts' );
$page_on_front_id	= get_option( 'page_on_front' );
$reading_page_url	= admin_url( 'options-reading.php' );
$new_page_url		= add_query_arg( array('post_type' => 'page', 'post_title' => 'Blog Page', 'content' => '[bdp_post limit="5"]'), admin_url('post-new.php') );
$about_page_url		= add_query_arg( array('page' => 'bdp-about'), admin_url('admin.php') );
$shortcode_page_url	= add_query_arg( array('page' => 'bdp-shrt-generator'), admin_url('admin.php') );
$upgrade_link		= add_query_arg( array('page' => 'bdp-about-pricing'), admin_url('admin.php') );
?>
<style type="text/css">
	.bdp-wrap *{-webkit-box-sizing: border-box; -moz-box-sizing:border-box; box-sizing: border-box; }
	.bdp-welcome-panel{position: relative; overflow: auto; margin: 16px 0; padding: 23px 23px 0; border: 1px solid #c3c4c7;	box-shadow: 0 1px 1px rgba(0,0,0,.04); background: #fff; font-size: 13px;	line-height: 1.7; clear:both;}
	.bdp-welcome-panel-column-container{clear:both; position:relative;}	
	.bdp-welcome-panel-content h2{margin: 0; font-size: 21px; font-weight: 400; line-height: 1.2;}
	.bdp-welcome-panel-content .bdp-about-description{font-size: 16px; margin: 0; color: #646970;}
	.bdp-welcome-panel h3{margin: 1.33em 0 0; font-size: 16px;}
	.bdp-welcome-panel a{text-decoration:none;}
	.bdp-welcome-panel .dashicons{color:#646970; margin-right:5px;}
	.bdp-welcome-panel-content .bdp-welcome-panel-column{width:30%; float:left;}
	.bdp-pro-box .hndle{background-color:#0073AA; color:#fff;}
	.bdp-pro-box.postbox{background:#dbf0fa; border:1px solid #0073aa; color:#191e23;}
	.postbox-container .bdp-list li{list-style:square inside;}
	.postbox-container .bdp-list .bdp-tag{display: inline-block; background-color: #fd6448; padding: 1px 5px; color: #fff; border-radius: 3px; font-weight: 600; font-size: 12px;}
	.bdp-wrap .bdp-button-full{display:block; text-align:center; box-shadow:none; border-radius:0;}
	.bdp-box{border-bottom:2px solid #f1f1f1; }
	.bdp-box .bdp-box-content p{ font-size:15px;}
	#dashboard-widgets .inside .bdp-box h3{color: #23282d;font-size: 1.3em;margin: 1em 0;}
	.bdp-box > h3 span { font-size: 13px;  font-weight: 400;}
	.bdp-box .bdp-box-content span{background:#f1f1f1; font-weight:bold; padding:3px;}
	.bdp-box .bdp-box-content ul { margin: 0 0 5% 0;  background: #F8F8F8; padding: 20px 20px 20px 30px; list-style-type: square; font-size: 15px;  line-height: 1.8;}
	.bdp-notice{background-color: #43AC6A; border-color: #3a945b; color:#fff; font-size:15px; padding:10px; border-radius:5px;}
	.bdp-notice a{color:#fff; text-decoration:underline; font-weight:bold;}
	.bdp-notice span{ font-weight:bold;}
	.bdp-layout-box{width:33%; float:left; padding:10px; text-align:center; font-weight:bold; }
	.bdp-layout-box-inner{border:1px solid #f1f1f1; position:relative;}
	.bdp-layout-box-inner label{padding:5px 2px; display:inline-block;}
	.bdp-layout-box-inner img{filter: grayscale(100%); max-width:100%;}
	.bdp-layout-box-inner a{display: flex;}
	.bdp-layout-box-inner:hover a:after{content:"Create Shortcode";  display: flex;  align-items: center;  justify-content: center;color:#000; text-decoration:underline;  position:absolute; top:0; bottom:0; left:0; width:100%; background:rgba(249,168,65,0.9); }
	.bdp-layout-box-inner:hover a.bdp-upgrade-pro:after{content:"Upgrade To Pro"}
	.bdp-clearfix:before, .bdp-clearfix:after{content: "";display: table;}
	.bdp-clearfix:after{clear: both;}
	.bdp-free-tag { padding: 4px 7px 4px 5px;color:#fff;  background-color: #43AC6A;  position: absolute; right:0; z-index:2; font-size: 10px;  display: inline-block;  line-height: 1.1;}
	.bdp-free-tag:before { content: ""; left: -10px; top: 0;  border-top: 10px solid transparent;  border-right: 10px solid #43AC6A;  border-bottom: 10px solid transparent;  position: absolute;}
	.bdp-pro-tag { padding: 4px 7px 4px 5px;color:#fff;  background-color: #ed1e1e;  position: absolute; right:0; z-index:2; font-size: 10px;  display: inline-block;  line-height: 1.1;}
	.bdp-pro-tag:before { content: ""; left: -10px; top: 0;  border-top: 10px solid transparent;  border-right: 10px solid #ed1e1e;  border-bottom: 10px solid transparent;  position: absolute;}
	.bdp-feedback{clear:both; text-align:center; background:#f1f1f1; padding:15px; margin-top:20px;}
	#dashboard-widgets .bdp-feedback h3{font-size:24px; margin-bottom:0px;}
	#dashboard-widgets .bdp-feedback p{font-size:15px;}
	#dashboard-widgets .bdp-feedback .bdpp-feedback-btn { font-weight: 600;  color: #fff;text-decoration: none;text-transform: uppercase;padding: 1em 2em; background: #008ec2; border-radius: 0.2em;}
	.bdp-pro-features { padding:15px; margin-top:10px; display:flex;flex-wrap: wrap;}
	.bdp-pro-features ul{display:flex;flex-wrap: wrap;}
	.bdp-pro-features li{width:48%; display:inline-block; background:#f1f1f1; margin-right:1%; padding:10px 10px 10px 30px; position:relative;}	
	.bdp-pro-features li:before{font-size:25px;position:absolute; content: "\f147"; left:0px; top:3px; font-family:'dashicons'; color:#43AC6A;}
	#dashboard-widgets .bdp-pro-features h3{font-size:20px; margin-bottom:0px;}
	.bdp-getting-started .dashicons, .bdp-pro-features .dashicons{font-size:25px; color:#43AC6A; margin-right:10px;}
	.bdp-pro-features .dashicons{position:relative; top:3px;}
</style>

<div class="wrap bdp-wrap">
	<h2>Blog Designer Pack Dashboard</h2>

	<div id="bdp-welcome-panel" class="bdp-welcome-panel">
		<div class="bdp-welcome-panel-content">
			<h2>Success, The Blog Designer Pack is now activated! 😊</h2>
			<p class="bdp-about-description">Would you like to create one test blog page to check usage of Blog Designer Pack plugin?</p>
			<div class="bdp-welcome-panel-column-container">
				<div class="bdp-welcome-panel-column">
					<h3>Get Started</h3><br/>
					<a class="button button-primary button-hero" href="<?php echo esc_url( $new_page_url ); ?>">Yes, Create A New Blog Page</a>
					<p> or, <a href="https://docs.infornweb.com/blog-designer-pack/#setup-blog-page" target="_blank" >No, I will configure my self (Give me steps) </a></p>
				</div>
				<div class="bdp-welcome-panel-column">
					<h3>Next Steps</h3> 
					<ul>
						<li><a href="<?php echo esc_url( $shortcode_page_url ); ?>" class=""><span class="dashicons dashicons-welcome-write-blog"></span> Create Shortcode</a></li>
						<li><a href="#Usages-of-bdp" class=""><span class="dashicons dashicons-welcome-widgets-menus"></span> Usages</a></li>	
						<li><a href="https://premium.infornweb.com/news-blog-designer-pack-pro/" target="_blank" class=""><span class="dashicons dashicons-welcome-view-site"></span> Premium Demo</a></li>
					</ul>
				</div>
				<div class="bdp-welcome-panel-column">
					<h3>Documentation & Support</h3>
					<ul>
						<li><a href="https://docs.infornweb.com/blog-designer-pack/" target="_blank" class=""><span class="dashicons dashicons-welcome-learn-more"></span> Documentation</a></li>
						<li><a href="https://wordpress.org/support/plugin/blog-designer-pack/" target="_blank" class=""><span class="dashicons dashicons-format-aside"></span> Support Forum</a></li>
						
					</ul>
				</div>
			</div>
		</div>
	</div>
	<div id="dashboard-widgets-wrap">
		<div id="dashboard-widgets" class="metabox-holder columns-2">
			<div class="postbox-container">
				<div class="meta-box-sortables">
					<div class="postbox">
						<div class="postbox-header">
							<h2 class="hndle">
								<span><?php _e( 'Looking to customize your existing blog page?', 'blog-designer-pack' ); ?></span>
							</h2>
						</div>	
						<div class="inside">							
							<div class="bdp-getting-started bdp-box"> 
								<h3>Getting Started <span>(Must Read)</span></h3>
								<div class="bdp-box-content">
									<p>Once you've activated your plugin, you’ll be redirected to this page (Blog Designer Pack Dashboard). Here, you can view the required and helpful steps to use plugin.</p>
									<p>We recommend that please read the below sections for more details.</p>
								</div>
							</div>
							
							<div class="bdp-important-things bdp-box">
								
								<h3>Important things <span>(Required)</span></h3>

								<?php if($show_on_front == "posts") { ?>
									<div class="bdp-post-page">	
										<div class="bdp-notice">
											Your current homepage is set to <span>"Your latest posts"</span>. If you want to customize and change the design of your current blog page with plugin layout and design then kindly go to <a href="<?php echo esc_url( $reading_page_url ); ?>" target="_blank">Settings > Reading</a> and change that selection to <span>"A static page"</span> and then select <span>"Homepage"</span> to any page (that you want to display as a homepage) from the drop down.
										</div>
										<div class="bdp-box-content">
											<p>We recommend you to refresh this page once you done with above changes.</p>
										</div>
									</div>
								<?php } else if( ! empty( $page_for_posts_id ) ) { ?>
									<div class="bdp-static-page">

										<div class="bdp-notice">
											Your current blog page is set to <span> <?php echo get_the_title( $page_for_posts_id ); ?> </span>. If you want to customize and change the design of your current blog page with plugin layout and design then kindly go to <a href="<?php echo esc_url( $reading_page_url ); ?>" target="_blank">Settings > Reading</a> and change that selection to default one (<strong> " — Select — " </strong>) from the dropdown.
										</div>

										<div class="bdp-box-content">
											<p> Blog page content is handled by WordPress it self.<br />
												To enable Blog Designer Pack plugin design on Blog page, you need to make sure that Blog page should not be selected on <span>Posts page</span> of <span>Reading settings</span>. ( <a href="<?php echo esc_url( $reading_page_url ); ?>" target="_blank">Settings > Reading</a>)
											</p>
											<p>First, We recommed you to refresh this page once you done with above changes.</p>
											<p>We recommed you to read the below sections in case if you need more details.</p>
											<ul>
												<li>
													<h4>Blog page is already created</h4>
														If "Blog" page is already created and assigned that page as a <span>Posts page</span> under <a href="<?php echo esc_url( $reading_page_url ); ?>" target="_blank">WordPress Settings > Reading</a> then please change that selection to default one (<strong> " — Select — " </strong>) from the dropdown.
														Once you de-select this setting, open your "Blog" page in edit mode and add the plugin shortcode (Shortcodes that created under "Blog Designer Pack > Shortcode Builder")
												</li>
												<li>
													<h4>Blog page is not created</h4>
														If Blog page is not created then go to Pages > Add New and create a blog page OR some other name as per your need and add the shortcode.
												</li>
											</ul>
											<p>If still you have any question, please feel free to contact us on <a href="https://wordpress.org/support/plugin/blog-designer-pack/" target="_blank">Support Forum. </a> </p>
										</div>
									</div>
								<?php } else { ?>
									<div class="bdp-static-page">
										<div class="bdp-box-content">
											<p>Well done 😊 !!</p>
											<p>Edit your Blog page OR Home page (a static page created by you OR Chosen by you) and add the desired <a href="<?php echo esc_url( $shortcode_page_url ); ?>" class="welcome-icon welcome-edit-page">Shortcode</a> in it.</p>
											<p>If still you have any question, please feel free to contact us on <a href="https://wordpress.org/support/plugin/blog-designer-pack/" target="_blank">Support Forum. </a> </p>
										</div>	
									</div>
								<?php } ?>
							</div>
						</div><!-- .inside -->
					</div><!-- .postbox -->
				</div><!-- .meta-box-sortables -->
					
				<div id="Usages-of-bdp" class="meta-box-sortables">
					<div class="postbox">
						<div class="postbox-header">
							<h2 class="hndle">
								<span><?php _e( 'Usage of Blog Designer Pack', 'blog-designer-pack' ); ?></span>
							</h2>
						</div>	
						<div class="inside">
							<div class="bdp-getting-started bdp-box">
								<h3><span class="dashicons dashicons-yes-alt"></span> Create a Blog OR News Website</h3>
								<div class="bdp-box-content">
									<p>This is very helpful plugin to create a Blog website or News/Magazine website. Just use the layouts with the help of shortcode and design your page.</p>
									<p>Check sample <a href="https://premium.infornweb.com/blog-3/" target="_blank">Blog-1</a>, <a href="https://premium.infornweb.com/blog-4/" target="_blank">Blog-2</a>  and <a href="https://premium.infornweb.com/news-magazine/" target="_blank">News/Magazine</a> page here created with Blog Designer Pack.</p>
								</div>
							</div>	
							<div class="bdp-getting-started bdp-box">
								<h3><span class="dashicons dashicons-yes-alt"></span> Display latest post on home page from blog </h3>
								<div class="bdp-box-content">
									<p>You can display latest post from your blog on home page. You can use 9+ layout for this e.g. grid view OR slider view OR Carousel View etc</p>
									<p>Check sample <a href="https://premium.infornweb.com/blog-designer-pack-pro-slider-designs/" target="_blank">Slider</a>, <a href="https://premium.infornweb.com/blog-designer-pack-pro-carousel-designs/" target="_blank">Carousel</a>  and <a href="https://premium.infornweb.com/blog-designer-pack-pro-carousel-with-partial-slide-designs/" target="_blank">Partial Slide</a> created with Blog Designer Pack.</p>
								</div>
							</div>
							<div class="bdp-getting-started bdp-box">
								<h3><span class="dashicons dashicons-yes-alt"></span> Display Featured and Trending Post</h3>
								<div class="bdp-box-content">
									<p>Highlights your Featured and most Popular/Trending post. You can use 9+ layout for this e.g. grid view OR slider view OR Carousel View etc</p>
									<p>Check sample <a href="https://premium.infornweb.com/blog-designer-pack-pro-featured-and-trending-post/" target="_blank">Demo</a> created with Blog Designer Pack.</p>
								</div>
							</div>
							<div class="bdp-getting-started bdp-box">
								<h3><span class="dashicons dashicons-yes-alt"></span> Display Post Timeline</h3>
								<div class="bdp-box-content">
									<p>Display posts in timeline view.</p>
									<p>Check sample <a href="https://premium.infornweb.com/blog-designer-pack-pro-timeline-designs/" target="_blank">Demo</a> created with Blog Designer Pack.</p>
								</div>
							</div>
							
						</div><!-- .inside -->
					</div><!-- .postbox -->
				</div><!-- .meta-box-sortables -->
			</div><!-- .postbox-container -->

			<div class="postbox-container">
				<div class="meta-box-sortables">
					<div class="postbox">
						<div class="postbox-header">
							<h2 class="hndle">
								<span><?php _e( 'Free and Premium Layouts', 'blog-designer-pack' ); ?></span>
							</h2>
						</div>	
						<div class="inside bdp-clearfix">
							<h4><strong>Please click on layouts below and create the shortcode.</strong><br /> 
							Free layouts only having 2 designs option each. If you are looking for more options and 10+ designs for each layout please check <a href="#Premium-Demo-Section">Premium Demo</a> for more details.</h4>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-free-tag">FREE</span>
									<a href="<?php echo esc_url($shortcode_page_url); ?>"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/grid.png" /></a>
									<label>Grid</label>
								</div>
							</div>
							
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-free-tag">FREE</span>
									<a href="<?php echo esc_url($shortcode_page_url); ?>&shortcode=bdp_post_slider"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/slider.png" /></a>
									<label>Slider</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-free-tag">FREE</span>
									<a href="<?php echo esc_url($shortcode_page_url); ?>&shortcode=bdp_post_carousel"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/carousel.png" /></a>
									<label>Carousel</label>
								</div>
							</div>
							
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-free-tag">FREE</span>
									<a href="<?php echo esc_url($shortcode_page_url); ?>&shortcode=bdp_post_gridbox"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/grid-box-layout-2.png" /></a>
									<label>Grid Box-1</label>
								</div>
							</div>
							
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-free-tag">FREE</span>
									<a href="<?php echo esc_url($shortcode_page_url); ?>&shortcode=bdp_post_list"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/list.png" /></a>
									<label>List</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-free-tag">FREE</span>
									<a href="<?php echo esc_url($shortcode_page_url); ?>&shortcode=bdp_masonry"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/masonry.png" /></a>
									<label>Masonry</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-free-tag">FREE</span>
									<a href="<?php echo esc_url($shortcode_page_url); ?>&shortcode=bdp_ticker"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/ticker.png" /></a>
									<label>Post Ticker</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-pro-tag">PRO (New)</span>
									<a class="bdp-upgrade-pro" href="<?php echo esc_url($upgrade_link); ?>"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/ticker.png" /></a>
									<label>Category Ticker</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-pro-tag">PRO</span>
									<a class="bdp-upgrade-pro" href="<?php echo esc_url($upgrade_link); ?>"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/slider-with-thumb.png" /></a>
									<label>Slider with Thumb</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-pro-tag">PRO</span>
									<a class="bdp-upgrade-pro" href="<?php echo esc_url($upgrade_link); ?>"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/carousel-with-partial-slide.png" /></a>
									<label>Partial Slide</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-pro-tag">PRO</span>
									<a class="bdp-upgrade-pro" href="<?php echo esc_url($upgrade_link); ?>"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/grid-box-layot.png" /></a>
									<label>Grid Box-2</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-pro-tag">PRO</span>
									<a class="bdp-upgrade-pro" href="<?php echo esc_url($upgrade_link); ?>"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/grid-box-layout-1.png" /></a>
									<label>Grid Box-3</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-pro-tag">PRO</span>
									<a class="bdp-upgrade-pro" href="<?php echo esc_url($upgrade_link); ?>"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/grid-box-layout-1.png" /></a>
									<label>Grid Box Slider</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-pro-tag">PRO</span>
									<a class="bdp-upgrade-pro" href="<?php echo esc_url($upgrade_link); ?>"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/list-alt.png" /></a>
									<label>List Alternate</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-pro-tag">PRO</span>
									<a class="bdp-upgrade-pro" href="<?php echo esc_url($upgrade_link); ?>"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/timeline.png" /></a>
									<label>Timeline</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-pro-tag">PRO</span>
									<a class="bdp-upgrade-pro" href="<?php echo esc_url($upgrade_link); ?>"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/category-grid.png" /></a>
									<label>Category Grid/Slider</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-pro-tag">PRO</span>
									<a class="bdp-upgrade-pro" href="<?php echo esc_url($upgrade_link); ?>"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/category-grid.png" /></a>
									<label>Featured and Trending Post</label>
								</div>
							</div>
							<div class="bdp-layout-box">
								<div class="bdp-layout-box-inner">
									<span class="bdp-pro-tag">PRO</span>
									<a class="bdp-upgrade-pro" href="<?php echo esc_url($upgrade_link); ?>"><img src="<?php echo BDP_URL; ?>/assets/images/getinstarted/category-grid.png" /></a>
									<label>Widgets – Slider and Grid</label>
								</div>
							</div>
							<div id="Premium-Demo-Section" class="bdp-feedback bdp-clearfix">
								<h3 class="text-center">Want to Check Premium Demo?</h3>
								<p>Checkout the premium demo with 9+ Layouts and 90+ Designs</p>
								<a href="https://premium.infornweb.com/news-blog-designer-pack-pro/" class="bdpp-feedback-btn bdp-button-full" target="_blank">Premium Demo</a>
							</div>
							<div class="bdp-pro-features bdp-clearfix">
								<h3 class="text-center"><span class="dashicons dashicons-yes-alt"></span> Premium Features Highlights</h3>
								<ul>
									<li><strong>90+ Designs and 9+ Layouts - </strong> Grid, Slider, Carousel, List, Masonry , Gridbox, Gridbox Slider, Timeline, Partial Slide, Slider with Thumbnails, Category Grid & Slider, Creative etc </li>
									<li><strong>5 Type of Pagination -</strong> Infinite Scroll, Load More, Prev & Next with Ajax, Numeric etc</li>
									<li><strong>3 Widgets with 10+ Designs -</strong> Slider, List, Vertical Scrolling</li>
									<li><strong>Style Manager - </strong>Manage post title, content, meta and read more button color and fount size</li>
									<li><strong>Featured & Trending Post Functionality - </strong> Work with all layouts and designs</li>
									<li><strong>Template Functionality -</strong> Override designs from your theme</li>
									<li>Elementor & WPBakery Page Builder Support</li>
									<li>Custom Post Type, Taxonomy and  Tags Support</li>
									<li>Social Sharing Options</li>
									<li>Category Image Upload Option</li>
									<li>Sticky Post Options</li>
									<li>Drag & Drop Post Order Change</li>
									<li>Custom Read More Link and Read More Text for Post</li>
									<li><a href="<?php echo esc_url($upgrade_link); ?>">Know More..</a></li>
								</ul>
							</div>
						</div><!-- .inside -->
					</div><!-- .postbox -->
				</div><!-- .meta-box-sortables -->
			</div><!-- .postbox-container -->
			
		</div><!-- #dashboard-widgets -->	
	</div><!-- #dashboard-widgets-wrap -->
</div><!-- end .wrap -->

ESTRELLA Pharma – Affy Pharma Pvt Ltd

TREPODOX

POWDER FOR ORAL SUSPENSION
30ML (HDPE BOTTLE)

Composition

Cefpodoxime 50mg/5ml

Indications & Uses

UTIs, LRTs

TREPODOX – CV

POWDER FOR ORAL SUSPENSION
30ML (GLASS BOTTLE)

Composition

Cefpodoxime 50mg + Potassium Clavulanate 31.25mg/ 5ml

Indications & Uses

Upper & lower respiratory infections, Uncomplicated skin infections, Urinary Tract Infections

ESTY CLAV

POWDER FOR ORAL SUSPENSION
30ML (GLASS +HDPE BOTTLE)

Composition

Amoxycillin 200mg + Potassium clavulanate 28.50 mg/ 5ml

Indications & Uses

Community Acquired Pneumonia, Acute Exacerbations of Chronic Bronchitis, Upper Respiratory Tract Infections, Urinary Tract Infections

ESTRIXIME – CV

POWDER FOR ORAL SUSPENSION
30ML (GLASS BOTTLE)

Composition

Cefixime 50mg + Potassium clavulanate 31.25mg/5ml

Indications & Uses

Urinary Tract Inefctions, AECB, Otitis Media, Typhoid/p>

ESTRIXIME

POWDER FOR ORAL SUSPENSION
30ML (HDPE BOTTLE)

Composition

Cefixime 50mg/5ml

Indications & Uses

Urinary Tract Inefctions, Gastroenteritis

REOMELL

ORAL SUSPENSION
15 ml

Composition

Azithromycin 200mg/5ml

Indications & Uses

Community Acquired Pneumonia, Acute Exacerbations of Chronic Bronchitis,

TAMEST – DS

ORAL SUSPENSION
60 ml

Composition

Paracetamol 250mg/5ml

Indications & Uses

Fever, Pain

STREFEN

ORAL SUSPENSION
60 ml

Composition

Paracetamol 125mg + Mefenamic Acid 50mg/5ml

Indications & Uses

Pain, Fever

STREFOX

ORAL SUSPENSION
30 ml

Composition

Ofloxacin 50mg/5ml

Indications & Uses

Acute exacerbations of chronic Bronchitis, Diarrhoea

TAMACET-P

SYRUP
60 ml

Composition

Paracetamol 125mg + PPH 5mg + Cetirizine HCI 2mg/5ml

Indications & Uses

Fever, common cold & Flu

HEPTRELL

ORAL SUSPENSION
200ml

Composition

Cyproheptadine HCI 2mg + Tricholine citrate 0.275mg/5ml

Indications & Uses

Stimulate Apetite, Induces Weight Gain, Cure Allergies

TREP-DSR

CAPSULES ( HARD GELATIN)
10X10 (Alu-Alu)

Composition

Pantoprazole 40mg (EC) + Domperidone 30mg (SR)

Indications & Uses

GERD, Dyspepsia, Acid Peptic Disorders, Gastritis

RALE-DSR

CAPSULES ( HARD GELATIN)
11X10 (Alu-Alu)

Composition

Rabeprazole 20mg (EC) + Domperidone SR

Indications & Uses

GERD, Dyspepsia, Acid Peptic Disorders, Gastritis

STRETOP-40

INJECTION
40ml

Composition

Pantoprazole Sodium 40mg + NaCL

Indications & Uses

Acid-peptic disorders in hospitalized patients, Zollinger – Ellison Syndrome, Treatment of GERD Associated with Erasive Esophagitis, GL Bleed

DIMACID

SUSPENSION
170ml

Composition

Activated Dimethicone 25mg + Magnesium Hydroxide 200mg+ Aluminium Hydroxide Gel 200mg/10ml

Indications & Uses

Heartburn, Acid Indigestion

ELLAZYME

SYRUP
200ml

Composition

Alpha Amylase (1:2000) 50mg, Pepsin(1:3000) 10mg/5ml

Indications & Uses

Dyspepsia, Flatulence, Anorexia, Pancreatic Insufficiency

ARBOLL-Z

CAPSULES (HARD GELATIN)
10X3X10

Composition

Vitamin C 75mg + Vitamin B12 5mcg + Carbonyl Iron 100mg + Folic Acid 1.5mg + Zinc Sulphate 61.8mg

Indications & Uses

Hyphocromic Anemia in Pregnancy, Chronic and / or Acute Blood Loss, Post-gynaesurgery, Iron Deficiency Anemia

EST-D3 60K

CAPSULES (SOFT GELATIN)
10X1X4

Composition

Cholecalciferol 60000 UI

Indications & Uses

Osteoporosis, Osteoarthritis, Musculoskeletal Pain, Type- 2 Diabetes, Menstrual Irregularities, Pre-eclampsia, IUGR

STREBONA

ORAL SUSPENSION
200ml

Composition

Calcium Carbonate 625mg, Vitamin D3 125 IU/5ml

Indications & Uses

Osteomalacia, Osteoporosis, Fractures, Premenstrual Syndrome

STREFE-III

SYRUP (IRON TONIC)
300 ml

Composition

Iron (III) Hydroxide Polymaltose 50mg, Folic Acid 0.5mg/15ml

Indications & Uses

Pregnancy and lactation, Iron Deficiency Anaemia, Anaemia due to Excessive Haemorrhage, Anaemia Associated with Infections and Malignant Disease

STRECIUM

CAPSULES (SOFT GELATIN)
5X2X15

Composition

Calcitriol 0.25mcg + Calcium Carbonate 500mg + Zinc Sulphate 7.5mg

Indications & Uses

Osteoporosis, Hypoparathyroidism, Pregnancy & Lactation, Premenstrual Syndrome

ESTRE-SPAS

TABLETS
20X10

Composition

Mefenamic Acid 250mg + Dicyclomine HCI 10mg

Indications & Uses

Dysmenorrhea, Irritable Bowel Syndrome, Colic and Bladder Spasm, Abdominal Pain

TAMEST-A

TABLETS (BLISTERS)
20X10

Composition

Nimeulide 100mg + Paracetamo; 325mg

Indications & Uses

Arthritis Pain, Soft Tissue Trauma Including Sprains, Musculoskeletal Pain, Pain Following Dental Extraction

PARTRA FORTE

TABLETS

20X10

Composition

Tramadol 37.5mg + Paracetamol 325mg

Indications & Uses

Chronic Back Pain, Osteoarthritis, Postoperative Pain

UMRELY GEL

GEL
30g

Composition

Diclofenac Diethylamine 1.16% w/w + Oleum Linseed Oil 3 % w/w + Menthol 5% w/w +Methyl Salicylate 10% w/w

Indications & Uses

Sprains & Strains, Lower Back Pain, Joint Pain, Knee Pain

MOISTACT

CREAM
20g

Composition

Urea 10% +Lactic Acid 10% + Propylene Glycol 10% + Liquid Paraffin 10%

Indications & Uses

Foot Cracks, Keratolytic

BELODIP

OINTMENT
15g

Composition

Clotrimazole 1% w/w + Beclomethasone Dipropionate 0.025% w/w + Neomycin 0.5% w/w

Indications & Uses

Eczema, Psoriasis, Corticosteroid Responsive Dermatoses

MIN-DAND

LOTION
100 ml

Composition

Ketoconazole 2% w/v

Indications & Uses

Pityriasis, Dandruff

MIN-DAND-Z

LOTION
100 ml

Composition

Ketoconazole Shampoo 2% w/v + ZPTO 1% w/v

Indications & Uses

Pityriasis, Dandruff

MIN-DAND

SOAP
75g

Composition

Ketoconazole 1% w/w

Indications & Uses

Tinea Versicolor, Prophylaxis of Pityriasis Versicolor

FLUTRELLA

TABLETS
20X1X1

Composition

Fluconazole 200mg

Indications & Uses

Vaginal Candidiasis, Brochopulmonary Infections, Candiduria, Tinea Pedis, Corposis, Cruris, Versicolor

ESTRAVIT

SYRUP
200ml

Composition

L-Iysine HCI 25mg + Vitamin B1 2.5mg + Vitamin B2 2.5mg + Vitamin B6 0.75mg + D-panthenol 3mg +Niacinamide 25mg + Mecobalamin 2mcg/10ml

Indications & Uses

Sub-optimal Growth, Poor Weight Gain, Malnutrition, Prolonged Illness

LYCOSTER PLUS

SYRUP
225ml

Composition

Each 10ml Contains: Lycopene 6% 1000mcg + Vitamin A Palmitate 2500 IU + Vitamin E 10 IU + Ascorbic Acid 50mg + Selenium (as Sodium Selenate) 35mcg + Zinc (As Zinc Gluconate) 3mg + Manganese (as Manganese Gluconate) 2mg + Iodine ( As Potassium Iodine) 100mcg + Copper (As Copper Sulphate0 500mcg + Thiamine HCI 2mg + Riboflavine 3mg + Pyridoxine HCI 1.5mg

Indications & Uses

Tiredness, Stress, Feeling of Weakness, Vitality Deficiency

OSERON

CAPSULES (SOFT GELATIN)
10X1X10

Composition

Antioxidant, Multivitamin & Multiminerals

Indications & Uses

Tiredness, Stress, Feeling of Weakness, Vitality Deficiency

GERMELLA

CAPSULES (SOFT GELATIN)
10X1X10

Composition

Vitamin E (Natural) 400 IU + Wheat Germ Oil 100mg + Omega 3 Fatty Acids 30mg

Indications & Uses

Ulcerative colitis, Metabolic Syndrome, Rheumatoid Arthritis, Type-2 Diabetes, Cardiovascular Diseases

LYCOSTER GOLD

CAPSULES (SOFT GELATIN)
10X1X10

Composition

Each SG Contains Lycopene 6% 2000 IU + Vitamin A 2500 IU + Vitamin E Acetate 10 IU + Vitamin C 50 mg + Zinc sulphate Monohydrate 27.45mg + Selenium Dioxide 70mcg

Indications & Uses

Idiopathic Male Infertility, Pre-eclampsia, Prostate Cancer, Cardiovascular Diseases, Diabetes Mellitus

OSERON -G

CAPSULES (SOFT GELATIN)
10X1X11

Composition

Ginseng + Multivitamin + Multimineral

Indications & Uses

Tiredness, Stress, Feeling of Weakness, Vitality Deficiency

OSERON -G

CAPSULES (SOFT GELATIN)
10X1X11

Composition

Ginseng + Multivitamin + Multimineral

Indications & Uses

Tiredness, Stress, Feeling of Weakness, Vitality Deficiency

ESTRIXIME-200 LB

TABLETS (Alu-Alu)
20X10

Composition

Cefixime 200mg + Lactic Acid Bacilus 2.5 billion spores

Indications & Uses

Otitis Media, Pharyngitis & Tonsillitis, Uncomplicated Urinary Tract Infections, Acute Exacerbations of Chronic Bronchitis, Enteric Fever

ESTRIXIME-CV-325

TABLETS (Alu-Alu)
10X1X6

Composition

Cefixime 200mg + Potassium Clavulanate 125mg

Indications & Uses

Respiratory Tract Infections, Urinary Tract Infections, Skin & Skin Structure Infections

ESTY CLAV-625 LB

TABLETS (Alu-Alu)
10X1X6

Composition

Amoxycillin 500mg + Potassium Clavulanate 125mg

Indications & Uses

Respiratory Tract Infections, Community Acquired Pneumonia, Gynaecological Infections, Acute Exacerbations of Chronic Bronchitis, Skin and Soft Tissue Infections

FLOXEST

TABLETS (Blister)
20X10

Composition

Ofloxacin 200mg + Ornidazole 500mg

Indications & Uses

Surgical ions, Diarrheas of Mixed Etiology, Gynaecological Infections, Orofacial and Dental Infections

VOFLOX-500

TABLETS
10X10

Composition

Levofloxacin 500mg

Indications & Uses

Acute Bacterial Sinusitis, Acute Bacterial Exacerbations of Chronic Bronchitis, Skin & Skin Structure Infections, Chronic Bacterial Prostatitis, Urinary Tract Infections

FLOXEST – O

TABLETS (Alu-Alu)
20X10

Composition

Cefixime 200mg + Ofloxacin 200mg

Indications & Uses

Community Acquired Pneumonia, Multiple Drug Resistant-TB, Typhoid

FLOXEST

TABLETS (Alu-Alu)
20X10

Composition

Ofloxacin 200mg

Indications & Uses

Community Acquired Pneumonia, Multiple Drug Resistant-TB, Typhoid

ESTY CLAV- 1.2

INJECTIONS
1.2g

Composition

Amoxycillin 1000mg + Potassium Clavulanate 200mg + WFI

Indications & Uses

Community Acquired Pneumonia, Gynaecological Infections, Upper Respiratory Tract Infections, Skin and Soft Tissue Infections, Urinary Tract Infections, Acute Exacerbations of Chronic Bronchitis

TRELLON-SB 1.5

INJECTIONS
1.5g

Composition

Ceftriaxone 1000mg + Sulbactam 500mg + WFI

Indications & Uses

Gynaecological Infections, Lower Respiratory Tract Infections, Intra-abdominal Infections with Aerobic Organisms, Surgical Prophylaxis

TRELLON-TZ 1.125

INJECTIONS
1.125gm

Composition

Ceftriaxone 1000mg + Tazobactam 500 mg + WFI

Indications & Uses

Bone & Joint Infections, Intra-abdominal Infections, Bacterial Meningitis, Pre-operative Surgical Prophylaxis

RELLAM

INJECTIONS
1gm

Composition

Meropenem 1gm + WFI

Indications & Uses

Complicated Intra-abdominal Infection (cIAI), Complicated Skin & Skin Structure Infections (cSSSI), Bacterial Meningitis, Noscocomial Pneumonia

TRELIN-Z 4.5

INJECTIONS
4.5gm

Composition

Piperacillin 4000mg + Tazobactam 500mg + WFI

Indications & Uses

Intra-abdominal Infections, Complicated Urinary Tract Infections, Febrile Neutropenia, Lower Respiratory Tract Infections

TRELIN-Z 4.5

INJECTIONS
4.5gm

Composition

Piperacillin 4000mg + Tazobactam 500mg + WFI

Indications & Uses

Intra-abdominal Infections, Complicated Urinary Tract Infections, Febrile Neutropenia, Lower Respiratory Tract Infections

BUTRELLA

SYRUP

100ml

Composition

Ambroxol HCI 15mg + Guaiphensin 50mg + Terbutaline Sulphate 1.5mg + Mentholated Base/5ml

Indications & Uses

Bronchitis, Productive Cough, Emphysema, Bronchial Asthma

BUTRELLA-BR

SYRUP

100ml

Composition

Terbutaline Sulphate 1.25mg + Bromhexine HCI 4mg + Guaiphenesin 50mg + Methalated Base/5ml

Indications & Uses

Acute Cough, Abnormal Mucus Secretion, Productive Cough

DEXTRIN

SYRUP
100ml

Composition

Dextromethorphan Hydrobromide 10mg + Phenylpherine 5 mg + Cetrizine 5mg + Mentholated Base/5ml

Indications & Uses

Commom Cold and Flu, Nasal Congestion, Sore Throat

VOTRELL-M

TABLETS (Alu-Alu)
20X10

Composition

Levocetirizine 5mg + Montelukast 10mg

Indications & Uses

Allergic Rhinitis, Nasal Congestion, Asthma

VOTRELL

TABLETS (Alu-Alu)
20X11

Composition

Levocetirizine 5mg

Indications & Uses

Chronic Idiopathic Urticaria (CIU), Seasonal Allergic Rhinitis (SAR), Perennial Allergic Rhinitis (PAR)

Arrange A Callback
[]
1 Step 1
Full Name
Telephone
Departmentyour full name
Postal Address
Message
0 /
Previous
Next
Shopping Basket