Page Builder CK - Feedbacks and suggestions
8 years 4 months ago #35980
by Dmitri
Replied by Dmitri on topic Page Builder CK - Feedbacks and suggestions
I can disable it for PB pages, but when I use PB in article, I can't find where to disable it.
Please Log in or Create an account to join the conversation.
8 years 4 months ago #35982
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Page Builder CK - Feedbacks and suggestions
when into an article, then the content plugins are not triggered by pagebuilder because already made by the com_content.
Try to disable your plugins one by one to see which one could be in cause, by my side I'm quite sure that this problem does not come from pagebuilder (I don't tell that I'm 100% sure, but 95% )
Try to disable your plugins one by one to see which one could be in cause, by my side I'm quite sure that this problem does not come from pagebuilder (I don't tell that I'm 100% sure, but 95% )
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 4 months ago #35984
by Dmitri
Replied by Dmitri on topic Page Builder CK - Feedbacks and suggestions
Hi, it's me again, I found new problem)))
Google maps API key, since June 22, 2016, Google Maps API no longer support keyless access.
Can you please make Browser API Key and Client ID settings for Google maps block settings.
Can you also help to fix this problem for now just let me know where in code I can place key? I just finished site, published it and only map doesn't work there.
Google maps API key, since June 22, 2016, Google Maps API no longer support keyless access.
Can you please make Browser API Key and Client ID settings for Google maps block settings.
Can you also help to fix this problem for now just let me know where in code I can place key? I just finished site, published it and only map doesn't work there.
Please Log in or Create an account to join the conversation.
8 years 4 months ago #35985
by Dmitri
Replied by Dmitri on topic Page Builder CK - Feedbacks and suggestions
No harry with Google Maps fix at least for me, I found where to fix code.
Please Log in or Create an account to join the conversation.
8 years 4 months ago #35986
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Page Builder CK - Feedbacks and suggestions
I have seen this, but not had the time to work on this for now
can you tell me what you have fixed ?
can you tell me what you have fixed ?
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 4 months ago - 8 years 4 months ago #35987
by Dmitri
Replied by Dmitri on topic Page Builder CK - Feedbacks and suggestions
There are two files
site_root\administrator\components\com_pagebuilderckparams\extensions\googlemap\googlemap.php
site_root\plugins\pagebuilderck\googlemap\googlemap.php
Every file has two lines with code '...maps.googleapis.com/maps/api/js'
at the end of this string should be added key ?key=KEY_STYRING_HERE
result will be '...maps.googleapis.com/maps/api/js?key=KEY_STYRING_HERE'
KEY_STYRING_HERE should be replaced with own user Google Maps API Key, that is why settings for Google Map component needed at backend.
site_root\administrator\components\com_pagebuilderckparams\extensions\googlemap\googlemap.php
site_root\plugins\pagebuilderck\googlemap\googlemap.php
Every file has two lines with code '...maps.googleapis.com/maps/api/js'
at the end of this string should be added key ?key=KEY_STYRING_HERE
result will be '...maps.googleapis.com/maps/api/js?key=KEY_STYRING_HERE'
KEY_STYRING_HERE should be replaced with own user Google Maps API Key, that is why settings for Google Map component needed at backend.
Last edit: 8 years 4 months ago by Dmitri.
Please Log in or Create an account to join the conversation.
Time to create page: 0.224 seconds