WoWedding - Wedding Oriented

HTML Website Template


Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to contact us via Ticksy Support System. Thanks so much!

You have bought HTML template and we expect that you have basic HTML and CSS knowledge. If you are not expert, you can always find Basic HTML and CSS knowledge here

https://www.w3schools.com/html/

https://www.w3schools.com/css/

The template has 58 HTML files:

 

Template has different headers and footers. You can find them on different Homepages.

What should you do if you want to use Header 2 from Home Page 2 on all Pages?

Open home_beach_resort.html
Search my comment
<!-- - - - - - - - - - - - - - Header - - - - - - - - - - - - - - - - --> and select code till <!-- - - - - - - - - - - - - end Header - - - - - - - - - - - - - - - -->

Copy this code

 

<!doctype html>
<html lang="en">

  <!-- Google Web Fonts
  ================================================== -->



  <!-- Basic Page Needs
  ================================================== -->

 
  <!--meta info-->


  <!-- Mobile Specific Metas
  ================================================== -->


  <!-- Vendor CSS
  ============================================ -->

  <!-- CSS theme files
  ============================================ -->


</head>




  <!-- - - - - - - - - - - - - - Wrapper - - - - - - - - - - - - - - - - -->


   
  <!-- - - - - - - - - - - - - - Header - - - - - - - - - - - - - - - - -->
 


      <!-- - - - - - - - - - - - - Mobile Menu - - - - - - - - - - - - - - -->


      <!-- logo -->

      <!-- - - - - - - - - - - - / Mobile Menu - - - - - - - - - - - - - -->

      <!--main menu-->

     
              
              <!-- - - - - - - - - - - - - - Navigation - - - - - - - - - - - - - - - - -->


    <!-- - - - - - - - - - - - - end Header - - - - - - - - - - - - - - - -->
 
    <!-- - - - - - - - - - - - - - Content - - - - - - - - - - - - - - - - -->

   
          <!-- - - - - - - - - - - - - - Icon Box Item - - - - - - - - - - - - - - - - -->        
         

          <!-- - - - - - - - - - - - - - Icon Box Item - - - - - - - - - - - - - - - - -->        
      
              
                    <!-- team member -->
                   

                    <!-- team member -->
                    

                    <!-- team member -->
                   

                    <!-- team member -->
                   

    <!-- - - - - - - - - - - - - end Content - - - - - - - - - - - - - - - -->

    <!-- - - - - - - - - - - - - - Footer - - - - - - - - - - - - - - - - -->

   
        
        <!-- main footer -->
      

    <!-- - - - - - - - - - - - - end Footer - - - - - - - - - - - - - - - -->



  <!-- - - - - - - - - - - - end Wrapper - - - - - - - - - - - - - - -->

  <!-- JS Libs & Plugins
  ============================================ -->
 

  <!-- JS theme files
  ============================================ -->
 
 
</body>
</html>

We use Google fonts

https://fonts.google.com/specimen/Hind
https://fonts.google.com/specimen/Cormorant
https://fonts.google.com/specimen/Great+Vibes


For sure you can change  fonts. Select needed fonts, and copy embed code on our pages

You can see commented code

  <!-- Google Web Fonts
  ================================================== -->

  <link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700%7CCormorant:300,300i,400,400i,500,500i,600,600i,700,700i%7CGreat+Vibes" rel="stylesheet">


Replace our code with yours

After open css/style.css and make auto-replace

font-family: "Hind", sans-serif;

font-family: 'Great Vibes', cursive;

font-family: "Cormorant", serif;

with your font

This template uses 9 css files:


The main style.css has such structure:

/* ----------------------------------
  1. Reset default browser styles
  2. Global
  3. General classes
  4. Typography
  5. Header
  6. Content Elements
  7. UI Elements
      7.1. Buttons
      7.2. Forms
          7.2.1. Inputs & Textarea
          7.2.2. Label & Legend
          7.2.3. Checkbox & Radio
          7.2.4. Select
          7.2.5. Fieldset
          7.2.6. Form variations
      7.3. Tables
      7.4. Lists
      7.5. Blockquotes
      7.6. Dividers
  8. Widgets & Shortcodes
      8.1. Twitter Feed
      8.2. Instagram Feed
      8.3. LightBox
      8.5. Accordions & Toggles
      8.6. Alert boxes
      8.7. Callouts
      8.8. Pagination
      8.9. Dropcaps
      8.10. Icon Boxes
      8.11. Testimonials
      8.12. Carousel Sliders
      8.13. Progress Bars
      8.14. Pricing Tables
      8.15. Counters
      8.16. Tabs & Tour Sections
      8.17. Isotope
      8.18. Team Members
      8.19. Google Map
      8.20. Services
      8.21. Countdown
      8.22. Audio Player
  9. Blog
      9.1. Entries
  10. Portfolio
  11. Shop
  12. Sidebar
  13. Footer
-------------------------------------*/

This template includes 27 Javascript files.

 

If you open your site locally and see such error

 

Don't worry. if you are testing on local server you need to include extensions of revolution slider (you do not need to include on live server).

Add this after revolution slider script (at the bottom of page)

<script type="text/javascript" src="plugins/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="plugins/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="plugins/revolution/js/extensions/revolution.extension.navigation.min.js"></script>

 

If you want to change slider settings, for example, you want switch on/off autoslideshow or change time delay you can find all slider settings here js/script.js


For carousels we use OwlCarousel. Full Documentation you can find here https://owlcarousel2.github.io/OwlCarousel2/docs/started-welcome.html

For Slider we use Revolution Slider. Full documentation is here

https://www.themepunch.com/revsliderjquery-doc/slider-revolution-jquery-5-x-documentation/

 
If you are looking for global slider settings open js/script.js and search
 
/* ---------------------------------------------------- */
        /*    Revolution slider                                    */
        /* ---------------------------------------------------- */

        if ($('.rev-slider-wrapper').hasClass('bg-changer')) {

            if ($('#rev-slider').length) {
                jQuery("#rev-slider").revolution({
                    sliderType:"standard",
                    spinner: "spinner3",
                    shuffle:"off",
                    autoHeight:"off",
                    hideThumbsOnMobile:"off",
                    hideSliderAtLimit:0,
                    hideCaptionAtLimit:0,
                    hideAllCaptionAtLilmit:0,
                    delay:6000,
                    visibilityLevels:[1460,1280,1024],
                    responsiveLevels:[1460,1280,1024],
                    gridwidth:[1460,1280,1024],
                    gridheight:1090
                });

            }
 
delay:6000, means 6 seconds per slide. If you want 8 seconds, write 8000.
 

When your users load a page, retina.js checks each image on the page to see if there is a high-resolution version of that image on your server. If a high-resolution variant exists, the script will swap in that image in-place. Read more here: http://imulus.github.io/retinajs/

if you want to remove preloader, open your HTML and remove <div id="loader" class="loader"></div>


 

If you want to connect Instagram to the template open js/scripts.js and search
/* ------------------------------------------------
        Instagram Feed
        ------------------------------------------------ */

        if($('#instafeed').length){

            var feed = new Instafeed({
              target: 'instafeed',
              tagName: 'living',
              limit: 6,
              get: 'user',
              userId: 8253949243,
              accessToken: '8253949243.1677ed0.92a1c427f7274134a812ee9b13038e10',
              resolution: 'standard_resolution',
              clientId: 'a17ccf850aae43a0805c00ac4792a3b9',
              template: '<li class="nv-instafeed-item"><a href="#" title="{{location}}"><img src="{{image}}" /></a></li>'
            });
              
            feed.run();

        }
 
1. You can find your userID here https://codeofaninja.com/tools/find-instagram-user-id
 
2. AccessToken you can generate here http://instagram.pixelunion.net/
 
3. clientID you can generate here https://www.instagram.com/developer/authentication/
 

To change a contact form and subscribe emails open bat/mail.php, newsletter.php and insert you email

// your email
    $user_email = "mail@companyname.com";

First, create your own keys at the https://dev.twitter.com/. Create your own application and generate keys for you domain.

Second, open the \plugins\twitter\index.php file and replace the current keys with yours:
   // Enter your Twitter App Consumer Key between the '' signs
    private $consumer_key = 'M34vcZfmqdq3jljG2iDkw';

    // Enter your Twitter App Consumer Secret between the '' signs
    private $consumer_secret = 'QUtghffuLmcKLDRx30CiKpJ8TZ3419oZmsfRCXU8U';

    // Enter your Twitter App Access Token between the '' signs
    private $user_token = '1151103902-64LKmAgFbda9t7neziu31rq8WV7hQGZ2bAjbrh2';

    // Enter your Twitter App Access Token Secret between the '' signs
    private $user_secret = 'CPcpO2hYYUoBTqBIzEHQgzF9xN4i6Oly04Q3m0HBwz8p7';


Third, open the js\script.js file, find the following code:

  /* ------------------------------------------------
        Twitter Feed
        ------------------------------------------------ */

        if($("#twitter").length){

            $('#twitter').tweet({

                modpath: 'plugins/twitter/',
                username: "velikorodnov",
                template: "{text}{time}<div class='tweet-action'>{retweet_action}{favorite_action}</div>",
                count: 3,
                loading_text: 'loading twitter feed...'
                /* etc... */

            });

        }

Replace velikorodnov with your twitter username.

Open js/js/scripts.js and search


/* ---------------------------------------------------- */
        /*    Google Maps                                            */
        /* ---------------------------------------------------- */

        if ($('#googleMap').length) {

            var myCenter = new google.maps.LatLng(30.2259488, -97.7145152);

            function loadMap() {
                  var mapProp = {
                    center: myCenter,
                    zoom:13,
                    mapTypeId:google.maps.MapTypeId.ROADMAP

                };
 
Change coordinates. You can generate new coordinates here

https://www.gps-coordinates.net/
 
Today each map should have own Map Key. You can see it at the bottom of page
 
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&amp;key=AIzaSyD84AvI_F-k-mne4PxTQzej89AA6-orgEg"></script>

You have to create it for your domain and replace our key with yours
How to create key read here https://www.wpgmaps.com/documentation/creating-a-google-maps-api-key/

I've used the following scripts:



Clipart for the preview was bought from http://depositphotos.com and https://unsplash.com/

IMPORTANT: clipart is not included in the stock file.



Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting http://velikorodnov.ticksy.com and asking your pre-sale question in the "Item Discussion" section.

Monkeysan