Google Map not showing in PageBuilder
- trogladyte
- Topic Author
- Offline
- Platinum Member
-
8 years 5 months ago #38885
by trogladyte
A good landing is one you can walk away from.
A great landing is one where you can reuse the aircraft!
Google Map not showing in PageBuilder was created by trogladyte
When I first started the site about a month ago, the map showed fine. The client sent some more info today so I went back to do some more editing and the map was not showing.
I added a new plain Joomla page (MAP in the menu) and it shows fine. The map on the contact page is a Pagebuilder page, inserted into a tabs row in another PageBuilder page. I also put it in it's own row (not in tab) in the PageBuilder article and it still did not show up.
www.ckdev.info/herd
I added a new plain Joomla page (MAP in the menu) and it shows fine. The map on the contact page is a Pagebuilder page, inserted into a tabs row in another PageBuilder page. I also put it in it's own row (not in tab) in the PageBuilder article and it still did not show up.
www.ckdev.info/herd
A good landing is one you can walk away from.
A great landing is one where you can reuse the aircraft!
Please Log in or Create an account to join the conversation.
8 years 5 months ago #38888
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Google Map not showing in PageBuilder
Hi
Please check that you have the latest version because something like this has been already fixed
CEd
Please check that you have the latest version because something like this has been already fixed
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- trogladyte
- Topic Author
- Offline
- Platinum Member
-
8 years 5 months ago #38903
by trogladyte
A good landing is one you can walk away from.
A great landing is one where you can reuse the aircraft!
Replied by trogladyte on topic Google Map not showing in PageBuilder
Yes I have the latest versions - I even reloaded them to be sure. Checked on FF and Safari - same issue.
A good landing is one you can walk away from.
A great landing is one where you can reuse the aircraft!
Please Log in or Create an account to join the conversation.
8 years 5 months ago #38905
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Google Map not showing in PageBuilder
if you resize the page after clicking the tab to show the map, does it show by your side ?
for me this works, so it could be something to do with the tabs
for me this works, so it could be something to do with the tabs
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- trogladyte
- Topic Author
- Offline
- Platinum Member
-
8 years 5 months ago - 8 years 5 months ago #38906
by trogladyte
A good landing is one you can walk away from.
A great landing is one where you can reuse the aircraft!
Replied by trogladyte on topic Google Map not showing in PageBuilder
Yes it does! Tabs are made in PageBuilder. The map is also not centered on the location.
A good landing is one you can walk away from.
A great landing is one where you can reuse the aircraft!
Last edit: 8 years 5 months ago by trogladyte.
Please Log in or Create an account to join the conversation.
8 years 5 months ago #38908
by ced1870
these are only jQuery based tabs, nothing special. The problem is when including a script in a tab, it does not find the correct size to render correctly
you shall try to include a script like this
which will force the resize on tab click
Joomlack Webmaster and Developer
Replied by ced1870 on topic Google Map not showing in PageBuilder
I knowTabs are made in PageBuilder

you shall try to include a script like this
Code:
<script>
jQuery(document).ready(function(){
jQuery('.tabsck .ui-tabs-nav > li').click(function() {
jQuery(window).trigger('resize');
});
});
</script>
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.238 seconds