D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home4
/
grandhou
/
public_html
/
Filename :
faq.php
back
Copy
<?php error_reporting(E_ERROR | E_PARSE); include('include/config.php'); include('include/configpage.php'); include('include/pdo.php'); ?> <!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title> FAQ | Grand House</title> <meta name="Description" content="Frequently asked questions and their answers regarding Grandhouse wedding photography & Cinema are published here. Get in touch with us for more information."> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" > <meta name="google-site-verification" content="hoWy6_FOiwS5_mVRL32kxQAUuLIopJC_1jxgz_G9t4s" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5Q7GCLP');</script> <!-- End Google Tag Manager --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "Which locations in Sydney do you provide your wedding photography services?", "acceptedAnswer": { "@type": "Answer", "text": "We provide photography services in numerous locations in Sydney and Canberra, including Epping Club, Le Montague, Oatlands House, Renaissance Westella, Old Parliament House, Concord Function Centre, Watsons Bay, Paddington Reservoir and many more." } }, { "@type": "Question", "name": "How many photographers and cameras will I get?", "acceptedAnswer": { "@type": "Answer", "text": "We will offer you the best photographers, and the number will depend on the size of your wedding and the package you choose. We use cameras with higher resolutions and features to capture mind-blowing photographs." } }, { "@type": "Question", "name": "What is included in your wedding photography package, and is it flexible?", "acceptedAnswer": { "@type": "Answer", "text": "The items included in the package will depend on the one you choose, or we customise. However, we will include high resolution, neatly edited, amazing photographs. We will customise your packages based on the budget when it comes to flexibility." } }, { "@type": "Question", "name": "Will Candid photography be included in the package?", "acceptedAnswer": { "@type": "Answer", "text": "We will include candid photographs in your packages if you opt for them. You can also opt it out if you are not much of a fan. Customer preference is what we consider at every event, and based on that, we suggest the packages." } }, { "@type": "Question", "name": "Do you charge for travel?", "acceptedAnswer": { "@type": "Answer", "text": "For weddings outside Sydney, we do charge travel expenses. If the shoot is outside the country, there will be food, accommodation and travel charges in addition to the photography package costs." } }, { "@type": "Question", "name": "How long will it take to deliver the album?", "acceptedAnswer": { "@type": "Answer", "text": "It usually takes 4-6 weeks after the wedding to deliver the complete set of photographs and album. We take utmost care and creativity in designing the album and retouching the photographs." } }, { "@type": "Question", "name": "Do you have insurance?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, we are insured." } }, { "@type": "Question", "name": "Do you do destination wedding photography?", "acceptedAnswer": { "@type": "Answer", "text": "Of course, we do. We love destination weddings, and we offer amazing destination wedding photography packages." } }, { "@type": "Question", "name": "Do you have a portfolio for wedding photography?", "acceptedAnswer": { "@type": "Answer", "text": "Of course, we do have one. Please head to the showcase page on our website to get a glimpse of some fantastic works we’ve done. Wish to see the albums we created? Feel free and give us a ring. We’ll get to you right away." } } ] } </script> <link rel="canonical" href="https://grandhouse.com.au/faq" /> <link rel="shortcut icon" href="sydney-wedding-photography/favicon.ico"> <link href="css/grandhouse.css" rel="stylesheet" type="text/css"> <link href="css/navigation.css" rel="stylesheet" type="text/css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet"> <script type="text/javascript" src="grandhouse-wedding-photo-js/fix_nav.js"></script> <script type="text/javascript"> $(document).ready(function () { var sidebar = $('.home-top-menu-wrap'); var top = sidebar.offset().top - parseFloat(sidebar.css('marginTop')); $(window).scroll(function (event) { var ypos = $(this).scrollTop(); if (ypos >= top) { sidebar.addClass('fixed'); } else { sidebar.removeClass('fixed'); } }); }); </script> <!--fix nav end --> <script type="text/javascript" src="grandhouse-wedding-photo-js/jquery.min.js"></script> <script> $(document).ready(function(){ // hide #back-top first $("#back-top").hide(); // fade in #back-top $(function () { $(window).scroll(function () { if ($(this).scrollTop() > 100) { $('#back-top').fadeIn(); } else { $('#back-top').fadeOut(); } }); // scroll body to 0px on click $('#back-top a').click(function () { $('body,html').animate({ scrollTop: 0 }, 800); return false; }); }); }); </script> <!--menu --> <script> $(function() { var html = $('html, body'), navContainer = $('.nav-container'), navToggle = $('.nav-toggle'), navDropdownToggle = $('.has-dropdown'); // Nav toggle navToggle.on('click', function(e) { var $this = $(this); e.preventDefault(); $this.toggleClass('is-active'); navContainer.toggleClass('is-visible'); html.toggleClass('nav-open'); }); // Nav dropdown toggle navDropdownToggle.on('click', function() { var $this = $(this); $this.toggleClass('is-active').children('ul').toggleClass('is-visible'); }); // Prevent click events from firing on children of navDropdownToggle navDropdownToggle.on('click', '*', function(e) { e.stopPropagation(); }); }); </script> <!--menu end --> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5Q7GCLP" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="innerbanner"> <div class="home-top-menu-wrap light"> <div class="left-address"> <?php $STH85 = $DB_con->query("select * from home"); $STH85->setFetchMode(PDO::FETCH_OBJ); while($row85 = $STH85->fetch()) { echo $row85->headleft; ?></div> <div class="grandhouse-logo"><a href="https://grandhouse.com.au/"><img src="sydney-wedding-photography/grandhouse-wedding-photography-sydeny.png" alt="Grandhouse Wedding Photography Sydney"></a></div> <div class="social-right"> <div class="mycases"><?php echo $row85->contactdet; } ?></div> </div> <?php include('include/menu-inner.php');?> </div> </div> <div class="wrap2"> <div class="gh-common-wrap padbtm"> <h1>Frequently Asked Questions<br> </h1></div> <div class="gh-common-wrap"> <div class="testi-wrap"> <?php $STH1 = $DB_con->query("select * from faq"); $STH1->setFetchMode(PDO::FETCH_OBJ); while($row1 = $STH1->fetch()) {?> <div class="gh-common-wrap"><h3><?php echo $row1->en_heading;?></h3><?php echo htmlspecialchars_decode($row1->en_description, ENT_QUOTES);?></div> <?php } ?> </div> </div> </div> <?php include('include/footer.php');?> <script src="grandhouse-wedding-photo-js/jquery-1.12.4.min.js"></script> </body> </html>