Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Countdown and Location

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Site: agrifeast.com.au/index.php

Chasing down a few issues

Countdown:
Where is the CSS for this located?
Having issues with layout and can't deactivate the script to chase this down :S

Location
Oops! Something went wrong.
This page didn't load Google Maps correctly. See the JavaScript console for technical details.

I have the correct location and the API for that specific location setup.

CSS:
display.less overwrites custom.css
See grid 2

Thanks Paul
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
Last Edit: 6 years 5 months ago by Andrew.
The administrator has disabled public write access.
Hi andrew,

At the moment the css should be pulled from the template

Does the map work if you turn off the module?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Which module Paul?
I put too many questions there
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
ah sorry I wasn't precise

I was referring to the countdown module

Countdown currently pulls css from the wedding template

And I was referring to disabling countdown and then seeing if the map worked

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Ah ha a module clash
Nope makes no difference

Browsers I am over ... Firefox and Safari

View Source shoiws as follows where this is coming from and why my location is not happening may be the issue? Dunno
<script type="text/javascript">
jQuery(function($){ $(".hasTooltip").tooltip({"html": true,"container": "body"}); });
function initialize1165() {var styles1165 = [{"featureType":"water","stylers":[{"visibility":"on"},{"color":"#acbcc9"}]},{"featureType":"landscape","stylers":[{"color":"#f2e5d4"}]},{"featureType":"road.highway","elementType":"geometry","stylers":[{"color":"#c5c6c6"}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"color":"#e4d7c6"}]},{"featureType":"road.local","elementType":"geometry","stylers":[{"color":"#fbfaf7"}]},{"featureType":"poi.park","elementType":"geometry","stylers":[{"color":"#c5dac6"}]},{"featureType":"administrative","stylers":[{"visibility":"on"},{"lightness":33}]},{"featureType":"road"},{"featureType":"poi.park","elementType":"labels","stylers":[{"visibility":"on"},{"lightness":20}]},{},{"featureType":"road","stylers":[{"lightness":20}]}];	var mapOptions1165 = {
	center: new google.maps.LatLng(53.548159244048, 9.9100987058106),
	mapTypeId: google.maps.MapTypeId.ROADMAP,
	zoomControl:1,panControl:1,mapTypeControl:1,scaleControl:1,streetViewControl:1,rotateControl:1,overviewMapControl:1,
	draggable: true,
	scrollwheel: true,
	zoom: 13
};
var map1165 = new google.maps.Map(document.getElementById('jbmaps2-1165'), mapOptions1165);var infowindow1165 = new google.maps.InfoWindow();
	var markers1165 = [[0,53.54856947589935,9.97884750366211,"St. Michael's Church","/images/brown-pin2.png","<strong>Getting Married at St. Michael's Church<br/>\nHauptkirche St. Michaelis </strong>"]];
	for( i = 0; i < markers1165.length; i++ ) {
		var position = new google.maps.LatLng(markers1165[i][1], markers1165[i][2]);
		marker1165 = new google.maps.Marker({
			position: position,
			markerid: markers1165[i][0],
			title: markers1165[i][3],
			icon: markers1165[i][4],
			windowcontent: markers1165[i][5],
			map: map1165
		});google.maps.event.addListener(marker1165, 'click', (function(marker1165, i) {
		return function() {
			if (this.windowcontent !== '') {
				if (infowindow1165.getMap(this)) {
					infowindow1165.close(map1165, marker1165);
				}else{
					infowindow1165.setContent(this.windowcontent);
					infowindow1165.open(map1165, marker1165);
				};
			};
		}
	})(marker1165, i));
}map1165.setOptions({styles: styles1165});}google.maps.event.addDomListener(window, 'load', initialize1165);
jQuery(function($){ $(".hasPopover").popover({"html": true,"trigger": "hover focus","container": "body"}); });
	</script>
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
Last Edit: 6 years 5 months ago by Andrew.
The administrator has disabled public write access.
Are you using jbmaps or jbmaps2?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Commenced with a Quick Install ... JBMaps 2
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
Can you try re-installing

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

File Attachment:

File Name: JB_mod_jbmaps2_J3_1.2.46.zip
File Size: 34 KB
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

File Attachment:

File Name: JB_mod_jbmaps2_J3_1.2.4.zip
File Size: 34 KB
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
When the page loads the correct map loads for a milsecond then the errors appear.
Page source now shows the correct location
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
That does indicate there is a problem with the api key

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Domain Verification Failed in Google Consul
Been there and it verified previously.
Removed all Google Verification and commenced from scratch.
No change .. ouch

My apologies for the stuffing around Paul. Been at this for 4 hours and my volunteer time has run out. I'll find another solution
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
Bad morning here
Turn off Maps and now the Contact (grid21) disappears under the Footer
footer.png


--- edit ----
contact-our css is the issue .. got that sorted
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
Last Edit: 6 years 5 months ago by Andrew.
The administrator has disabled public write access.
Any caching enabled?

In regard to the map

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
All caching disabled everywhere, site, modules and server
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
hmm not sure maybe leave it and come back and see if there is a glitch with google verification

Without google verification working you are going to struggle to get a map working

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Weird ... set it up in the DNS record worked and now it doesnt. Tried is in the HTML and nope doesn't like that.

Wouldn't have chased this if I'd know that had happened.

Any thoughts on the Grid 2 Issue?
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
What is the grid2 issue?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The custom.css is being overridden by the display.less



custom.css
#grid2wrap .zen-spotlight {
background-color: #fafafa;
color: #000000;
}

display.less
#grid2wrap .zen-spotlight {
background-image: url('../../../images/combined-car-peoplev8.jpg');
background-repeat: no-repeat;
background-size: cover;
}


grid2.png
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers