Forum Replies Created
-
AuthorPosts
-
i think i solved it on my own but i have antoher problem. if u have look at the pic u see the 2 marked sections.
1. How can i change the color section so it is full height?
2. The Image/logo should be mor centeredok works now. it has to be the lowercase notation. ty again for your help
This reply has been marked as private.sorry that didnt work. see here
My SiteHAHA nice. i tried so many css and didnt think of that. ty. can u have a look at this
https://kriesi.at/support/topic/google-maps-fullwidth/i have fixed the space between breadcrumb and google maps and the content under the google maps is normal with this code
.page-id-3386 .container .units.av-content-full{ padding:0 !important; }
but the map is still not 100%width.
ok. that works perfect. again and agin ty for your support
any idea?
ok that works ty
nearly perfect. if i size the browser to the smallest width the breacrumb text get cut off
I see another problem when i make the browser window smaller. the breadcrumbs disappear
i have this in custom css
.title_container .main-title { display: none; } .title_container .breadcrumb { left: 53px; } #top .title_container .container { min-height:30px !important; padding: 0 !important; margin:0 !important; } .phone-info img { position: relative; top: 7px; margin-top: -10px; } .phone-info { margin-left: -14px; font-size:10px; }
- This reply was modified 10 years, 1 month ago by ITCJB.
its ok i just solved the problem but thanks anyway
ok that works almost perfect. i just dont have the fullwidth of the map
http://tweer-loesenbeck.webdemo.rechenzentrum-luedenscheid.de/unternehmen/konstruktion/Perfectly!!!
did u solve the problem? it is the same for me
This reply has been marked as private.Ok. Now i tried so much and nothing happend. I used the exampe from the forum here
https://kriesi.at/support/topic/how-to-use-code-block/
and it works fine.
Then i tried to put this
http://snazzymaps.com/style/15/subtle-grayscale
into the code block and nothing happend.
Here is the code:<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyASm3CwaK9qtcZEWYa-iQwHaGi3gcosAJc&sensor=false"></script> <script type="text/javascript"> // When the window has finished loading create our google map below google.maps.event.addDomListener(window, 'load', init); function init() { // Basic options for a simple Google Map // For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions var mapOptions = { // How zoomed in you want the map to start at (always required) zoom: 11, // The latitude and longitude to center the map (always required) center: new google.maps.LatLng(40.6700, -73.9400), // New York // How you would like to style the map. // This is where you would paste any style found on Snazzy Maps. styles: [{featureType:"landscape",stylers:[{saturation:-100},{lightness:65},{visibility:"on"}]},{featureType:"poi",stylers:[{saturation:-100},{lightness:51},{visibility:"simplified"}]},{featureType:"road.highway",stylers:[{saturation:-100},{visibility:"simplified"}]},{featureType:"road.arterial",stylers:[{saturation:-100},{lightness:30},{visibility:"on"}]},{featureType:"road.local",stylers:[{saturation:-100},{lightness:40},{visibility:"on"}]},{featureType:"transit",stylers:[{saturation:-100},{visibility:"simplified"}]},{featureType:"administrative.province",stylers:[{visibility:"off"}]/**/},{featureType:"administrative.locality",stylers:[{visibility:"off"}]},{featureType:"administrative.neighborhood",stylers:[{visibility:"on"}]/**/},{featureType:"water",elementType:"labels",stylers:[{visibility:"on"},{lightness:-25},{saturation:-100}]},{featureType:"water",elementType:"geometry",stylers:[{hue:"#ffff00"},{lightness:-25},{saturation:-97}]}] }; // Get the HTML DOM element that will contain your map // We are using a div with id="map" seen below in the <body> var mapElement = document.getElementById('map'); // Create the Google Map using out element and options defined above var map = new google.maps.Map(mapElement, mapOptions); } </script>
I also used the CSS & Javascript Toolbox Plugin to put JS into the header nothing happend. Maybe im to dumb for this ***** ;)
Can u help me just to put this google map into the codeblock ?
Ill give u a test admin for my pageJust another question about google maps. is it possible create a custom google map with
http://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/wizard/index.html?utm_medium=twitter
and put it in a textbox with html. if yes where i have to put the js ?!TY! It works great.
Sry for this post. I got it now :D
Thanks for your help. This works fine
ah ok. yeah i would like to use buttons not the default style and i only need to change the background color ( #1d3a8f ). there should be a lighter or darker blue as a hover effect
ok i dont understand that. i have set my menu items as buttons?! or do you mean that i cant change the background of the buttons ?!
This reply has been marked as private.I tryed this already. It only changes the font color not the colored background. i saved this change if u want to have a look at it.
-
AuthorPosts