Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 7, 2024 at 5:20 pm in reply to: Remove the Google Map API js files calls (if not used) #112707 Johannes BuckaParticipant I have solved the problem by deaktivating the follow lines: /*…*/ Construction Field Pro: construction-field-custom.js (assets/js/construction-field-custom.js) Line 350-352 function at_gmap_loadmap() { var script = document.createElement(‘script’); script.type = ‘text/javascript’; /* script.src = ‘https://maps.googleapis.com/maps/api/js?key=’+construction_field_ajax.gmap_key+’&v=3.exp’ + ‘&signed_in=true&callback=at_gmap_map_initialize’; document.body.appendChild(script); */ } February 24, 2020 at 12:40 pm in reply to: Widget “AT Posts Column” – Image is not clickable #76467 Johannes BuckaParticipant i found a solution myself: i have changed position:absolute -> position:relative in the class: .acme-col-posts article.post .post-thumb::before { position:relative; } Author Posts Viewing 2 posts - 1 through 2 (of 2 total)