Hi,
Please look in these files for those line numbers, and change the h1 to h2 and please change /h1 to /h2
Each line has one h1 and one /h1 and both have to be changed to the same (so if you change the first to h2 , make sure the second one is /h2
coherence\framework\php\function-set-avia-frontend.php
Line 398: $logo = "<h1 class='logo'><a href='".home_url('/')."'>".$logo."$sub</a></h1>";
Line 398: $logo = "<h1 class='logo'><a href='".home_url('/')."'>".$logo."$sub</a></h1>";
Line 404: $logo = "<h1 class='logo bg-logo'><a href='".home_url('/')."'>".$logo."$sub</a></h1>";
Line 404: $logo = "<h1 class='logo bg-logo'><a href='".home_url('/')."'>".$logo."$sub</a></h1>";
coherence\includes\helper-slideshow.php
Line 202: if(!empty($slide['slideshow_caption_title'])) $data .= '<h1 '.$font_style.'>'.$slide['slideshow_caption_title'].'</h1>';
Line 202: if(!empty($slide['slideshow_caption_title'])) $data .= '<h1 '.$font_style.'>'.$slide['slideshow_caption_title'].'</h1>';
2) On the sidebar are displayed widgets, that you can find in Appearance > Widgets in the admin backend. Just add whichever widgets you want to appear. Please refer to Wordpress documentation which came with your theme.
3) In the backend on the post or page where you want the google map to appear, half way down the page there are 2 green buttons, the right button says 'Add Video or Iframe' . You would go to Google and find the map that you want to show, copy the iframe code, and paste into the box .
a) Go to maps.google.com
b) Type the name of city, country, etc., where you want to have the map show
c) Click the symbol that looks like a link in a chain (please look at this image 1) ---> http://i.imgur.com/KIFjU.jpg
d) after you click the symbol a popup will come up and the second text box (please see above image) will have the iframe code
e) Copy the code from the second box (see image above) , and now paste it into notepad, because you have to take a part of it off, no worries its easy. Look at the image # 2. We only need the part from the beginning that ***ends in </iframe>*** around the middle. see image 2, of what to copy in blue/gray http://i.imgur.com/HmMGg.png
f) copy the iframe code and paste it in the backend of the theme on your add post or add page (please see image 3 http://i.imgur.com/RUaWq.png green arrow on image is what you press to begin adding map, yellow arrow is where you paste the clean iframe code from step e above, and red arrow is what you hit to submit the map. then you just save your page.)
Thanks,
Nick