Forum Replies Created
-
AuthorPosts
-
DhuanMember
Sakin, the upper is a great idea, it would be better to do. as creating a page have a menu item for writing how to look. Let there and publications same.
DhuanMemberI do not have much time still tune of lokalhost. I want to hide this inscription.
http://prikachi.com/images.php?images/918/8397918V.pngDhuanMemberComments Off and in the publication writes Comments are prohibited this inscription Comments are prohibited I want it to be deleted is not visible
DhuanMemberSakin, Since I have comments turned off for all posts by default, I’d kinda like to get rid of the “Comments Off” indicator.
Thanks,DhuanMemberSakin, the problem is not the topic. please delete the above comments not relate to this topic. please excuse me
DhuanMembermy mind was whether to include jquery and maps. I do not know I have no idea
I think the script is correctDhuanMemberthis code
<!DOCTYPE html> <html> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <title>Displaying text directions with <code>setPanel()</code></title> <style> html, body { height: 100%; margin: 0; padding: 0; } #map { height: 100%; } #floating-panel { position: absolute; top: 10px; left: 25%; z-index: 5; background-color: #fff; padding: 5px; border: 1px solid #999; text-align: center; font-family: 'Roboto','sans-serif'; line-height: 30px; padding-left: 10px; } #right-panel { font-family: 'Roboto','sans-serif'; line-height: 30px; padding-left: 10px; } #right-panel select, #right-panel input { font-size: 15px; } #right-panel select { width: 100%; } #right-panel i { font-size: 12px; } #right-panel { height: 100%; float: right; width: 390px; overflow: auto; } #map { margin-right: 400px; } #floating-panel { background: #fff; padding: 5px; font-size: 14px; font-family: Arial; border: 1px solid #ccc; box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4); display: none; } @media print { #map { height: 500px; margin: 0; } #right-panel { float: none; width: auto; } } </style> </head> <body> <div id="floating-panel"> <strong>Start:</strong> <select id="start"> <option value="chicago, il">Chicago</option> <option value="st louis, mo">St Louis</option> <option value="joplin, mo">Joplin, MO</option> <option value="oklahoma city, ok">Oklahoma City</option> <option value="amarillo, tx">Amarillo</option> <option value="gallup, nm">Gallup, NM</option> <option value="flagstaff, az">Flagstaff, AZ</option> <option value="winona, az">Winona</option> <option value="kingman, az">Kingman</option> <option value="barstow, ca">Barstow</option> <option value="san bernardino, ca">San Bernardino</option> <option value="los angeles, ca">Los Angeles</option> </select> <br> <strong>End:</strong> <select id="end"> <option value="chicago, il">Chicago</option> <option value="st louis, mo">St Louis</option> <option value="joplin, mo">Joplin, MO</option> <option value="oklahoma city, ok">Oklahoma City</option> <option value="amarillo, tx">Amarillo</option> <option value="gallup, nm">Gallup, NM</option> <option value="flagstaff, az">Flagstaff, AZ</option> <option value="winona, az">Winona</option> <option value="kingman, az">Kingman</option> <option value="barstow, ca">Barstow</option> <option value="san bernardino, ca">San Bernardino</option> <option value="los angeles, ca">Los Angeles</option> </select> </div> <div id="right-panel"></div> <div id="map"></div> <script> function initMap() { var directionsDisplay = new google.maps.DirectionsRenderer; var directionsService = new google.maps.DirectionsService; var map = new google.maps.Map(document.getElementById('map'), { zoom: 7, center: {lat: 41.85, lng: -87.65} }); directionsDisplay.setMap(map); directionsDisplay.setPanel(document.getElementById('right-panel')); var control = document.getElementById('floating-panel'); control.style.display = 'block'; map.controls[google.maps.ControlPosition.TOP_CENTER].push(control); var onChangeHandler = function() { calculateAndDisplayRoute(directionsService, directionsDisplay); }; document.getElementById('start').addEventListener('change', onChangeHandler); document.getElementById('end').addEventListener('change', onChangeHandler); } function calculateAndDisplayRoute(directionsService, directionsDisplay) { var start = document.getElementById('start').value; var end = document.getElementById('end').value; directionsService.route({ origin: start, destination: end, travelMode: google.maps.TravelMode.DRIVING }, function(response, status) { if (status === google.maps.DirectionsStatus.OK) { directionsDisplay.setDirections(response); } else { window.alert('Directions request failed due to ' + status); } }); } </script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAlOwaZBwKTyxujkjgBj9aHwPwp84uK5Oc&signed_in=true&callback=initMap" async defer></script> </body> </html>
displayed so
http://prikachi.com/images.php?images/285/8391285y.png
use theme Catch Box
DhuanMemberI do not know whether it is connected but to ask.
Put a piece of code, google map and it does not appear, if it shows things are blurry fields directions not work, displace and it does not work as it should.html file will open in your browser is all right I want to put it, as a publication and do it as a text editor
The question is how to visualize Google maps.DhuanMemberthanks man perfect 😉
DhuanMemberHello, Is it possible to hide these bands, those to the right and bottom.
Regards.
http://prikachi.com/images.php?images/187/8370187q.png
http://prikachi.com/images.php?images/191/8370191J.pngDhuanMemberexactly what I was looking for. consecutive praise Sakin 😉
DhuanMembertune up the site and still not online
DhuanMemberSakin, is it possible arrows to move in slider be visible and active only when we put mouse over the picture
DhuanMemberSakin, Recent issues and I think I’m ready.
change the color of text in slider
page layout with blocks of right picture link or html
placing the blocks below example Text Widget Recent Posts Navigation
bad english send photos hope understand me
http://prikachi.com/images.php?images/93/8299093O.jpg
http://prikachi.com/images.php?images/96/8299096W.png
http://prikachi.com/images.php?images/100/8299100g.png
http://prikachi.com/images.php?images/101/8299101u.pngDhuanMemberother titles of the menus are thickened
as example Home 1 title 2 title 3 title
Home 1 title 2 title 3 titleDhuanMemberwhile the color of the text how to change
only the color of the text in the title page slideraDhuanMemberthis code will you change both menus above and below?
`#branding #access ,
#colophon #access-footer,
#branding ul.menu ul a {
background: #78B83B; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#53810a, #78B83B);
background: -o-linear-gradient(#53810a, #78B83B);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#53810a), to(#78B83B)); /* older webkit syntax */
background: -webkit-linear-gradient(#53810a, #78B83B);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#53810a’, endColorstr=’#78B83B’); /* for IE */
}how the inscriptions in the navigation menu become equally thick as Home
DhuanMemberI have more questions if I don’t get pushy 🙂
DhuanMemberI still have a lot of work but nothing has been registered yet.
-
AuthorPosts